/* CSS Document */
/* =========================================================
     共通
========================================================= */
body {
    font-size: 16px;
    color: #333;
    background: #150201  url(../img/bg_pattern_01.png) repeat center top / 100% auto ;
    line-height: 1.5;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    padding-top: 70px;
}
.inline_B {
    display: inline-block;
    text-indent: 0;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0; 
}
.under_mv_inner {
    margin: 0 auto;
    max-width: 1200px;
}
.marigin_B_100 {
    padding-bottom: 100px;
}
.marigin_B_50 {
    padding-bottom: 50px;
}
.inner_padding {
    padding: 100px;
}
#copy_aria .inner_padding {
    padding:60px;
}

span.red{
    color: #ff0000;
}
span.red_big{
    color: #ff0000;
    font-size: 120%;
}
#container_Aria img {
    vertical-align: bottom;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
}
.font_Mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#container_Aria a {
    color: #e9ba49;
}
#container_Aria a.under_line:hover {
    text-decoration: underline;
}
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
.pc_only_1000 {
    display: block;
}
.sp_only_1000 {
    display: none;
}



/* 模様系
--------------------------------------------------------- */
/* ----- 綾型 ----- */
.bg_ayagata {
    background: #bcafd5;
    /*background: linear-gradient(to bottom, #7a57b2 0%, #d382b1 100%);*/
    padding: 20px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}
/*.bg_ayagata::before {
    content: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background : url(../img/bg_pattern_02.png) repeat center top;
}*/
.bg_ayagata_innner {
    background: #fff ;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bg_ayagata p {
}
/* ----- 麻の葉文様 ----- */
.bg_asanohaMonnyou {
    padding: 20px;
    /*background: #bcafd5 url(../img/bg_pattern_02.png) repeat center top;*/
    background: #bcafd5;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}
.bg_asanohaMonnyou_innner {
    background: #fff;
    overflow: hidden;
}

/* ----- 綾型 ----- */
.bg_asanohaMonnyou2 {
    background: #bcafd5;
    background: linear-gradient(to bottom, #7a57b2 0%, #d382b1 100%);
    padding: 5px;
    position: relative;
}
.bg_asanohaMonnyou2::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background : url(../img/bg_pattern_02.png) repeat center top;
}
.bg_asanohaMonnyou2 .bg_asanohaMonnyou2_innner {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 15px solid #fff;
}
.bg_asanohaMonnyou2  p {
    color: #fff;
}

/*
#wrapper.file .bg_asanohaMonnyou {
    background-color: #fabe00;
}
#wrapper.tapestry .bg_asanohaMonnyou {
    background-color: #a54a98;
}
#wrapper.goods .bg_asanohaMonnyou {
    background-color: #00a0e9;
}
#wrapper.tw .bg_asanohaMonnyou {
    background-color: #90c31f;
}
#wrapper.photospot .bg_asanohaMonnyou {
    background-color: #e60034;
}
*/

.bg_asanohaMonnyou2 .item_white_img {
    background: #fff;
    text-align: center;
    padding: 50px 50px 30px;
    box-sizing: border-box;
    margin-top: 30px;
}

.bg_asanohaMonnyou2 .item_white_img p{
    padding-top: 2.25%;
    color: #333;
}
.bg_asanohaMonnyou .item_white_img {
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    margin-top: 30px;
}
.bg_asanohaMonnyou .item_white_img p{
    padding-top: 2.25%;
    color: #333;
}

/* header_aria
--------------------------------------------------------- */
#header_aria {
    background: #000 url(../img/bg_pattern_03.png) repeat center top;
    height: 70px;
    box-sizing: border-box;
    padding: 0 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: 999;
}
#header_aria .logo_box{
    position: absolute;
    left: 50px;
    top: 20px;
}
#header_aria .logo_box h1{
    line-height: 1;
}
#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: #000 url(../img/bg_pattern_01.png) repeat center top;
}
#header_aria .nav_box nav.active {
	top: 0;
	transition: 0.5s;
    opacity: 1;
}
#humBox_wrap {
    width: 60px;
    position: absolute;
    right: 50px;
}
#humBox {
    position: relative;
    height: 60px;
    width: 60px;
    z-index: 9999;
    cursor: pointer;
}
#humBox span {
    width: 40px;
    height: 3px;
    background: #ffd05f;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.4s;
}
#humBox span::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #ffd05f;
    position: absolute;
    bottom: 12px;
    transition: 0.4s;
}
#humBox span::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #ffd05f;
    position: absolute;
    top: 12px;
    transition: 0.4s;
}
#humBox.active span {
    background: rgba( 255,255,255,0 );
}
#humBox.active span::before {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
    background: #333;
}
#humBox.active span::after {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
    background: #333;
}
#header_aria .nav_box nav ul {
    padding: 100px;
}
#header_aria .nav_box nav ul li a {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    text-decoration: none;
    padding: 15px 0;
    line-height: 1.4;
    letter-spacing: 0.12em;
}
#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: 1px;
    background: #333;
    position: absolute;
    bottom: -2px;
    right: 0;
    transition: 0.3s;
}
#header_aria .nav_box nav ul li a:hover span::before {
    width: 100%;
    left: 0;
}
/* MV
--------------------------------------------------------- */
ul.breadcrumb {
    line-height: 1.5;
    text-align: left;
    font-size: 15px;
    padding: 20px 0 ;
    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;
    border-bottom: 1px solid #ffd05f;
    border-top: 1px solid #ffd05f;
}
body:not(#index) #MV_aria {
    margin: 30px auto -50px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    border: none;
}

