/* CSS Document */
/* =========================================================
     共通
========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&display=swap');
.ttl_fonts {
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    position: relative;
    /*background: url(../img/bg_pattern_main.png) repeat top center / 120%;*/
}
#bg_big ,
#bg_big_foot {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/bg_big_foot.png) repeat-y  center -25vw / 100%;
}
#bg_big {
    background: url(../img/bg_pattern_main.png) repeat top center / 120%;
    z-index: -100;
}
#bg_big_foot {
    background: url(../img/bg_big_foot.png) repeat-y  center -25vw / 100%;
    z-index: -10;
}
#wrapper {
    overflow: hidden;
}
.inline_B {
    display: inline-block;
    text-indent: 0;
}
.inner_1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
}
.under_mv_inner {
    margin: 0 auto;
    max-width: 1200px;
}
.marigin_B_100 {
    margin-bottom: 100px;
}
.marigin_B_50 {
    margin-bottom: 50px;
}
.marigin_B_40 {
    margin-bottom: 40px;
}
.marigin_B_30 {
    margin-bottom: 30px;
}
.marigin_B_20 {
    margin-bottom: 20px;
}
.marigin_B_10 {
    margin-bottom: 10px;
}
.mb_none {
    margin-bottom: 0!important;
}
.inner_padding {
    padding: 80px;
}
.red{
    color: #fdb314;
    font-weight:bold;
}
span.red_big{
    color:#fdb314;
    font-size: 120%;
    font-weight:bold;
}
.small {
    font-size: 85%;
}
img {
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    max-width: max-content;
}

#container_Aria a {
    color: #e84188;
}
#container_Aria a.under_line {
    text-decoration: underline;
}
#container_Aria a.under_line:hover {
    text-decoration: none;
}
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
.pc_only_1000 {
    display: block;
}
.sp_only_1000 {
    display: none;
}
.pc_480 {
    display: block;
}
.sp_480 {
    display: none;
}

@media screen and (min-width:1200px){
    a.hover_big {
        transition: 0.2s;
        display: block;
        position: relative;
    }
    a.hover_big:hover {
        transform: scale(1.05);
        z-index: 100;
    }
}
/* 模様系
--------------------------------------------------------- */
/* ----- 綾型 ----- */
.c_box {
    position: relative;
}
/* header_aria
--------------------------------------------------------- */
/* header_aria
--------------------------------------------------------- */
#header_aria {
    display: none;
    height: 70px;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    z-index: 999;
}

#header_aria .logo_box {
    position: absolute;
    top: 10px;
}
#header_aria ul.shop_icon_list{
    display: flex;
}
#header_aria ul.shop_icon_list li {
    margin-right: 5px;
}
#header_aria ul.shop_icon_list li img {
    width: 50px;
}

#header_aria .nav_box nav{
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: -100vh;
    margin: auto;
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    overflow: hidden;
    opacity: 0;
    background: #fff url(../img/bg_pattern_main.png) repeat center top;
}
#header_aria .nav_box nav.active {
	top: 0;
	transition: 0.5s;
    opacity: 1;
}
#header_aria .nav_box nav .logo img {
    width: 200px;
    margin: 0 auto 10px;
}
.nav_box {
    display: none;
}
#humBox_wrap {
    width: 60px;
    position: absolute;
    right: 20px;
    top: 5px;
}
#humBox {
    position: relative;
    height: 60px;
    width: 60px;
    z-index: 9999;
    cursor: pointer;
}
#humBox span {
    width: 40px;
    height: 3px;
    background: #e84188;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.4s;
}
#humBox span::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #e84188;
    position: absolute;
    bottom: 12px;
    transition: 0.4s;
}
#humBox span::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #e84188;
    position: absolute;
    top: 12px;
    transition: 0.4s;
}
#humBox.active span {
    background: rgba( 255,255,255,0 );
    transform: translateX(50px);
}
#humBox.active span::before {
    -webkit-transform:translateX(-50px)  translateY(12px) rotate(45deg);
    transform:translateX(-50px) translateY(12px) rotate(45deg);
}
#humBox.active span::after {
    -webkit-transform:translateX(-50px)  translateY(-12px) rotate(-45deg);
    transform:translateX(-50px)  translateY(-12px) rotate(-45deg);
}
#header_aria .nav_box nav ul {
    margin-top: -100px;
}
#header_aria .nav_box nav ul li a {
    text-align: center;
    display: block;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    letter-spacing: 0.12em;
    width: 300px;
}
#header_aria .nav_box nav ul li a span {
    position: relative;
    
}
#header_aria .nav_box nav ul li a span::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff url(../img/bg_pattern_02.png) repeat center top;
    position: absolute;
    bottom: -2px;
    right: 0;
    transition: 0.3s;
}
#header_aria .nav_box nav ul li a:hover span::before {
    width: 100%;
    left: 0;
}
body#index #store_logo_box {
    top: 50px;
}
#store_logo_box {
    position: absolute;
    left: 0;
    top: 80px;
    width: calc((100% - 1200px) / 2);
    z-index: 99999;
}
#store_logo_box ul.shop_icon_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 75%;
}
#store_logo_box ul.shop_icon_list li {
    margin: 0 1%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* MV
--------------------------------------------------------- */
#body#index #campaign_main_logo {
    top: 140px;
}
#campaign_main_logo {
    position: fixed;
    left: 0;
    top: 180px;
    width: calc((100% - 1200px) / 2);
    z-index: 99999;
}

#campaign_main_logo a {
    width: 90%;
    max-width: max-content;
    display: block;
    margin: auto;
    text-align: center;
}
#campaign_main_logo img {
    width: 100%;
    max-width: max-content;
}
.move_x {
  animation: move_x 15s ease-in-out infinite alternate-reverse;
}
@keyframes move_x {
  0% {
    transform: translateX(-10%);
  }
  49% {
    transform: translateX(10%);
  }
  51% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-10%);
  }
}
.move_y {
  animation: move_y 5s ease-in-out infinite alternate-reverse;
}
@keyframes move_y {
  0% {
    transform: translatey(-10%);
  }
  49% {
    transform: translatey(10%);
  }
  51% {
    transform: translatey(10%);
  }
  100% {
    transform: translatey(-10%);
  }
}
body#index #fixed_nav {
    top: 45px;
}
#fixed_nav {
    position: fixed;
    right: 0;
    top: 75px;
    width: calc((100% - 1200px) / 2);
    z-index: 999;
}
.fix_list {
    width: 80%;
    margin: auto;
    max-width: 280px;
}
.fix_list li {
    width: 100%;
    box-sizing: border-box;
    /*margin-bottom: 5px;*/
}

.fix_list li a{
    display: block;
    position: relative;
    text-align: left;
}
.fix_list li .link_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    position: relative;
    /*clip-path: polygon(0 0, 100% 0, calc(100% - 30px ) 100%, 0 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);*/
    
}
.fix_list li a img {
    margin: auto;
    width: 100%;
    max-width: max-content;
    
}
body:not(#index) #campaign_main_logo ,
body:not(#index) #store_logo_box {
    left: 50px;
}
body:not(#index) #fixed_nav {
    right: 50px;
}

/* MV
--------------------------------------------------------- */
ul.breadcrumb {
    line-height: 2;
    text-align: left;
    font-size: 15px;
    padding: 20px 0 20px ;
    letter-spacing: normal;
}
ul.breadcrumb li {
    display: inline-block;
    margin-right: 0.45em;
}
ul.breadcrumb li,
ul.breadcrumb li a {
    color: #333;
}
ul.breadcrumb li a {
    position: relative;
}
ul.breadcrumb li a::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
}
ul.breadcrumb li a:hover::before {
    content: none;
}
/* MV
--------------------------------------------------------- */
body #MV_aria {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 50px;
}
body #MV_aria img {
    width: 100%;
}
/* contact_aria
--------------------------------------------------------- */
#contact_aria  {
    margin-top: 15px;
}
#contact_aria a.contact_link img {
}
/* footer
--------------------------------------------------------- */
#page_top{
    position: fixed;
    right: 30px;
    bottom: 30px;
}
#page_top a{
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
    background: url(../img/icon_page_top.png) no-repeat center center / cover ;
    z-index: 999;
}
.hover_anim:hover,
#page_top:hover,
#humBox:hover {
    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(5px, 0px); }
    16% { transform: translate(-5px, 0px); }
    32% { transform: translate(4px, 0px); }
    48% { transform: translate(-4px, 0px); }
    64% { transform: translate(3px, 0px); }
    80% { transform: translate(-3px, 0px); }
    96% { transform: translate(0px, 0px); }
    100% { transform: translate(0px, 0px); }
}
@media screen and (max-width:767px){
    .hover_anim:hover,
    #page_top:hover,
    #humBox:hover {
        animation: none;
        transform: none;
    }
}
/* footer
--------------------------------------------------------- */
footer {
    font-size: 12px;
    font-weight: normal;
    background: rgba( 0,0,0,0.6 );
    padding: 60px 20px 30px;
    text-align: center;
    color: #fff;
}
.footer_link_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.footer_link_list li  {
    width: calc((100% - 20px ) / 3 ) ;
}
.footer_link_list li a {
    display: flex;
    justify-content: center;
    background: #fff url(../img/bnrList02_tab_icon.svg) no-repeat bottom 10px right 10px / 15px;
}
.footer_link_list li a img {
    transition: 0.2s;
}
.footer_link_list li a:hover img {
    opacity: 0.5;
}
.footer_link_list li a.a_noimage {
    height: 80px;
    position: relative;
}
.footer_link_list li a.a_noimage p {
    color: #111;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 107%;
}
footer p.copy {
    
}
footer .copy img {
    height: 14px;
    margin-bottom: 10px;
}
/* foot_cursor
--------------------------------------------------------- */
.foot_cursor {
    position: fixed;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    background: url(../img/foot_cursor_3.svg) 50% 50% no-repeat;
    background-size: contain;
    z-index: 9999;
    animation: foot_cursor_anim 2.5s ease-out 0s forwards;
    pointer-events: none;
    margin-left: 15px;
}