body #MV_aria img {
    width: 100%;
}

/* contact_aria
--------------------------------------------------------- */
#contact_aria {
}
#contact_aria .contact_padding {
    padding: 60px;
}
#contact_aria h2 {
	text-align: center;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    font-size: 26px;
}
#contact_aria h2::after {
    bottom: -10px;
}
/*#contact_aria h2::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/
#contact_aria h2 span {
    background: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 100;
    display: inline-block;
}
#contact_aria .text_box {
    text-align: center;
}
#contact_aria .text_box .top_box .big {
    display: block;
    font-size: 113%;
}
#contact_aria .text_box .top_box p {
    margin-bottom: 15px;
    line-height: 1.5;
}
#contact_aria .text_box p.big{
    text-align: center;
    font-size: 20px;
}
#contact_aria .text_box .contact {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#contact_aria .text_box .contact .tel_num {
    font-size: 24px;
    margin-right: 30px;
}

#shop_link_aria {
}
/* 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: 14px;
    background: #fff;
}
.footerBnrArea,
.footerAccordion__item {
    overflow: hidden;
}
.l_footer .gotoTop .gotoTop__btn {
    display: none;
}
.cpry {
    text-align: center;
    color: #333;
}
#copy_aria {
    font-size: 12px;
}
#copy_aria p {
    margin-bottom: 5px;
}
/* =========================================================
     1600px
========================================================= */
@media screen and (max-width:1600px){


}
/* =========================================================
     1300px
========================================================= */
@media screen and (max-width:1300px){
    .inner {
        max-width: 1000px;
        margin: 0 auto;
        padding: 100px 0; 
    }
    
    
}
/* =========================================================
     1200px
========================================================= */
@media screen and (max-width:1200px){
    .inner {
        padding: 100px 50px; 
    }
    body:not(#index) #MV_aria {
        margin: 30px 50px -50px;
    }
    .inner_padding {
        padding: 80px;
    }

    #header_aria .nav_box nav ul li a {
        font-size: 20px;
        padding: 15px 0;
    }
    /* MV
    --------------------------------------------------------- */
}
/* =========================================================
     1000px
========================================================= */
@media screen and (max-width:1000px){
    
    .pc_only_1000 {
        display: none;
    }
    .sp_only_1000 {
        display: block;
    }
    .inner {
        padding: 60px 30px 100px;
    }
    body:not(#index) #MV_aria {
        margin: 10px 30px -40px;
    }
    .inner_padding {
        padding: 60px;
    }
    #copy_aria .inner_padding {
        padding: 40px;
    }
    .marigin_B_100 {
        padding-bottom: 60px;
    }
    .marigin_B_50 {
        padding-bottom: 20px;
    }
    

    /* contact_aria
    --------------------------------------------------------- */
    #contact_aria .ttl_border::after {
        content: "";
        width: 100%;
    }
    #contact_aria .ttl_day {
        font-size: 24px;
    }
    #contact_aria h2 {
        margin-bottom: 20px;
    }
    #contact_aria .text_box p.big {
        font-size: 18px;
    }
    #contact_aria .text_box .contact {
        margin-top: 10px;
    }
}
/* =========================================================
     767px
========================================================= */
@media screen and (max-width:767px){
    body {
        font-size: 14px;
        padding-top: 50px;
    }
    .bg_ayagata {
        padding: 10px;
    }
    .bg_ayagata_innner {
    }
    body:not(#index) #MV_aria {
        margin: 10px 20px -30px;
    }
    .inner_padding {
        padding: 40px;
    }
    
    #copy_aria .inner_padding {
        padding: 20px;
    }
    .inner {
        padding: 50px 20px 100px;
    }
    .marigin_B_100 {
        padding-bottom: 50px;
    }
    /* contact_aria
    --------------------------------------------------------- */
    
    ul.breadcrumb li {
        margin-bottom: 5px;
    }
    #contact_aria .ttl_day img {
        max-width: 100%;
        width: auto;
        height: 22px;
    }
    #contact_aria .ttl_day {
        font-size: 20px;
    }
    #contact_aria .ttl_border{
        width: calc( 50% - 4em );
    }
    #contact_aria .ttl_border ,
    #contact_aria .ttl_border::after {
        height: 2px;
    }
    #contact_aria .text_box p.big {
        font-size: 14px;
    }
    #contact_aria .text_box .contact {
        margin-top: 3px;
        display: block;
        text-align: center;
    }
    #contact_aria .text_box .contact .tel_num {
        font-size: 22px;
        margin-right: 0;
        line-height: 1;
        margin-bottom: 10px;
    }
    #contact_aria .text_box .top_box .big {
        font-size: 107%;
    }
    #contact_aria .text_box .top_box p {
        margin-bottom: 0;
        margin-top: 15px;
    }
    /* humBox
    --------------------------------------------------------- */
    
    #humBox {
        position: relative;
        height: 40px;
        width: 40px;
    }
    #header_aria .nav_box nav ul {
        padding: 50px;
        margin-top: 0;
    }
    #header_aria .nav_box nav ul li a {
        font-size: 18px;
        padding: 15px 0;
    }
    #header_aria .nav_box nav ul li a:hover {
    }
    
    #humBox span {
        width: 25px;
        height: 2px;
    }
    #humBox span::before {
        height: 2px;
        bottom: 9px;
    }
    #humBox span::after {
        height: 2px;
        top: 9px;
    }

    #humBox.active span::after{
      -webkit-transform: translateY(-9px) rotate(-45deg);
      transform: translateY(-9px) rotate(-45deg);
    }
    #humBox.active span::before{
      -webkit-transform: translateY(9px) rotate(45deg);
      transform: translateY(9px) rotate(45deg);
    }
    #header_aria {
        height: 50px;;
        padding: 0 30px;
    }
    #humBox_wrap {
        width: 40px;
        right: 20px;
        top: 5px;
    }
    #header_aria .logo_box {
        left: 20px;
        top: 12px;
    }
    #header_aria .logo_box img {
        height: 25px;
        vertical-align: bottom;
    }
    .bg_asanohaMonnyou2 .item_white_img {
        padding: 20px 20px 10px;
        margin-top: 20px;
    }
    #copy_aria {
        font-size: 11px;
    }
}
/* =========================================================
     480px
========================================================= */
@media screen and (max-width:480px){

    body {
        font-size: 14px;
    }
    .inner_padding {
        padding: 30px 20px;
    }
    
    #copy_aria .inner_padding {
        padding: 20px;
        font-size: 13px;
    }
    .marigin_B_100 {
        padding-bottom: 40px;
    }
    .marigin_B_50 {
        padding-bottom: 15px;
    }

    /* about_Aria
    --------------------------------------------------------- */
    #header_aria .nav_box nav ul {
        padding: 20px;
        background: none;
    }
    #header_aria .nav_box nav ul li a {
        font-size: 16px;
        padding: 10px 0;
        letter-spacing: 0.06em;
    }

}






/* =========================================================
     コンテンツページ
========================================================= */

/* ----- 各コンテンツ_TOP----------------------------------*/

/* ----- タイトル周り ----- */
#c_about_aria {
}
#c_about_aria .c_ttl_img {
    text-align: center;
    margin-bottom: 50px;
}
#c_about_aria .c_sub_ttl_box {
    text-align: center;
}

#c_about_aria .c_sub_ttl_box h2 {
    font-weight: normal;
    font-size: 20px;
}
#c_about_aria .c_sub_ttl_box p {
    margin-top: 20px;
}

/* ----- キャンペーン期間 ----- */
.c_cam_day_box {
    
}
.c_cam_day_box h3 {
    border-bottom: 1px solid #333;
    line-height: 1;
    margin: 0 0 12px 0;
    padding-bottom: 12px;
    font-size: 24px;
}
.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;
}
/* ----- キャンペーン概要 ----- */
#campaign_about .c_cam_day_box:not(:last-of-type) {
    margin-bottom: 40px;
}
#campaign_about .c_cam_day_box ul.note_list li {
    font-size: 18px;
    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;
}

/* ----- 対象商品系----------------------------------*/
#contents_link_aria {
    text-align: center;
}
#contents_link_aria h3 {
    text-align: center;
    color: #222;
    font-size: 34px;
    position: relative;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: bold;
}
#contents_link_aria h3 span {
    background: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 100;
    display: inline-block;
}
#contents_link_aria h3::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#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 #ffd05f;
    padding: 20px;
    line-height: 1.2;
    font-size: 22px;
    text-align: center;
    display: block;
    margin: 10px auto 0px;
    background: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contents_link_aria .maker_name p {
    color: #fff;
}
#contents_link_aria .maker_name .red_asterisk {
    color: red;
    margin-top: 8px;
    font-size: 15px;
}