.foot_cursor_2 {
    position: fixed;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    background: url(../img/foot_cursor_4.svg) 50% 50% no-repeat;
    background-size: contain;
    z-index: 9999;
    animation: foot_cursor_anim 2.5s ease-out 0s forwards;
    pointer-events: none;
    margin-right: 15px;
}

@keyframes foot_cursor_anim {
  0% {
    transform: translateY(0) rotate(-5deg);
    opacity: 0;

  }

  5% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateY(50px) rotate(5deg);
    opacity: 0;
  }
}

/* =========================================================
     1800px
========================================================= */
@media screen and (max-width:1800px){
    .inner_1000,
    .under_mv_inner,
    .inner {
        max-width: 1000px;
    }
    
    #store_logo_box ,
    #campaign_main_logo {
        width: calc((100% - 1000px) / 2);
    }
    #fixed_nav {
        position: fixed;
        right: 0;
        width: calc((100% - 1000px) / 2);
    }
    .fix_list li a img {
    }

    body:not(#index) #campaign_main_logo ,
    body:not(#index) #store_logo_box {
        left: 0px;
    }
    body:not(#index) #fixed_nav {
        right: 0px;
    }
}
/* =========================================================
     1600px
========================================================= */
@media screen and (max-width:1600px){
    .inner_padding {
        padding: 60px;
    }
    .fix_list {
        width: 90%;
    }
    #store_logo_box ul.shop_icon_list {
        width: 85%;
    }
    #campaign_main_logo a {
        width: 85%;
    }
}
/* =========================================================
     1600px
========================================================= */
@media screen and (max-width:1400px){
    .inner_1000,
    .under_mv_inner,
    .inner {
        max-width: 800px;
        box-sizing: border-box;
    }
    
    #store_logo_box ,
    #campaign_main_logo {
        width: calc((100% - 800px) / 2);
    }
    #fixed_nav {
        width: calc((100% - 800px) / 2);
    }
    .fix_list {
        max-width: 250px;
    }
    #bg_image {
        background-size: cover;
    }
}
/* =========================================================
     1300px
========================================================= */
@media screen and (max-width:1300px){
    .inner_padding {
        padding: 50px;
    }
}
/* =========================================================
     1200px
========================================================= */
@media screen and (max-width:1200px){
    #header_aria {
        display: block;
    }
    .inner_1000,
    .under_mv_inner,
    .inner {
        max-width: 100%;
        padding: 0 50px; 
    }
    #campaign_main_logo,
    #store_logo_box,
    #fixed_nav {
        display: none;
    }
    .nav_box {
        display: block;
    }
    body:not(#index) #MV_aria {
    }
    .inner_padding {
        padding: 60px;
    }

    #header_aria .nav_box nav ul li a {
    }
    #header_aria {
        height: 80px;
    }
    body #MV_aria {
        margin-top: 0;
    }
    #humBox_wrap {
        right: 40px;
    }
    #header_aria .logo_box {
        top: 20px;
    }
    /* MV
    --------------------------------------------------------- */
}
/* =========================================================
     1000px
========================================================= */
@media screen and (max-width:1000px){
    #humBox_wrap {
        right: 20px;
    }

    .pc_only_1000 {
        display: none;
    }
    .sp_only_1000 {
        display: block;
    }
    .under_mv_inner,
    .inner_1000,
    .inner {
        padding: 0 30px 0;
    }
    body:not(#index) #MV_aria {
    }
    .inner_padding {
        padding: 40px;
    }
    #copy_aria .inner_padding {
        padding: 40px;
    }
    .marigin_B_100 {
        margin-bottom: 60px;
    }
    .marigin_B_50 {
        margin-bottom: 30px;
    }
    
}
/* =========================================================
     767px
========================================================= */
@media screen and (max-width:767px){
    body {
        font-size: 14px;
    }
    body:not(#index) #MV_aria {
    }
    .inner_padding {
        padding: 40px 20px;
    }
    
    #copy_aria .inner_padding {
        padding: 20px;
    }
    .inner_1000,
    .under_mv_inner,
    .inner {
        padding: 0 20px 0;
    }
    .marigin_B_100 {
        padding-bottom: 50px;
    }
    body #MV_aria {
        padding: 0!important;
        width: 100%!important;
    }
    /* humBox
    --------------------------------------------------------- */
    
    #bg_big_foot {
        background: url(../img/bg_big_foot.png) repeat-y right 10vw / 160%;
        z-index: -10;
    }
    body{
        padding-top: 0;
    }
    body#index{
        padding-top: 0;
    }
    #header_aria {
        display: block;
    }
    #humBox {
        position: relative;
        height: 40px;
        width: 40px;
    }
    #header_aria .nav_box nav ul {
    }
    
    #header_aria .nav_box nav ul li a {
    }
    #header_aria .nav_box nav ul li a:hover {
    }
    
    #header_aria ul.shop_icon_list{
        padding: 0;
    }
    #header_aria ul.shop_icon_list li {
        margin-right: 5px;
    }
    #header_aria ul.shop_icon_list li img {
        width:30px;
        height: auto;
    }
    
    #humBox span {
        width: 25px;
        height: 3px;
        border-radius: 10px;
        box-shadow: 0 0 0px 2px #f6ecec;
    }
    #humBox span::before {
        height: 3px;
        bottom: 9px;
        border-radius: 10px;
        box-shadow: 0 0 0px 2px #f6ecec;
    }
    #humBox span::after {
        height: 3px;
        top: 9px;
        border-radius: 10px;
        box-shadow: 0 0 0px 2px #f6ecec;
    }

    #humBox.active span::after{
      -webkit-transform: translateX(-50px) translateY(-9px) rotate(-45deg);
      transform: translateX(-50px) translateY(-9px) rotate(-45deg);
    }
    #humBox.active span::before{
      -webkit-transform: translateX(-50px) translateY(9px) rotate(45deg);
      transform: translateX(-50px) translateY(9px) rotate(45deg);
    }
    #header_aria {
        height: 50px;
        /*background: url(../img/bg_pattern_main.png) repeat top center / 120%;*/
    }
    #humBox_wrap {
        width: 40px;
        right: 13px;
        top: 3px;
        position: fixed;
        z-index: 11111;
    }
    #header_aria .logo_box {
        left: 20px;
        top: 10px;
    }
    #header_aria .logo_box img {
        height: 25px;
        vertical-align: bottom;
    }
    .footer_link_list {
        flex-wrap: wrap;
    }
    .footer_link_list li {
        width: 100%;
        margin-bottom: 10px;
    }
}
/* =========================================================
     480px
========================================================= */
@media screen and (max-width:480px){
    body #MV_aria{
        margin-bottom: 20px;
    }
    
    .pc_480 {
        display: none;
    }
    .sp_480 {
        display: block;
    }
    body {
        font-size: 14px;
    }
    .inner_padding {
        padding: 30px 15px;
    }
    
    #copy_aria .inner_padding {
        padding: 20px;
        font-size: 13px;
    }
    .marigin_B_100 {
        margin-bottom: 40px;
    }
    .marigin_B_50 {
        margin-bottom: 15px;
    }
    .marigin_B_30 {
        margin-bottom: 20px;
    }
    /* about_Aria
    --------------------------------------------------------- */
    #header_aria {
        margin-bottom: 0px;
    }
    #header_aria .nav_box nav {
        align-items: flex-start;
        flex-direction: unset;
    }
    #header_aria .nav_box nav ul {
        background: none;
        margin: 50px auto ;
    }
    #contact_aria {
        margin: 20px auto 20px;
        width: 95%;
    }
    #header_aria .nav_box nav ul li a {
        width: 250px;
    }
}