#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_text {
    margin-bottom: 20px;
}
#contents_link_aria .product_information_text .item_name {
    font-size: 24px;
}
#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;
}
#contents_link_aria .product_information_box {
    width: calc((99% - 20px) / 3) ;
    border: 1px solid #111;
    padding: 20px 15px;
    box-sizing: border-box;
}
#contents_link_aria .product_information_box.w_100 {
    width: 100%;
    position: relative;
}
#contents_link_aria .product_information_box.w_50 {
    width: calc((100% - 10px) / 2) ;
}
#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;
}

#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 {
    margin-bottom: 20px;
}
#contents_link_aria .product_information_text .item_name {
    font-size: 24px;
}
#contents_link_aria .product_information_box .maker_name_2 {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 8px;
    font-weight: bold;
}
#contents_link_aria .product_information_text .item_price {
    font-size: 20px;
    color: #f8a000;
    font-weight: bold;
    line-height: 1;
}
#contents_link_aria .product_information_text .nomal_text {
    margin-top: 5px;
    font-size: 14px;
}
#contents_link_aria .product_information_text .nomal_text .small {
    font-size: 11px;
}

#contents_link_aria .product_information_box {
    margin-bottom: 16px;
}
/* ----- 配布商品 ----- */
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;
    position: relative;
}
ul.giftItem_list li.w_100 {
    width: 100%;
}
ul.giftItem_list li.w_50 {
    width: calc(50% - 5px) ;
}
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;
    display: flex;
    justify-content: center;
    align-items: 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;
    color: #111;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}



.giftItem_list_box {
    margin-top: 60px;
}
ul.giftItem_list.giftItem_list_02 {
    margin-bottom: -40px;
}
ul.giftItem_list.giftItem_list_02 li h4 {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 70px;
    height: 70px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bcafd5;
}
ul.giftItem_list.giftItem_list_02 li.w_50 {
    width: calc(50% - 20px);
    border: 2px solid #bcafd5;
    margin-bottom: 40px;
}
ul.giftItem_list.giftItem_list_02 li .character_name {
    text-align: center;
}
#button_item {
    padding: 40px 0;
}
/* ----- 対象商品はこちらの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){


}
/* =========================================================
     1300px
========================================================= */
@media screen and (max-width:1300px){
}
/* =========================================================
     1200px
========================================================= */
@media screen and (max-width:1200px){
    ul.breadcrumb {
        padding: 20px 50px;
    }
    /* ----- 対象商品系----------------------------------*/
    #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 10px;
    }
    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;
    }
}
/* =========================================================
     1000px
========================================================= */
@media screen and (max-width:1000px){
    /* ----- 各コンテンツ_TOP----------------------------------*/

    ul.breadcrumb {
        padding: 20px 30px;
    }
    /* ----- タイトル周り ----- */
    #c_about_aria {
    }
    #c_about_aria .c_ttl_img {
        width: 500px;
        margin: 0 auto 30px;
    }
    .c_cam_day_box h3 {
        margin: 40px 0 15px;
        padding-bottom: 10px;
        font-size: 20px;
    }
    .c_cam_day_box ul.cam_day_list li {
        font-size: 16px;
    }
    #c_about_aria .c_sub_ttl_box {
    }
    /* ----- 対象商品系----------------------------------*/
    #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;
        margin: 0 auto 20px;
        display: block;
    }
    #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;
    }
    ul.giftItem_list.giftItem_list_02 li.w_50 {
        width: calc(50% - 10px);
        border: 2px solid #bcafd5;
        margin-bottom: 30px;
        padding: 30px;
    }
    ul.giftItem_list.giftItem_list_02 li h4 {
        right: -10px;
        top: -10px;
        width: 50px;
        height: 50px;
    }
    #button_item {
        padding: 30px 0 20px;
    }
    .giftItem_list_box {
        margin-top: 50px;
    }
    #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.w_50,
    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: 1px;
    }
    #contents_link_aria .product_information_box {
        width: calc(50% - 5px) ;
    }
    #contents_link_aria .product_information_box.w_100 .badge {
        top: 30px;
        right: 30px;
    }
    
    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;
    }
    #contact_aria .contact_padding {
        padding: 40px 20px;
    }
}
/* =========================================================
     767px
========================================================= */
@media screen and (max-width:767px){
    
    .pc_only {
        display: none;
    }
    .sp_only {
        display: inline-block;
    }
    /* ----- 各コンテンツ_TOP----------------------------------*/
    ul.breadcrumb {
        font-size: 12px;
        padding: 10px 20px ;
    }
    /* ----- タイトル周り ----- */
    #c_about_aria {
    }
    .bg_asanohaMonnyou {
        padding: 10px;
        background-size: 10%;
    }
    .c_cam_day_box h3 {
        font-size: 18px;
        margin-top: 30px;
    }
    #contents_link_aria ul.cam_day_list p {
        text-align: center;
    }
    #c_about_aria .c_sub_ttl_box p {
        font-size: 12px;
    }
    #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;
    }
    
    #c_about_aria .c_ttl_img {
        width: auto;
        margin: 0 auto 25px;
    }
    /* ----- 対象商品系----------------------------------*/
    #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;
        margin: 0 auto 10px;
    }
    #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;
    }
    ul.giftItem_list.giftItem_list_02 li.w_50 {
        width: 100%;
        margin-bottom: 20px;
        padding: 30px 20px;
    }
    ul.giftItem_list.giftItem_list_02 li h4 {
        right: -15px;
        top: -15px;
        width: 50px;
        height: 50px;
        font-size: 14px;
    }
    #button_item {
        padding: 40px 0 10px;
    }
    #majica_dl p.ttl {
        text-align: center;
    }
    #button_item {
        padding: 30px 0 20px;
    }
    .giftItem_list_box {
        margin-top: 50px;
    }
    #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: 20px 10px;
    }
    
    #contents_link_aria .product_information_box.w_50 {
        width: 100%;
    }
    #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;
    }
    /* ----- 対象商品はこちらの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;
        padding-top: 20px;
    }
    
}
/* =========================================================
     480px
========================================================= */
@media screen and (max-width:480px){
    
    #c_about_aria .c_ttl_img {
        margin: 0 auto 20px;
    }
    ul.breadcrumb {
        padding: 10px 20px ;
    }
    .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:not(:last-of-type) {
    }
    #contents_link_aria ul.cam_day_list {
        margin-bottom: 30px;
        font-size: 14px;
    }
    #contents_link_aria h3 {
        font-size: 18px;
        margin-bottom: 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;
    }
}