/* =========================================================
     コンテンツページ
========================================================= */

/* ----- 各コンテンツ_TOP----------------------------------*/
.under_c_ttl_wrap{
    position: relative;
    margin-bottom: 20px;
}
#under_c_ttl {
    background: #ee859a;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
#under_ttl_sub {
    background: #e33256;
    padding: 30px 50px;
}
#under_ttl_sub img {
    width: 400px;
}
#under_ttl_main {
    padding: 40px 50px 50px;
    position: relative;
    overflow: hidden;
}
#under_ttl_main h1 img {
    width: 550px;
    position: relative;
    z-index: 10;
}

.sns #under_c_ttl {
    background: #b3d465;
}
.sns #under_ttl_sub {
    background: #6caa04;
}

.novelty #under_c_ttl {
    background: #81cde3;
}
.novelty #under_ttl_sub {
    background: #0c9dc8 ;
}

.shop #under_c_ttl {
    background: #f6bf69;
}
.shop #under_ttl_sub {
    background: #ee8104;
}
/**/
#ttl_line_top-left_gray, 
#ttl_line_top-left {
    position: absolute;
    background: no-repeat url(../img/line_left-top.png) center center / cover;
}
#ttl_line_bottom-left_gray, 
#ttl_line_bottom-left {
    position: absolute;
    background: no-repeat url(../img/line_left-bottom.png) center center / cover;
}
#ttl_line_top-right_gray, 
#ttl_line_top-right {
    position: absolute;
    background: no-repeat url(../img/line_right-top.png) center center / cover;
}
#ttl_line_bottom-right_gray, 
#ttl_line_bottom-right {
    position: absolute;
    background: no-repeat url(../img/line_right-bottom.png) center center / cover;
}
#ttl_line_top_gray, 
#ttl_line_top {
    position: absolute;
    background: repeat-x url(../img/line_top.png) center center / auto 100%;
    margin: auto;
    
}
#ttl_line_bottom_gray, 
#ttl_line_bottom {
    position: absolute;
    background: repeat-x url(../img/line_bottom.png) center center / auto 100%;
    margin: auto;
    
}
#ttl_line_right_gray, 
#ttl_line_right {
    position: absolute;
    background: repeat-y url(../img/line_right.png) center center / 100% auto;
    margin: auto;
    
}
#ttl_line_left_gray, 
#ttl_line_left {
    position: absolute;
    background: repeat-y url(../img/line_left.png) center center / 100% auto;
    margin: auto;
    
}
/**/
#ttl_line_top-left_gray {
    background: no-repeat url(../img/line_left-top_gray.png) center center / cover;
}
#ttl_line_bottom-left_gray {
    background: no-repeat url(../img/line_left-bottom_gray.png) center center / cover;
}
#ttl_line_top-right_gray{
    background: no-repeat url(../img/line_right-top_gray.png) center center / cover;
}
#ttl_line_bottom-right_gray{
    background: no-repeat url(../img/line_right-bottom_gray.png) center center / cover;
}
#ttl_line_top_gray{
    background: repeat-x url(../img/line_top_gray.png) center center / auto 100%;
}
#ttl_line_bottom_gray {
    background: repeat-x url(../img/line_bottom_gray.png) center center / auto 100%;
}
#ttl_line_right_gray {
    background: repeat-y url(../img/line_right_gray.png) center center / 100% auto;
}
#ttl_line_left_gray {
    background: repeat-y url(../img/line_left_gray.png) center center / 100% auto;
    
}



#bg_foot_line_gray, 
#bg_foot_line {
    position: absolute;
    top: -40px;
    left: -15%;
    right: -15%;
    margin: auto;
    width: 130%;
    transform: rotate(2deg);
}

#under_c_ttl h1{
    margin-bottom: 30px;
}
#under_c_ttl .c_text {
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 10;
}
#ttl_line_right,
#ttl_line_left,
#ttl_line_bottom-right,
#ttl_line_top-right,
#ttl_line_bottom-left,
#ttl_line_top-left , 
#ttl_line_right_gray,
#ttl_line_left_gray,
#ttl_line_bottom-right_gray,
#ttl_line_top-right_gray,
#ttl_line_bottom-left_gray,
#ttl_line_top-left_gray {
    width: 32px;
}
#ttl_line_top,
#ttl_line_bottom,
#ttl_line_bottom-right,
#ttl_line_top-right,
#ttl_line_bottom-left,
#ttl_line_top-left , 
#ttl_line_top_gray,
#ttl_line_bottom_gray,
#ttl_line_bottom-right_gray,
#ttl_line_top-right_gray,
#ttl_line_bottom-left_gray,
#ttl_line_top-left_gray {
    height: 32px;
}


#ttl_line_top,
#ttl_line_bottom,
#ttl_line_top_gray,
#ttl_line_bottom_gray {
    width: calc( 100% - 64px );
}
#ttl_line_left,
#ttl_line_right,
#ttl_line_left_gray,
#ttl_line_right_gray {
    height: calc( 100% - 64px );
}

#ttl_line_top-left ,
#ttl_line_top-right , 
#ttl_line_top, 
#ttl_line_right , 
#ttl_line_left,
#ttl_line_top-left_gray ,
#ttl_line_top-right_gray , 
#ttl_line_top_gray, 
#ttl_line_right_gray , 
#ttl_line_left_gray {
    top: 0;
}

#ttl_line_bottom-left ,
#ttl_line_bottom-right , 
#ttl_line_bottom, 
#ttl_line_right , 
#ttl_line_left,
#ttl_line_bottom-left_gray ,
#ttl_line_bottom-right_gray , 
#ttl_line_bottom_gray, 
#ttl_line_right_gray , 
#ttl_line_left_gray {
    bottom: 0;
}

#ttl_line_top-right , 
#ttl_line_bottom-right , 
#ttl_line_top, 
#ttl_line_bottom, 
#ttl_line_right,
#ttl_line_top-right_gray , 
#ttl_line_bottom-right_gray , 
#ttl_line_top_gray, 
#ttl_line_bottom_gray, 
#ttl_line_right_gray {
    right: 0;
}

#ttl_line_top-left , 
#ttl_line_bottom-left , 
#ttl_line_top, 
#ttl_line_bottom,
#ttl_line_left,
#ttl_line_top-left_gray , 
#ttl_line_bottom-left_gray , 
#ttl_line_top_gray, 
#ttl_line_bottom_gray,
#ttl_line_left_gray {
    left: 0;
}

.day_ttl_wrap,
.under_c_ttl_wrap{
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
}
.day_ttl_wrap{ 
    position: relative;
}
#under_c_ttl.gray {
    padding: 40px 50px;
    background: #fff;
}
/* ----- キャンペーン期間 ----- */
.c_cam_day_box {
    text-align: left;
    padding: 40px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 15px;
    
}
.c_cam_day_box h2:first-of-type {
    margin-top: 0!important;
}
.c_cam_day_box h2 {
    line-height: 1;
    margin: 0 0 15px 0;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    background: #0c9dc8;
}
.novelty .c_cam_day_box h2 {
    background: #0c9dc8;
}
.sns .c_cam_day_box h2 {
    background: #6caa04;
}
.sns .c_cam_day_box h2.c_cam_b_ttl {
    text-align: center;
    background: #ffc107;
    margin-bottom: 20px;
    line-height: 1.4;
}
.asterisk_right {
    font-size: 12px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: -10px;
}
.sns .c_cam_day_box h2.c_cam_b_ttl strong {
    font-size: 117%;
}
.sns .c_cam_day_box h2.c_cam_b_ttl {
}
.c_cam_day_box ul.cam_day_list {
}
.c_cam_day_box ul.cam_day_list li {
    
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0.45em;
    text-indent: -1.45em;
    padding-left: 1.45em;
}
ul.majica_dl_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}
ul.majica_dl_list li {
    margin: 0 2px;
}

ul.majica_dl_list li img {
    height: 70px;
    width: auto;
}
#cam_about {
    text-align: center;
}
#cam_day_1 {
    margin: 30px 0 20px;
}
#cam_about .link_box a {
    display: block;
    padding: 30px;
    margin: 10px auto 20px;
    width: 70%;
    color: #fff;
    background: #ee859a;
    font-weight: bold;
    font-size: 26px;
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}
.app_dl_box {
    margin-top: 30px;
}
.app_dl_box h3 {
    margin-bottom: 15px;
}
.app_num {
    font-size: 13px;
}
/* ----- キャンペーン概要 ----- */
#campaign_about .c_cam_day_box:not(:last-of-type) {
    margin-bottom: 50px;
}
#campaign_about .c_cam_day_box ul.note_list li {
    padding-left: 1em;
    text-indent: -1em;
}
#campaign_about .c_cam_day_box p {
    margin-bottom: 0.45em;
}
#campaign_about .c_cam_day_box p.asterisk {
    font-size: 13px;
}

/* ----- アンカーリンク----------------------------------*/

.anchor_link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.anchor_link li {
    width: calc( 50% - 20px );
    box-sizing: border-box;
    margin-bottom: 30px;
}
.anchor_link li.item_shop {
    width: 100%;
    margin-bottom: 0;
}
.anchor_link li:nth-child(odd) {
    margin-right: 30px;
}

.anchor_link li a{
    display: block;
    position: relative;
}
.anchor_link li .link_box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    height: 80px;
    position: relative;
    /*clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);*/
    font-size: 20px;
    
}
.anchor_link li a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 10px;
    top: -10px;
    z-index: -1;
}
.anchor_link.goods li a::before {
    background: url(../img/bg_pattern_red.png) repeat;
}
.anchor_link.sns li a::before {
    background: url(../img/bg_pattern_purple.png) repeat;
}
/* ----- 対象商品系----------------------------------*/
.youtube{
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 (9÷16=0.5625) */
}
.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*
.goods .flex_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.goods .flex_box .left_box {
    width: 60%;
    padding-right: 50px;
    text-align: center;
}
.goods .flex_box .right_box {
    width: 40%;
}
*/
.goods .flex_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
    width: 100%;
}
.goods .flex_box .left_box {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.goods .flex_box .right_box {
    width: 100%;
}
/*
.goods .flex_box {
    width: 100%;
}
.goods .flex_box .left_box {
    text-align: center;
    padding-bottom: 30px;
}
.goods .flex_box .right_box {
    max-width: 750px;
    margin: auto;
}*/

.goods ul.item_sub_img {
    display: flex;
    margin-top: 5px;
    flex-wrap: wrap;
}
.goods ul.item_sub_img li {
    width: calc( ( 100% - 15px ) / 4 );
}
.goods ul.item_sub_img li:not(:nth-child(4n)) {
    margin-right: 5px;
}
.goods ul.item_sub_img li a {
    transition: 0.2s;
}
.goods ul.item_sub_img li a.active ,
.goods ul.item_sub_img li a:hover {
    opacity: 0.5;
}


/* ----- 対象商品系----------------------------------*/
#contents_link_aria {
    text-align: center;
}
#contents_link_aria h3 {
    text-align: center;
    font-size: 34px;
    position: relative;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: bold;
}
#contents_link_aria h2.w_100 {
	text-align: center;
	width: 100%;
	margin: 0 auto 20px;
}
#contents_link_aria ul.cam_day_list li p.asterisk {
    font-size: 14px;
    color: #aaa;
    margin-top: 0.45em;
}
#contents_link_aria ul.cam_day_list {
    margin-bottom: 60px;
    font-size: 22px;
    display: inline-block;
    text-align: left;
}

#contents_link_aria .maker_name {
    border: 1px solid #fff;
    padding: 20px;
    line-height: 1.2;
    font-size: 22px;
    text-align: center;
    display: block;
    margin: 10px auto 0px;
}
#contents_link_aria .maker_name .red_asterisk {
    color: red;
    margin-top: 8px;
    font-size: 15px;
}

#contents_link_aria .product_information_box.dummy {
    background: none!important;
    height: 0!important;
    padding: 0!important;
    margin: 0!important;
    
}
#contents_link_aria .product_information_box .flex {
    display: flex;
    justify-content: space-between;
}
#contents_link_aria .product_information_box .flex .flex_inner {
    width: 50%;
}
#contents_link_aria .product_information_box .c_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}
#contents_link_aria .product_information_box .c_inner {
    width: 100%;
}
/*#contents_link_aria .product_information_text {
    margin-bottom: 20px;
}*/
#contents_link_aria .product_information_text .item_name {
    font-size: 24px;
}
#contents_link_aria .start_day {
    background: url(../img/bg_pattern_red.png) repeat;
    padding: 10px 5px;
}
#contents_link_aria .product_information_text .nomal_text {
    margin-top: 5px;
    font-size: 18px;
}
#contents_link_aria ul.Shipping_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
#contents_link_aria ul.Shipping_list li {
    line-height: 1.3;
    width: 33%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#contents_link_aria ul.Shipping_list.Shipping_list_2 li {
    width: 25%;
}
#contents_link_aria ul.Shipping_list li .item_img {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
#contents_link_aria ul.Shipping_list li .item_img img {
    max-width: 100%;
}

#contents_link_aria ul.Shipping_list li span.jan_chord {
    display: block;
    font-size: 14px;
    color: #aaa;
    margin-top: 3px;
}


#contents_link_aria .product_information_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: -15px;
}
#contents_link_aria .product_information_box {
    width: calc((100% - 20px) / 3) ;
    background: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#contents_link_aria .product_information_box.w_100 {
    width: 100%;
    position: relative;
}
#contents_link_aria .product_information_box.w_100 .badge {
    position: absolute;
    top: 40px;
    right: 100px;
}

#contents_link_aria ul.cam_day_list {
    margin-bottom: 50px;
    font-size: 22px;
    display: inline-block;
    text-align: left;
}
#contents_link_aria ul.cam_day_list li p.asterisk {
    font-size: 14px;
    color: #aaa;
    margin-top: 0.45em;
}
#contents_link_aria .logo .asterisk {
    font-size: 12px;
    color: #999;
}
#contact_aria a .link_box,
ul.campaign_list_2 a .link_box{
    margin: -0.9%;
}

#contents_link_aria .product_information_box .flex {
    display: flex;
    justify-content: space-between;
}
#contents_link_aria .product_information_box .flex .flex_inner {
    width: 50%;
}
#contents_link_aria .item_img_box_long {
    margin-top: 15px;
    overflow: hidden;
}
#contents_link_aria .item_img_box_long img {
    float: left;
}
#contents_link_aria .item_img_box {
    margin-top: 10px;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    background: #fff url(../img/goods/comsoon.png) no-repeat center center / contain!important;
    background: #fff;
    border: 2px solid #eee;
}
#contents_link_aria .item_img_box img {
    width: auto;
    height: auto;
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#contents_link_aria .img_item_25 .item_img_box ,
#contents_link_aria .img_item_26 .item_img_box ,
#contents_link_aria .img_item_27 .item_img_box {
    padding-top: 133%;
}
#contents_link_aria .product_information_box.w_100 .item_img_box {
    padding-top: 50%;
}
#contents_link_aria .product_information_text .item_name {
    font-size: 24px;
}
#contents_link_aria .product_information_box .maker_name_2 {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 10px;
    background: #ee859a;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    border-radius: 13px 13px 0 0;
}
#contents_link_aria .product_information_text .item_price {
    color: #ee859a;
    font-weight: bold;
}
#contents_link_aria .product_information_text .nomal_text {
    margin-top: 10px;
    font-size: 14px;
}
#contents_link_aria .product_information_text .nomal_text .small {
    font-size: 11px;
}
#contents_link_aria .w_100 .product_information_text .nomal_text {
    text-align: left;
}
#contents_link_aria .product_information_box {
    margin-bottom: 15px;
}
/* ----- 配布商品 ----- */
.cam_img {
    text-align: center;
    margin: 30px 0 50px;
    position: relative;
}
.cam_text_main {
    text-align: center;
    margin: -10px auto 50px;
    position: relative;
    width: 55%;
}
/* ----- 配布商品 ----- */
ul.giftItem_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 20px;
}
ul.giftItem_list li {
    width: calc(33% - 5px) ;
    border: 1px solid #e0e0e0;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 10px;
    line-height: 1.3;
}
ul.giftItem_list li.w_100 {
    width: 100%;
}
ul.giftItem_list li.w_100.border_none {
    border: none;
    padding: 0;
}
ul.giftItem_list.giftItem_list_100 li {
    width: 100%;
}
ul.giftItem_list li h4 {
    line-height: 1.4;
    padding: 15px 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #111;
    font-size: 16px;
    font-weight: bold;
    font-weight: normal;
    background: #f1f1f1;
    border: none;
}