@media screen and (max-width:370px){
    
    #c_about_aria .c_ttl_img {
        max-width: 100%;
    }
}

/* =========================================================
     各ページ別
========================================================= */

/* ----- 各コンテンツ_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: #ff0000;
    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 {
    border: 1px #eb335d dashed;
    padding: 30px;
    margin-top: 30px;
    text-align: center;
}
#contents_link_aria .sopt .spot_text {
    font-size: 20px;
}
#contents_link_aria .sopt .spot_ttl {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1;
}
#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;   
}
/*.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;
}

/* =========================================================
     1200px
========================================================= */
@media screen and (max-width:1200px){
     #c_about_aria .c_sub_ttl_box h2 {
        font-size: 18px;
    }   
    #c_about_aria .c_sub_ttl_box .big_photo_text {
        font-size: 24px;
    }
    #c_about_aria .c_sub_ttl_box p {
        margin-top: 10px;
    }
}
/* =========================================================
     1000px
========================================================= */
@media screen and (max-width:1000px){
    #c_about_aria .c_sub_ttl_box h2 {
        font-size: 16px;
    }
    #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;
    }
}
   
/* =========================================================
     767px
========================================================= */
@media screen and (max-width:767px){
    .bg_asanohaMonnyou2 {
        padding: 3px;
    }
    .bg_asanohaMonnyou2 .bg_asanohaMonnyou2_innner {
        border: 5px solid #fff;
    }
    #c_about_aria .c_sub_ttl_box h2 {
        font-size: 14px;
    }
    #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%;
    }
    
    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;
    }
}
/* =========================================================
     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 {
        padding: 30px 20px;
        margin-top: 30px;
    }
    
    #contents_link_aria .sopt .spot_ttl {
        font-size: 16px;
    }
    #contents_link_aria .sopt .spot_text {
        font-size: 14px;
    }
}
    
   
   

/* =========================================================
     アニメーション系
========================================================= */

.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);
}
    .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;
    }
}

/* =========================================================
     共通
========================================================= */
#majica_dl {
    border: 4px #000 double;
    padding: 20px;
    margin-top: 30px;
}
#majica_dl .appLink {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
#majica_dl .asterisk_list {
    display: inline-block
}
#majica_dl .appLink li {
    margin: 0 2px;
}
#majica_dl .appLink li a {
    transition: opacity 0.6s;
    text-decoration: none;
}
#majica_dl .appLink li img {
    height: 63px;
}
#majica_dl  p.attention {
    font-size: 73%;
    font-weight: 500;
    margin: 0 auto;
    text-align: left;
    display: inline-block
}

#majica_dl p.ttl {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
}
@media screen and (max-width:1080px){
    #contents_link_aria .product_information_box .maker_name_2 {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width:1000px){
    
    #majica_dl .appLink li img {
        height: auto;
    }
}

@media screen and (max-width:767px){
    #c_about_aria .c_sub_ttl_box h2 .inline_B {
        display: inline;
    }
    #c_about_aria .c_sub_ttl_box h2 br {
        display: none;
    }
    #contents_link_aria .product_information_box .maker_name_2 {
        height: auto;
    }
}