ul.giftItem_list li.w_100.border_none h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    padding: 30px;
}
ul.giftItem_list li.w_100.border_none h4 span.asterisk {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}
ul.giftItem_list li .item_img {
    margin-bottom: 20px;
    text-align: center;
}
ul.giftItem_list li .character_name {
    font-size: 14px;
    margin-bottom: 5px;
    vertical-align: middle;
}
ul.giftItem_list li .character_name span.jan_num {
    color: #aaa;
    font-size: 12px;
}
ul.giftItem_list li .character_name span.dis_B {
    display: block;
    margin-bottom: 8px;
}
ul.giftItem_list li .character_name span img {
    vertical-align: middle;
    display: inline-block;
    margin: -6px 5px 0;
}
ul.asterisk_list {
    margin: 10px 0px -0.25em;
}
ul.asterisk_list.asterisk_list02 {
    margin: 30px 0px -0.25em;
}
ul.asterisk_list li {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0.25em;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}


.c_cam_day_box {
    padding: 30px 30px 35px;
    margin-bottom: 20px;
    border-radius: 10px;
}

#shop_link_aria {
    margin-top: 40px;
}
/* ----- 対象商品はこちらのPOPが目印です！----------------------------------*/
#shipping_pop_aria .flex_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 80px;
}
#shipping_pop_aria .flex_box > div {
    text-align: center;
    box-sizing: border-box;
}
#shipping_pop_aria .flex_box > div.left_box {
    width: 60%;
}
#shipping_pop_aria .flex_box > div.right_box {
    width: 40%;
}
#shipping_pop_aria p {
}
#shipping_pop_aria .big_text {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 0.25em;
    font-weight: bold;
}



/* =========================================================
     1600px
========================================================= */
@media screen and (max-width:1600px){
    


}

/* =========================================================
     1400px
========================================================= */
@media screen and (max-width:1400px){
    #contents_link_aria .product_information_box {
        width: calc((100% - 15px) / 2);
    }
    
    #cam_about .link_box a {
        font-size: 24px;
    }
}
/* =========================================================
     1300px
========================================================= */
@media screen and (max-width:1300px){
    #c_about_aria .c_ttl_img h2 img {
        width: 70%;
    }
    
}

/* =========================================================
     1200px
========================================================= */
@media screen and (max-width:1200px){
    ul.breadcrumb {
        padding: 20px 0;
    }
    
    /* ----- 対象商品系----------------------------------*/
    #contents_link_aria ul.Shipping_list.Shipping_list_2 li {
        width: 33%;
    }
    #contents_link_aria ul.Shipping_list li {
        line-height: 1.3;
        width: 50%;
        padding: 0 20px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    #contents_link_aria .product_information_box {
        padding: 20px ;
    }
    ul.giftItem_list li {
        padding: 20px;
    }
    #contents_link_aria .maker_name {
        font-size: 20px;
    }

    ul.giftItem_list li.w_100.border_none h4 {
        padding: 25px;
    }
    ul.giftItem_list li.w_100.border_none h4 span.asterisk {
        margin-top: 5px;
    }
    #contents_link_aria .product_information_box {
        width: calc((100% - 30px) / 3);
    }
    
    #under_ttl_sub img {
        width: 350px;
    }
    #under_ttl_sub {
        padding: 20px 40px;
    }
    #under_ttl_main h1 img {
        width: 500px;
    }
    #under_ttl_main {
        padding: 30px 50px 50px;
    }
    #under_c_ttl h1 {
        margin-bottom: 20px;
    }
    .cam_img {
        margin: 20px 0 40px!important;
    }
    #contents_link_aria .product_information_box .maker_name_2 {
        border-radius: 10px 10px 0 0;
    }

}
/* =========================================================
     1000px
========================================================= */
@media screen and (min-width:1001px){
	#contents_link_aria .product_information_flex.column_2 {
		justify-content: center;
	}
	#contents_link_aria .product_information_flex.column_2 .product_information_box {
		margin: 0 5px;
	}
}
@media screen and (max-width:1000px){
    /* ----- 各コンテンツ_TOP----------------------------------*/

    ul.breadcrumb {
        padding: 20px 0;
    }
    /* ----- タイトル周り ----- */
    #c_about_aria {
    }
    #c_about_aria .c_ttl_img h2 img {
        width: 90%;
    }
    .c_cam_day_box h2 {
        margin: 40px 0 15px;
        font-size: 20px;
    }
    .c_cam_day_box ul.cam_day_list li {
        font-size: 16px;
    }
    /* ----- 対象商品系----------------------------------*/
    #contents_link_aria h3 {
        text-align: center;
        font-size: 26px;
        position: relative;
        line-height: 1;
        margin-bottom: 30px;
    }
    #contents_link_aria .maker_name_2 {
    }
    #contents_link_aria .maker_name {
        padding: 15px 0;
        font-size: 18px;
    }
    #contents_link_aria ul.cam_day_list {
        margin-bottom: 40px;
        font-size: 19px;
    }
    ul.asterisk_list {
        margin-top: 10px;
    }
    ul.giftItem_list li {
        padding: 40px;
    }
    #shipping_pop_aria .flex_box {
        padding: 40px;
    }
    #shipping_pop_aria .big_text {
        font-size: 28px;
    }
    #contents_link_aria .logo img {
        height: 60px;
    }
    #contents_link_aria ul.Shipping_list.Shipping_list_3 li  {
        width: 25%;
        padding: 10px;
    }
    #contents_link_aria ul.Shipping_list li p {
        font-size: 12px;
    }
    #contents_link_aria ul.Shipping_list.Shipping_list_2 li {
        width: 33%;
    }
    ul.giftItem_list {
        margin-top: 10px;
    }
    ul.giftItem_list li {
        width: 100%;
    }
    #campaign_about .c_cam_day_box ul.note_list li,
    #campaign_about .c_cam_day_box p {
        font-size: 16px;
    }
    #contents_link_aria .product_information_text .item_price {
    }
    #contents_link_aria .product_information_text .item_name {
    }
    #contents_link_aria .product_information_text .nomal_text {
    }
    
    #contents_link_aria .product_information_box {
        width: calc(50% - 5px) ;
    }
    #contents_link_aria .product_information_box.w_100 .badge {
        top: 30px;
        right: 30px;
    }
    #contents_link_aria h3::after {
        height: 3px;
    }
    #contents_link_aria .product_information_box {
        width: calc(50% - 5px) ;
    }
    #contents_link_aria .product_information_box.w_100 .badge {
        top: 30px;
        right: 30px;
    }
    #contents_link_aria h3::after {
        height: 3px;
    }
    
    ul.giftItem_list li.w_100.border_none h4 {
        font-size: 16px;
        margin: -10px 0 10px
    }
    ul.giftItem_list li.w_100.border_none h4 span.asterisk {
        font-size: 12px;
    }
    .anchor_link li .link_box {
        height: 60px;
        font-size: 18px;
    }
    .anchor_link li {
        width: calc(50% - 15px);
        margin-bottom: 20px;
    }
    .anchor_link li:nth-child(odd) {
        margin-right: 20px;
    }
    .goods .flex_box {
        display: block;
    }
    .goods .flex_box .left_box {
        width: 100%;
        padding: 0 0 20px;
    }

    .goods .flex_box .right_box {
        width: 100%;
    }
    #shop_link_aria {
        margin-top: 20px;
    }
    #under_ttl_sub img {
        width: 300px;
    }
    #under_ttl_main h1 img {
        width: 450px;
    }
    #under_ttl_main {
        padding: 20px 40px 40px;
    }
    #cam_about .link_box a {
        padding: 30px;
        margin: 10px auto 20px;
        width: 80%;
        font-size: 20px;
        border-radius: 10px;
    }
    #bg_foot_line_gray, #bg_foot_line {
        top: -7vw;
        left: -30%;
        right: -30%;
        margin: auto;
        width: 160%;
        transform: rotate(2deg);
    }
    .app_num {
        font-size: 12px;
    }
    .app_dl_box h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    ul.majica_dl_list li img {
        height: 50px;
    }
    #cam_day_1 {
        margin: 20px 0 20px;
    }
}
/* =========================================================
     767px
========================================================= */
@media screen and (max-width:767px){

    /* ----- 配布商品 ----- */
    .cam_img {
        text-align: center;
        margin: 20px 0 30px;
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: inline-block;
    }
    /* ----- 各コンテンツ_TOP----------------------------------*/
    ul.breadcrumb {
        font-size: 12px;
        padding: 10px 0;
    }
    /* ----- タイトル周り ----- */
    #c_about_aria {
    }
    .bg_asanohaMonnyou {
        padding: 10px;
        background-size: 10%;
    }
    .c_cam_day_box h2 {
        font-size: 18px;
    }
    #contents_link_aria ul.cam_day_list p {
        text-align: center;
    }
    #c_about_aria .c_sub_ttl_box p {
        font-size: 16px;
    }
    #campaign_about .c_cam_day_box ul.note_list li,
    #campaign_about .c_cam_day_box p {
        font-size: 14px;
    }
    #campaign_about .c_cam_day_box:not(:last-of-type) {
        margin-bottom: 25px;
    }
    
    .shoplist #c_about_aria .c_ttl_img {

    }
    #c_about_aria .c_sub_ttl_box h3 {
        font-size: 20px;
    }
    /* ----- 対象商品系----------------------------------*/
    #contents_link_aria h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    #contents_link_aria h3 span {
        padding: 0 20px;
    }
    #contents_link_aria .maker_name_2 {
        font-size: 14px;
        margin: 0 auto 10px;
    }
    #contents_link_aria .maker_name {
        padding: 15px;
        font-size: 16px;
    }
    #contents_link_aria .logo img {
        height: 50px;
    }
    #contents_link_aria ul.Shipping_list {
        margin-top: 15px;
    }
    #contents_link_aria ul.Shipping_list li br {
        display: none;
    }
    ul.giftItem_list li {
        padding: 30px;
    }
    ul.giftItem_list li h4 {
        padding: 8px 0;
        font-size: 18px;
    }
    ul.giftItem_list li .character_name {
        font-size: 14px;
    }
    ul.giftItem_list li .character_name:not(:last-child) {
        margin-bottom: 5px;
    }
    ul.giftItem_list li .character_name span.dis_B:not(:last-of-type)  {
        margin-bottom: 5px;
    }
    ul.giftItem_list li .character_name img {
        height: 17px;
    }
    ul.asterisk_list {
        margin-top: 15px;
    }
    ul.giftItem_list {
        margin-bottom: 20px
    }
    ul.asterisk_list li {
        font-size: 12px;
        margin-bottom: 0.5em;
    }
    #contents_link_aria .product_information_text {
    }
    #contents_link_aria .product_information_box .maker_name_2 {
        font-size: 16px;
    }
    #contents_link_aria .product_information_text .item_price {
        font-size: 16px;
    }
    #contents_link_aria .product_information_text .item_name {
        font-size: 16px;
    }
    #contents_link_aria .product_information_text .nomal_text {
        margin-top: 3px;
        font-size: 12px;
    }
    #contents_link_aria .product_information_box {
        padding: 10px;
    }
    #contents_link_aria .product_information_box:not(:last-of-type) {
    }
    #contents_link_aria .product_information_box.w_100 .badge {
        top: 20px;
        right: 20px;
        width: 35%;
    }
    #contents_link_aria ul.cam_day_list {
        margin-bottom: 30px;
        font-size: 16px;
    }
    
    #contents_link_aria ul.Shipping_list.Shipping_list_3 li  {
        width: 33.333%;
        margin-bottom: 0;
    }
    #contents_link_aria ul.Shipping_list.Shipping_list_2 li {
        width: 50%;
    }
    
    ul.giftItem_list li.w_100.border_none h4 {
        font-size: 14px;
        margin: 0 0 10px;
        padding: 20px;
    }
    ul.giftItem_list li.w_100.border_none h4 span.asterisk {
        font-size: 12px;
    }
    ul.majica_dl_list li img {
        height: 45px;
    }
    #cam_day_1 {
        margin: 20px 0 20px;
    }
    #cam_day_1 {
        margin: 10px 0 10px;
    }
    #cam_about .link_box a {
        padding: 20px;
        margin: 10px auto 20px;
        width: 100%;
        font-size: 16px;
    }
    .app_dl_box h3 {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .cam_text_main {
        margin: 0px auto 40px;
        width: 65%;
    }
    /* ----- 対象商品はこちらのPOPが目印です！----------------------------------*/
    #shipping_pop_aria .flex_box {
        flex-wrap: wrap;
        padding: 35px 30px 30px;
    }
    #shipping_pop_aria .flex_box > div.left_box,
    #shipping_pop_aria .flex_box > div.right_box {
        width: 100%;
        text-align: center;
    }
    #shipping_pop_aria .big_text {
        font-size: 22px;
        margin-bottom: 2px;
        line-height: 1.4;
    }
    #shipping_pop_aria .flex_box > div.right_box {
        padding-left: 0;
    }
    #under_ttl_main h1 img{
        max-width: 100%;
        width: 80%;
    }    
    #under_ttl_sub img {
        width: auto;
        max-width: 60%;
    }
    #under_ttl_sub {
        padding: 20px 50px;
    }
    #under_ttl_main {
        padding: 20px 25px 25px;
    }
    .cam_img {
        margin: 0px 0 30px !important;
    }
    #under_c_ttl h1 {
        margin-bottom: 15px;
    }
    
    
    #ttl_line_right, #ttl_line_left, #ttl_line_bottom-right, #ttl_line_top-right, #ttl_line_bottom-left, #ttl_line_top-left, #ttl_line_right_gray, #ttl_line_left_gray, #ttl_line_bottom-right_gray, #ttl_line_top-right_gray, #ttl_line_bottom-left_gray, #ttl_line_top-left_gray {
        width: 20px;
    }
    #ttl_line_top, #ttl_line_bottom, #ttl_line_bottom-right, #ttl_line_top-right, #ttl_line_bottom-left, #ttl_line_top-left, #ttl_line_top_gray, #ttl_line_bottom_gray, #ttl_line_bottom-right_gray, #ttl_line_top-right_gray, #ttl_line_bottom-left_gray, #ttl_line_top-left_gray {
        height: 20px;
    }
    .day_ttl_wrap, .under_c_ttl_wrap {
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px;
    }
    #ttl_line_top, #ttl_line_bottom, #ttl_line_top_gray, #ttl_line_bottom_gray {
        width: calc(100% - 40px);
    }
    #ttl_line_left, #ttl_line_right, #ttl_line_left_gray, #ttl_line_right_gray {
        height: calc(100% - 40px);
    }
    #under_c_ttl {
        border-radius: 10px;
    }
    
    .day_ttl_wrap, .under_c_ttl_wrap {
        margin-left: -5px;
        margin-right: -5px;
    }
    #under_c_ttl.gray {
        padding: 30px 30px;
    }
}
/* =========================================================
     480px
========================================================= */
@media screen and (max-width:480px){
    
    #c_about_aria .c_sub_ttl_box h3 {
        font-size: 18px;
    }
    .goods #c_about_aria .c_sub_ttl_box p {
        font-size: 14px;
    }
    ul.breadcrumb {
        padding: 0px 0 10px;
    }
    .sp_only_480 {
        display: block;
    }
    #contents_link_aria ul.Shipping_list li {
        line-height: 1.3;
        width: 100%;
        padding: 0 0px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    #contents_link_aria ul.Shipping_list.Shipping_list_2 li {
    }
    #contents_link_aria ul.Shipping_list.Shipping_list_3 li {
        width: 50%;
    }

    #contents_link_aria ul.Shipping_list li p {
        font-size: 10px;
    }
    #contents_link_aria .product_information_box {
        width: 100%;
        margin-bottom: 20px;
    }
    /* ----- 対象商品系----------------------------------*/
    #contents_link_aria .product_information_box .flex {
        justify-content: center;
        flex-wrap: wrap;
    }
    #contents_link_aria .product_information_box .flex .flex_inner:not(:last-of-type) {
        margin-bottom: 30px;
    }
    #contents_link_aria .product_information_box .flex .flex_inner {
        width: 100%;
    }
    #contents_link_aria .product_information_text .item_price {
        font-size: 18px;
    }
    #contents_link_aria .product_information_text .item_name {
        font-size: 16px;
    }
    #contents_link_aria .product_information_box,
    #contents_link_aria .product_information_box ,
    #contents_link_aria .product_information_box:not(:last-of-type) {
        width: 100%;
        margin-bottom: 6px;
    }
    #contents_link_aria .product_information_box .maker_name_2 {
        font-size: 14px;
    }
    #contents_link_aria .product_information_text .item_price {
        font-size: 14px;
    }
    #contents_link_aria ul.cam_day_list {
        margin-bottom: 30px;
        font-size: 14px;
    }
    #contents_link_aria h3 {
        font-size: 22px;
        margin: 20px 0 20px;
    }
    #contents_link_aria h3 span {
        padding: 0 5px;
    }
    #container_Aria .cam_item_img {
        width: 100%;
    }
    /* ----- 対象商品はこちらのPOPが目印です！----------------------------------*/
    #shipping_pop_aria .big_text {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 0;
    }
    #shipping_pop_aria .flex_box {
        padding: 30px;
    }
    #shipping_pop_aria .flex_box > div.right_box {
        padding-left: 0;
        padding-top: 10px;
    }
    #under_ttl_main h1 img {
        width: 95%;
    }
    #under_ttl_sub img {
        width: auto;
        max-width: 80%;
    }
    #under_ttl_sub {
        padding: 15px 50px;
    }
    #under_ttl_main {
        padding: 20px 15px 15px;
    }
    .c_cam_day_box {
        padding: 20px 20px 30px;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .c_cam_day_box h2 {
        font-size: 16px;
        margin: 0px 0 20px;
        padding: 15px;
    }
    .cam_img {
        margin: 0px 0 20px !important;
    }
    ul.majica_dl_list li img {
        height: 35px;
    }
    #cam_about .link_box a {
        padding: 20px 10px;
        margin: 10px auto 0px;
        font-size: 14px;
    }
    #cam_day_1 {
        margin: 0px 0 10px;
    }
    .app_num {
        font-size: 10px;
    }
    .app_dl_box {
        margin-top: 20px;
    }
    .app_dl_box h3 {
        margin-bottom: 6px;
        font-size: 14px;
    }    
    .cam_text_main {
        margin: -10px auto 25px;
        width: 80%;
    }
}