@media screen and (max-width:480px){
}













/* =========================================================
     colorbox
========================================================= */
#colorbox{
    position: relative;
}
#cboxTitle {
    display: none!important;
}
#colorbox #cboxContent .pop_up_box_inner {
    background:  #fff;
    padding: 50px 50px 130px;
}
#colorbox #cboxContent .pop_up_box {
    /*background: #bcafd5 url(../img/bg_pattern_02.png) repeat center top;*/
    background: #bcafd5;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    width: 860px;
    margin: 0 auto;
}
#colorbox .pop_text_box {
    text-align: left;
    margin-top: 30px;
    line-height: 1.5;
    font-size: 16px;
}
#colorbox h3 {
    line-height: 1.3;
    font-size: 30px;
    letter-spacing: 0.02em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}
#colorbox h3 span.small {
    font-size: 18px;
    display: block;
}
#colorbox .itemlist_table {
    border-collapse: collapse;
    border: 1px solid #333
}
#colorbox .itemlist_table tbody tr{
    border-top: 1px solid #333;
}
#colorbox .itemlist_table thead th {
    background: #ccc;
    font-size: 14px;
    font-weight: normal;
    padding: 15px 5px;
}
#colorbox .itemlist_table td {
    border-left: 1px solid #333;
}
#colorbox .itemlist_table tbody th {
   width: 90px;
    font-weight: normal;
}
#colorbox .itemlist_table td:last-of-type {
    width: 80px;
    text-align: center;
}
#colorbox .itemlist_table th ,
#colorbox .itemlist_table td {
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.3;
}
    
#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: 200px;
    margin: 0 auto;
    text-align: left;
    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: 30px;
}
#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 {
    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 p {
    margin-bottom: 0.45em;
}
#colorbox .table_bench_indent {
    margin-left: 10.45em;
}
#colorbox .jan-chord {
    margin-top: 6px;
}
#colorbox a.close {
    width: 300px;
    height: 50px;
    font-size: 18px;
    letter-spacing: 0.06em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #e60012;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
        transition: 0.2s;
    border-radius: 100px;
}
#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: 10px;
        width: 700px;
    }
    #colorbox .pop_text_box {
        margin-top: 30px;
    }
    #colorbox .start_day {
        left: 60px;
        top: 210px;
        width: 100px;
        height: 100px;
        font-size: 16px;
    }
    #colorbox #cboxContent .pop_up_box_inner {
        background: #fff;
        padding: 40px 30px 120px;
    }
    
    #colorbox h3 {
        line-height: 1.3;
        font-size: 26px;
    }
}

@media screen and (max-width:767px){
    #colorbox #cboxContent .pop_up_box {
        width: 460px;
        height: auto;
    }
    #colorbox h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #colorbox #cboxContent .pop_up_box_inner {
        background: #fff;
        padding: 40px 20px 100px;
    }
    #colorbox .small_catch {
        font-size: 70%;
        margin-bottom: 2px;
    }
    #colorbox .itemlist_table th, #colorbox .itemlist_table td {
        padding: 8px 5px;
    }
    #colorbox .itemlist_table tbody th {
        width: 60px;
        vertical-align: baseline;
    }
    #colorbox .itemlist_table td:last-of-type {
        width: 60px;
    }
    #colorbox .itemlist_table thead th {
        font-size: 12px;
    }
    #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: 178px;
        width: 320px;
    }
    #colorbox #cboxContent .pop_up_box .pop_img_box .item_main_img {
        margin-left: 20px;
    }
    #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 {
        width: 350px;
        height: auto;
    }
    #colorbox #cboxContent .pop_up_box_inner {
        background: #fff;
        padding: 30px 20px 80px;
    }
    #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% - 80px );
        height: 40px;
        font-size: 16px;
        bottom: 40px;

    }
    #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 {
        height: 156px;
        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: 20px;
    }
    #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;
    }
}