@media screen and (max-width:370px){
    
    #c_about_aria .c_ttl_img {
    }
    ul.majica_dl_list li img {
        height: 30px;
        width: auto;
    }
}

/* =========================================================
     各ページ別
========================================================= */

/* ----- 各コンテンツ_TOP----------------------------------*/

/* ----- タイトル周り ----- */
#c_about_aria .c_sub_ttl_box h2 {
    line-height: 1.6;
}
#c_about_aria .c_sub_ttl_box h2 span.dis_B {
    display: block;
}
#c_about_aria .c_sub_ttl_box h2 span.dis_B:not(:last-of-type) {
    display: block;
    margin-bottom: 10px;
}
#c_about_aria .c_sub_ttl_box h2 span.nomal_big a {
    position: relative;
}
#c_about_aria .c_sub_ttl_box h2 span.nomal_big a::after {
    content: "";
    height: 2px;
    width: 0;
    background: red;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 4px;
    transition: 0.2s;

    opacity: 0;
}
#c_about_aria .c_sub_ttl_box h2 span.nomal_big a:hover::after {
    width: 100%;
    opacity: 1;
}
#c_about_aria .c_sub_ttl_box h2 span.nomal_big {
    font-size: 120%;
}
#c_about_aria .c_sub_ttl_box h2 span.red_big {
    color:#fdb314;
    font-size: 120%;
}
#c_about_aria .c_sub_ttl_box h2 span.red_big_2 {
    color: #ff0000;
    font-size: 110%;
}
#c_about_aria .c_sub_ttl_box .big_photo_text {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.5;
}
#c_about_aria .c_sub_ttl_box .big_photo_text .red {
    color: #ff0000;
    vertical-align: middle;
}
#c_about_aria .c_sub_ttl_box .big_photo_text .red img {
    margin: -5px 5px 0;
    vertical-align: middle;
}

#c_about_aria .c_sub_ttl_box h2 span.nomal_big.nomal_big2 {
    margin-top: 15px;
    display: block;
}

#contents_link_aria .sopt {
    text-align: center;
    margin-bottom: 30px;
}
#contents_link_aria .sopt .spot_text {
    font-size: 20px;
}
#contents_link_aria .sopt .spot_ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
}
#contents_link_aria .sopt .spot_text.margin_bottom {
    margin-bottom: 20px;
}
#wrapper.instore #contents_link_aria .sopt .spot_ttl {
    margin-bottom: 5px;
}
#wrapper.instore #contents_link_aria .sopt .spot_text{
     line-height: 1.5;   
}.
.end_campaign {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}
.end_campaign::after,
.end_campaign::before {
    content: "";
    display: block;
    width: calc(( 100% - 17em ) / 2 );
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.end_campaign.not_line::after,
.end_campaign.not_line::before {
    content: none;
}
.end_campaign::after {
    left: 0;
}
.end_campaign::before {
    right: 0;
}
/*.img_sns_poster img {
    border: 1px solid #e1e1e1;
}*/
table.spot_aria {
    margin:  0 auto;
    text-align: left;
}
table.spot_aria th {
    width: 70px;
}
table.spot_aria th, 
table.spot_aria td {
    font-weight: normal;
    vertical-align: top;
    line-height: 1.4;
    padding-top: 6px;
}
.balloon #contents_link_aria .maker_name {
    background: rgba(255, 255, 255, 0.9);
    color: #111;
}
table.balloon {
    border-collapse: collapse;
    border: 1px solid #fff ;
    border-top: none;
    width: 100%;
    margin-bottom: 20px
} 
table.balloon tr {
    border-bottom: 1px solid #fff ;
} 
/*table.balloon tr:first-of-type {
    background: rgba(255, 255, 255, 0.3);
} */
table.balloon tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.1);
}

table.balloon .th_1 {
    width: 200px;
}
table.balloon .th_2 {
    width: 300px;
}
table.balloon .th_3 {
    width: #090e35;
}
table.balloon th,
table.balloon td {
    padding: 20px 20px;
    box-sizing: border-box;
}
table.balloon td {
    text-align: left;
}
#banner_link_aria a {
    border: 5px solid #000;
    display: block;
}
/* =========================================================
     1200px
========================================================= */
@media screen and (max-width:1800px){
    table.balloon th, table.balloon td:not(:last-of-type) {
        padding-right: 0;
    }
    table.balloon .th_1 {
        width: 180px;
    }
    table.balloon .th_2 {
        width: 250px;
    }
    
    
}
/* =========================================================
     1200px
========================================================= */
@media screen and (max-width:1400px){

    .end_campaign {
        font-size: 28px;
    }
}
/* =========================================================
     1200px
========================================================= */
@media screen and (max-width:1300px){
    table.balloon th, table.balloon td {
        padding: 10px 15px;
        box-sizing: border-box;
    }
}
/* =========================================================
     1200px
========================================================= */
@media screen and (max-width:1200px){
     #c_about_aria .c_sub_ttl_box h2 {
        font-size: 22px;
    }   
    #c_about_aria .c_sub_ttl_box .big_photo_text {
        font-size: 24px;
    }
}
/* =========================================================
     1000px
========================================================= */
@media screen and (max-width:1000px){
    #c_about_aria .c_sub_ttl_box h2 {
        font-size: 18px;
    }
    #c_about_aria .c_sub_ttl_box .big_photo_text {
        font-size: 20px;
    }
    #c_about_aria .c_sub_ttl_box .big_photo_text .red img {
        height: 24px;
        margin: -5px 3px 0;
    }
    #c_about_aria .c_sub_ttl_box h2 span.dis_B {
        margin-bottom: 10px;
    }
    #contents_link_aria .sopt .spot_ttl {
        font-size: 20px;
    }
    #contents_link_aria .sopt .spot_text {
        font-size: 18px;
    }
    #contents_link_aria .sopt .spot_text.margin_bottom {
        margin-bottom: 15px;
    }
    table.balloon .th_1 {
        width: 170px;
    }
    table.balloon .th_2 {
        width: 220px;
    }
    
    .end_campaign {
        font-size: 3.2vw;
        margin-bottom: 20px;
    }
}
   
/* =========================================================
     767px
========================================================= */
@media screen and (max-width:767px){

    #c_about_aria .c_sub_ttl_box h2 {
        font-size: 16px;
    }
    #c_about_aria .c_sub_ttl_box h2 span.dis_B {
        margin-bottom: 5px;
    }
    #c_about_aria .c_sub_ttl_box .big_photo_text {
        font-size: 18px;
    }
    #c_about_aria .c_sub_ttl_box .big_photo_text .red img {
        height: 20px;
        margin: -4px 3px 0;
    }
    #contents_link_aria .sopt .spot_ttl {
        font-size: 18px;
    }
    #contents_link_aria .sopt .spot_text {
        font-size: 16px;
    }
    #contents_link_aria .sopt {
        line-height: 1.4;
    }
    #page_top a {
        width: 50px;
        height: 50px;
    }
    
    #c_about_aria .c_sub_ttl_box h2 span.nomal_big.nomal_big2 {
        font-size: 107%;
    }
    
    #c_about_aria .c_sub_ttl_box p {
        font-size: 14px;
    }
    table.spot_aria th, 
    table.spot_aria td {
        display: block;
        width: 100%;
        font-weight: normal;
        vertical-align: top;
        line-height: 1.4;
        padding-top: 0;
        text-align: center;
    }
    
    table.spot_aria th {
        padding-top: 6px;
        font-weight: bold;
    }
    .anchor_link li .link_box {
        font-size: 16px;
    }
    table.balloon th {
        display: none;
    }
    table.balloon,
    table.balloon tbody,
    table.balloon tr,
    table.balloon td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    table.balloon th, table.balloon td {
        padding: 15px 15px;
    }
    table.balloon td:nth-child(2n) {
        padding-bottom: 0;
    }
    table.balloon td:nth-child(3n) {
        padding-top: 5px;
    }
    table.balloon tr:nth-child(even) {
        background: none;
    }
    table.balloon td:first-of-type {
        background: rgba(255, 255, 255, 0.2);
    }
    table.balloon td br {
        display: none;
    }
    
}
/* =========================================================
     480px
========================================================= */
@media screen and (max-width:480px){
    #c_about_aria .c_sub_ttl_box h2 {
        font-size: 14px;
    }
    #c_about_aria .c_sub_ttl_box h2 span.dis_B:not(:last-of-type)  {
        margin-bottom: 2px;
    }
    
    #c_about_aria .c_sub_ttl_box .big_photo_text {
        font-size: 16px;
    }
    #c_about_aria .c_sub_ttl_box .big_photo_text .red img {
        height: 18px;
    }
    #c_about_aria .c_sub_ttl_box h2 span.nomal_big ,
    #c_about_aria .c_sub_ttl_box h2 span.red_big,
    #c_about_aria .c_sub_ttl_box h2 span.red_big_2 {
        font-size: 100%;
    }
    #contents_link_aria .sopt {
    }
    
    #contents_link_aria .sopt .spot_ttl {
        font-size: 16px;
    }
    #contents_link_aria .sopt .spot_text {
        font-size: 14px;
    }
    .anchor_link li .link_box {
        font-size: 14px;
    }
    .anchor_link li a::before {
    left: 5px;
    top: -7px;
    }
    
    .anchor_link li {
        width: calc(50% - 8px);
    }
    .anchor_link li:nth-child(odd) {
        margin-right: 10px;
    }
    
    .end_campaign {
        font-size: 4.2vw;
        margin-bottom: 20px;
    }
    .end_campaign::after, .end_campaign::before {
        width: calc((100% - 16em) / 2);
        height: 1px;
        margin-bottom: 15px;
    }
}
    
   
   

/* =========================================================
     アニメーション系
========================================================= */

.first_item_anim ,
.item_anim {
    opacity: 0;
    transition: 1.0s;
    transform: translateY(100px);
}
.first_item_anim.active ,
.item_anim.active {
    opacity: 1;
    transform: translateY(0);
}

ul.item_anim_ul .none_active {
    opacity: 0;
    transition: 1.0s;
    transform: translateY(100px);
}
ul.item_anim_ul .active {
    opacity: 1;
    transition: 1.0s;
    transform: translateY(0);
}

.c_cam_day_box.item_anim {
    opacity: 0;
    transition: 1.0s;
    transform: translateX(100px);
}
.c_cam_day_box.item_anim.active {
    opacity: 1;
    transform: translateX(0);
}


.c_center {
    text-align: center;
}







    .flip_long {
        position: relative;
    }
    .flip_long .flip_long-inner {
        transform-style: preserve-3d;
        transition: transform .6s ease;
        width: 100%;
        height: 0;
        padding-top: 25.8%;
    }
    .flip_long .flip_long-inner .front, .flip_long .flip_long-inner .back {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .flip_long .front {
        transition: 0.6s;
    }
    .flip_long .back {
        display: block;
      transform: rotateX(180deg);
        opacity: 0;
        z-index: 999;
        transition: 0.6s;
    }
    a:hover .flip_long .front {
        opacity: 0;
    }
    a:hover .flip_long .back {
        opacity: 1;
    }
    a:hover .flip_long .flip_long-inner{
      transform: rotateX(180deg);
    }
    .thumbnail {
      width: 100%;
    }


   
   

/* =========================================================
     アニメーション系
========================================================= */
.small_ttl_text {
    display: block;
    font-size: 60%;
    margin: 6px auto 20px;
    border: 1px solid #fff;
    max-width: 430px;
    line-height: 1.3;
    padding: 15px 0;
}



/* =========================================================
    2020/10/21 限定待ち受け画像プレゼント
========================================================= */
#present_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

#present_img .img_box {
    width:50%;
    text-align: center;
}
#present_img .img_box img {
    max-width:300px;
}
#present_img .download_box {
    width: 50%;
    margin-left: 30px;
    box-sizing: border-box;
}

#present_img .download_box li:not(:last-of-type){
    margin-bottom: 30px;
}
#present_img .download_box a {
    display: block;
    background: #a54a98 url(../img/img_pattern_asanohaMonnyou.png) repeat center top;
    padding: 30px;
    box-shadow: -10px 10px 0 0 rgba( 0,0,0,0.25 );
    color: #fff;
    text-align: center;
    font-size: 20px;
}
#present_img .download_box a .small {
    font-size: 13px;
}


@media screen and (max-width:1000px){
    #present_img .img_box img {
        max-width: 100%;
    }
    #present_img .download_box a {
        padding: 20px;
        font-size: 18px;
        line-height: 1.1;
    }
}

@media screen and (max-width:767px){
    #present_img {
        flex-wrap: wrap;
    }
    #present_img .img_box {
        width: 100%;
    }

    #present_img .img_box img {
        max-width: 260px;
    }
    #present_img .download_box {
        width: 80%;
        margin: 20px 0 0 ;
    }
    #present_img .download_box li:not(:last-of-type) {
        margin-bottom: 20px;
    }
    #present_img .download_box a {
        padding: 25px;
        font-size: 16px;
        box-shadow: -7px 7px 0 0 rgba( 0,0,0,0.25 );
    }
}

@media screen and (max-width:480px){
    
    #present_img .download_box {
        width: 100%;
        margin: 20px 0 0 ;
    }
    #present_img .download_box a {
        padding: 15px;
        font-size: 14px;
        box-shadow: -7px 7px 0 0 rgba( 0,0,0,0.25 );
        line-height: 1.3;
    }
    #present_img .download_box li:not(:last-of-type) {
        margin-bottom: 15px;
    }
}

/* =========================================================
    2026/01/13  
========================================================= */

#sp_bg_big_foot {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 999999;
    pointer-events: none;
    display: none;
    opacity: 0;
    transition: 1s;
}
#sp_bg_big_foot.active{
    opacity: 1;
    transition: 1s;
}
.sp_foot {
    width: 35px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}
#sp_foot_block.active .sp_foot {   
    animation: sp_foot_anim;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 3s;
    transform-origin: center top;
}

@keyframes sp_foot_anim {
    0% {
        transform: scale(1);
        bottom: 10px;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    70% {
        transform: scale(0.4);
        bottom: 120px;
        opacity: 0;
    }
    100% {
        transform: scale(0.4);
        bottom: 150px;
        opacity: 0;
    }
}

.sp_foot_left {
    left: 30px;
}
.sp_foot_right {
    right: 30px;
}



#sp_foot_block.active #sp_foot_right_1 {
    animation-delay: 0s;
}

#sp_foot_block.active #sp_foot_left_1 {
    animation-delay: 0.5s;
}
#sp_foot_block.active #sp_foot_right_2 {
    animation-delay: 1s;
}
#sp_foot_block.active #sp_foot_left_2 {
    animation-delay: 1.5s;
    
}
#sp_foot_block.active #sp_foot_right_3 {
    animation-delay: 2s;
}
#sp_foot_block.active #sp_foot_left_3 {
    animation-delay: 2.5s;
}


@media screen and (max-width:767px){
    .foot_cursor,
    .foot_cursor_2 {
        display: none!important;
    }
    #sp_bg_big_foot {
        display: block;
    }
}

















