<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/* =========================================================
     å…±é€š
========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&amp;display=swap');
.ttl_fonts {
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body {
    font-size: 16px;
    
    line-height: 1.5;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    position: relative;
    background: #ffecaa;
}
#bg_image {
    background: url(../img/bg_pattern.png) repeat center center / 430px ;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    opacity: 0.2;
}
#wrapper {
    overflow: hidden;
}
.inline_B {
    display: inline-block;
    text-indent: 0;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
}
.under_mv_inner {
    margin: 0 auto;
    max-width: 1200px;
}
.marigin_B_100 {
    padding-bottom: 100px;
}
.marigin_B_50 {
    padding-bottom: 50px;
}
.marigin_B_30 {
    padding-bottom: 30px;
}
.marigin_B_10 {
    padding-bottom: 10px;
}
.inner_padding {
    padding: 80px;
}
.red{
    color: #d51619;
    font-weight:bold;
}
.red_big{
    color:#d51619;
    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: #d51619;
}
#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;
}
/* æ¨¡æ§˜ç³»
--------------------------------------------------------- */
/* ----- ç¶¾åž‹ ----- */
.c_box {
    position: relative;
    margin-bottom: 50px;
    border-radius: 20px;
    padding: 20px;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#75411f+0,d49148+100 */
    background: linear-gradient(45deg,  #75411f 0%,#d49148 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    overflow: hidden;
    box-shadow: 0px 2px 5px rgba( 0,0,0,0.5 );
}

.c_box_innner { 
    background: #fff;
    /*border-radius: 70px 70px 70px 70px /  50px 50px 50px 50px  ;*/
    border-radius: 20px  ;
    position: relative;
    z-index: 1;
}
.c_box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background:url(../img/bg_pattern_wood.jpg) repeat center center / 30%;
    opacity: 0.6;
}


/*.c_box.c_box_w {
    background: none;
    border: 1px solid #fff;
}*/

/* header_aria
--------------------------------------------------------- */
/* header_aria
--------------------------------------------------------- */
#header_aria {
    background: #f0bb2e;
    height: 70px;
    box-sizing: border-box;
    padding: 0 40px;
    width: 100%;
    margin: auto;
    z-index: 999;
    margin-bottom: 30px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
#header_aria .logo_box {
    position: absolute;
    left: 10px;
    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: #eab74a ;
}
#header_aria .nav_box nav.active {
	top: 0;
	transition: 0.5s;
    opacity: 1;
}
#header_aria .nav_box nav .logo img {
    width: 200px;
    margin: -20px 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: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.4s;
}
#humBox span::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 12px;
    transition: 0.4s;
}
#humBox span::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    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: #fff;
}
#humBox.active span::after {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
    background: #fff;
}
#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: #fff;
    
    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: 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;
}

#pc_bob {
    position: fixed;
    left: 0.5%;
    width: 17%;
    bottom: 40px;
    
    animation-name: pc_bob;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 2s;
}
 @keyframes pc_bob {
    0% {
        transform: rotate(-15deg);
    }
    49.9% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(15deg);
    }
    99.9% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(-15deg);
    }
}

#pc_tem {
    position: fixed;
    right: 3.4%;
    width: 11%;
    bottom: 10px;
    
    animation-name: pc_tem;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 2s;
}
 @keyframes pc_tem {
    0% {
        transform: rotate(15deg);
    }
    49.9% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(-15deg);
    }
    99.9% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(15deg);
    }
}
/* MV
--------------------------------------------------------- */
#minions_logo {
    position: fixed;
    left: 0;
    top: 150px;
    width: calc((100% - 1200px) / 2);
    z-index: 99999;
}

#minions_logo a {
    width: 80%;
    max-width: max-content;
    display: block;
    margin: auto;
    text-align: center;
}
#minions_logo img {
    width: 100%;
    max-width: max-content;
    animation-name: body_pc_logo;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 5s;
}
@keyframes body_pc_logo {
    0% { transform: translate(0, 0px); }
    35% { transform: translate(0, 0px); }
    
    36% { transform: translate(0, 10px); }
    40% { transform: translate(0, -30%); }
    
    44% { transform: translate(0, 2px); }
    46% { transform: translate(0px, -20%); }
    48% { transform: translate(0, 2px); }
    50% { transform: translate(0px, -15%); }
    52% { transform: translate(0, 2px); }
    54% { transform: translate(0px, -10%); }
    56% { transform: translate(0px, 0px); }
    
    100% { transform: translate(0px, 0px); }
}
#fixed_nav {
    position: fixed;
    right: 0;
    top: 100px;
    width: calc((100% - 1200px) / 2);
}
.fix_list {
    width: 80%;
    margin: auto;
    max-width: 280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fix_list li {
    width: 60%;
    box-sizing: border-box;
    margin-bottom: -15%;
}
.fix_list li:nth-child(odd) {
    margin-left: 33%;
}
.fix_list li:nth-child(even) {
    margin-right: 33%;
}

.fix_list li a{
    display: block;
    position: relative;
    text-align: left;
    /*border-radius: 100%;*/
    overflow: hidden;
}
.fix_list li .link_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    height: auto;
    height: 0;
    padding-top: 100%;
    width: 100%;
    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::before {
    /*content: "";*/
    content: none;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    background: #000;
    z-index: -1;
    margin: auto;
    /*clip-path: polygon(0 0, 100% 0, calc(100% - 35px) 100%, 0 100%);*/
}
.fix_list li a img {
    margin: auto;
    position: absolute;
    width: auto;
    height: auto;
    max-width: 85%;
    max-height: 85%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
}

.fix_list li.item_goods a .link_box{
    background: url(../img/bg_fix_anchor_1.png) no-repeat right 100% bottom 100%  / 100%;
}
.fix_list li.item_novelty a .link_box{
    background: url(../img/bg_fix_anchor_2.png) no-repeat right 100% bottom 100%  / 100%;
}
.fix_list li.item_sns a .link_box {
    background: url(../img/bg_fix_anchor_3.png) no-repeat right 100% bottom 100%  / 100%;
}
.fix_list li.item_shop a .link_box {
    background: url(../img/bg_fix_anchor_4.png) no-repeat right 100% bottom 100%  / 100%;
}



.fix_list li a:hover::before {
    background: #000!important;
}
/* MV
--------------------------------------------------------- */
ul.breadcrumb {
    line-height: 1.5;
    text-align: left;
    font-size: 14px;
    padding: 10px;
    letter-spacing: normal;
}
ul.breadcrumb li {
    display: inline-block;
    margin-right: 0.45em;
}
ul.breadcrumb li,
ul.breadcrumb li a {
    color: #40210f;
}
ul.breadcrumb li a {
    position: relative;
}
ul.breadcrumb li a::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #40210f;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
}
ul.breadcrumb li a:hover::before {
    content: none;
}
/* MV
--------------------------------------------------------- */
body #MV_aria {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
body #MV_aria img {
    /*width: 100%;*/
    width: calc(100% + 100px);
    margin: 0 -50px;
}
/* contact_aria
--------------------------------------------------------- */
#contact_aria h2 {
	text-align: center;
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
    font-size: 26px;
}
#contact_aria h2::after {
    bottom: -10px;
}
#contact_aria h2 span {
    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 {
    margin: 0 0 0 -8px ;
}
/* 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: #fff;
    padding: 60px 20px 30px;
    text-align: center;
}
.footer_link_list {
    display: flex;
    justify-content:space-between;
    margin-bottom: 30px;
}
.footer_link_list li  {
    width: calc(50% - 10px ) ;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.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;
}
.disney_copy {
	max-width: 490px;
	margin: 0 auto 10px;
}
/* =========================================================
     1800px
========================================================= */
@media screen and (max-width:1800px){
    .under_mv_inner,
    .inner {
        max-width: 1000px;
    }
    #minions_logo {
        width: calc((100% - 1000px) / 2);
    }
    #fixed_nav {
        position: fixed;
        right: 0;
        top: 90px;
        width: calc((100% - 1000px) / 2);
    }
    .fix_list li a img {
    }
}
/* =========================================================
     1600px
========================================================= */
@media screen and (max-width:1600px){
    .inner_padding {
        padding: 60px;
    }

    .fix_list li {
        width: 65%;
        margin-bottom: 5%;
        /*margin-bottom: -12%;*/
    }
    .fix_list li:nth-child(odd) {
        margin-left: 30%;
    }
    .fix_list li:nth-child(even) {
        margin-right: 30%;
    }
}
/* =========================================================
     1600px
========================================================= */
@media screen and (max-width:1400px){
    .under_mv_inner,
    .inner {
        max-width: 800px;
        box-sizing: border-box;
    }
    #minions_logo {
        width: calc((100% - 800px) / 2);
    }
    #fixed_nav {
        width: calc((100% - 800px) / 2);
    }
    .fix_list {
        max-width: 250px;
    }
    #bg_image {
        background-size: 30%;
    }
}
/* =========================================================
     1300px
========================================================= */
@media screen and (max-width:1300px){
    .inner_padding {
        padding: 50px;
    }
}
/* =========================================================
     1200px
========================================================= */
@media screen and (max-width:1200px){
    #header_aria {
    background: rgba(0, 0, 0, 0.6);
    }
    .under_mv_inner,
    .inner {
        max-width: 100%;
        padding: 0 50px; 
    }
    .nav_box {
        display: block;
    }
	body #MV_aria img {
		width: 100%;
		margin: 0;
	}
    #pc_bob,
    #pc_tem,
    .fix_list,
    #minions_logo {
        display: none;
    }
    body:not(#index) #MV_aria {
    }
    .inner_padding {
        padding: 60px;
    }

    #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;
    }
    .under_mv_inner,
    .inner {
        padding: 0 30px 0;
    }
    body:not(#index) #MV_aria {
    }
    .inner_padding {
        padding: 40px;
    }
    #copy_aria .inner_padding {
        padding: 40px;
    }
    .marigin_B_100 {
        padding-bottom: 60px;
    }
    .marigin_B_50 {
        padding-bottom: 30px;
    }
    
    /* 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;
    }
    body:not(#index) #MV_aria {
    }
    .inner_padding {
        padding: 40px 20px;
    }
    
    #copy_aria .inner_padding {
        padding: 20px;
    }
    .under_mv_inner,
    .inner {
        padding: 0 20px 0;
    }
    .marigin_B_100 {
        padding-bottom: 50px;
    }
    .c_box {
        margin-bottom: 0px;
		padding: 10px;
		border-radius: 10px;

    }
    .sns .c_box {
        margin-bottom: 20px;
    }
	.c_box_innner {
		border-radius: 20px;
	}
    .c_box::before {
    }
    /* contact_aria
    --------------------------------------------------------- */
    
    ul.breadcrumb li {
        margin-bottom: 5px;
    }
    #contact_aria .ttl_day img {
        max-width: 100%;
        width: 150px;
    }
    #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
    --------------------------------------------------------- */
    body{
        padding-top: 60px;
    }
    body#index{
        padding-top: 50px;
    }
    #header_aria {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }
    #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: 16px;
        padding: 10px 0;
        letter-spacing: 0.06em;
    }
    #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: 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: 10px;
        top: 10px;
    }
    #header_aria .logo_box img {
        height: 25px;
        vertical-align: bottom;
    }
}
/* =========================================================
     480px
========================================================= */
@media screen and (max-width:480px){
    body #MV_aria{
        margin-bottom: 20px;
    }
    .under_mv_inner,
    .inner {
        padding: 0 10px 0;
    }
    body {
        font-size: 14px;
    }
    .inner_padding {
        padding: 30px 15px;
    }
    
    #copy_aria .inner_padding {
        padding: 20px;
        font-size: 13px;
    }
    .marigin_B_100 {
        padding-bottom: 40px;
    }
    .marigin_B_50 {
        padding-bottom: 15px;
    }
    .marigin_B_30 {
        padding-bottom: 20px;
    }
    /* about_Aria
    --------------------------------------------------------- */
    #header_aria {
        margin-bottom: 20px;
    }
    #header_aria .nav_box nav ul {
        padding: 20px;
        background: none;
    }

}









/* =========================================================
     ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ãƒšãƒ¼ã‚¸
========================================================= */

/* ----- å„ã‚³ãƒ³ãƒ†ãƒ³ãƒ„_TOP----------------------------------*/

/* ----- ã‚¿ã‚¤ãƒˆãƒ«å‘¨ã‚Š ----- */
#c_about_aria {
}
#c_about_aria .c_ttl_img {
    
    text-align: center;
    border-bottom: 5px #1f8835 dotted;
    margin-bottom: 50px;
    padding-bottom:30px; 
    border-radius: 10px 10px 0 0 ;
	position: relative;
	z-index: 1;
}
.novelty #c_about_aria .c_ttl_img{
}
.sns #c_about_aria .c_ttl_img{
}
/*.shoplist #c_about_aria .c_ttl_img {
    background: #eabac4;
    
}*/
.shoplist #c_about_aria .c_ttl_img {
    padding-bottom: 0!important;
    border-bottom: none!important;
    margin-bottom: 0!important;
}
#c_about_aria .c_sub_ttl_box {
    text-align: center;
}

#c_about_aria .c_sub_ttl_box h3 {
    font-weight: normal;
    font-size: 24px;
}
#c_about_aria .c_sub_ttl_box p {
    margin-top: 15px;
    font-size: 18px;
}
.goods #c_about_aria .c_sub_ttl_box p {
    margin-top: 0;
    text-align: left;
    font-size: 16px;
}
/* ----- ã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³æœŸé–“ ----- */
.c_cam_day_box {
    
}
.c_cam_day_box h3:first-of-type {
    margin-top: 0!important;
}
.c_cam_day_box h3 {
    line-height: 1;
    margin: 0 0 20px 0;
    padding: 20px;
    font-size: 20px;
    color: #ffffff;
    /*background: url(../img/bg_pattern_wood.jpg) repeat center center / 30%;*/
    
    background: #006e32;
}
.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;
}
/* ----- ã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³æ¦‚è¦ ----- */
.c_cam_day_box:not(:last-of-type) {
    margin-bottom: 40px;
}
.c_cam_day_box ul.note_list li {
    
    padding-left: 1em;
    text-indent: -1em;
}
.c_cam_day_box p {
    margin-bottom: 0.45em;
}
.c_cam_day_box p.asterisk {
    font-size: 13px;
}
.cam_decoration {
    margin-top: 60px;
}
/* ----- ã‚¢ãƒ³ã‚«ãƒ¼ãƒªãƒ³ã‚¯----------------------------------*/

.anchor_link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.anchor_link li {
    width: calc( 50% - 10px );
    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: 20px;
}

.anchor_link li a{
    display: block;
    position: relative;
}
.anchor_link li .link_box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #3e200e;
    height: 80px;
    position: relative;
    /*background: #88b929;*/
    /*clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);*/
    font-size: 20px;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
     text-shadow:      #3e200e 2px 0px 0px, #3e200e -2px 0px 0px,     #3e200e 0px -2px 0px, #3e200e 0px 2px 0px,     #3e200e 2px 2px 0px, #3e200e -2px 2px 0px,     #3e200e 2px -2px 0px, #3e200e -2px -2px 0px,     #3e200e 1px 2px 0px, #3e200e -1px 2px 0px,     #3e200e 1px -2px 0px, #3e200e -1px -2px 0px,     #3e200e 2px 1px 0px, #3e200e -2px 1px 0px,     #3e200e 2px -1px 0px, #3e200e -2px -1px 0px,     #3e200e 1px 1px 0px, #3e200e -1px 1px 0px,     #3e200e 1px -1px 0px, #3e200e -1px -1px 0px;
    
    background: #3bb697;

}
.anchor_link li a::before {
}
.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;
}
.goods #aria_02 {
    margin-top: 50px;
}

/* ----- å¯¾è±¡å•†å“ç³»----------------------------------*/
#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: 80%;
	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;
}
#contents_link_aria .product_information_box {
    width: calc((100% - 20px) / 3);
    background: url(../img/bg_pattern_wood.jpg) repeat center center / 70%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
#contents_link_aria .product_information_box_inner {
	background: #fff;
    padding: 15px;
    border-radius: 10px;
}
#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;
}

#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: 15px;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    /*background: #fff url(../img/goods/comsoon.png) no-repeat center center / contain;*/
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}
#contents_link_aria .item_img_box img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#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: 18px;
    line-height: 1.45;
    margin-bottom: 10px;
    padding: 5px 10px 15px;
    border-bottom: 5px #f4c927 dotted;
}
#contents_link_aria .product_information_text .item_price {
    color: #f8a000;
    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: 16px;
}
/* ----- é…å¸ƒå•†å“ ----- */
.cam_img {
    text-align: center;
    margin: 30px 0;
}

.cam_img img {
    max-width:none;
    width: 100%;
}
/* ----- é…å¸ƒå•†å“ ----- */
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;
}





/* ----- å¯¾è±¡å•†å“ã¯ã“ã¡ã‚‰ã®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 &gt; div {
    text-align: center;
    box-sizing: border-box;
}
#shipping_pop_aria .flex_box &gt; div.left_box {
    width: 60%;
}
#shipping_pop_aria .flex_box &gt; 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){
    
    #c_about_aria .c_ttl_img {
        padding: 0 0  40px;
    }
    .shoplist #c_about_aria .c_ttl_img {
    }


}

/* =========================================================
     1400px
========================================================= */
@media screen and (max-width:1400px){
}
/* =========================================================
     1300px
========================================================= */
@media screen and (max-width:1300px){
    #c_about_aria .c_ttl_img h2 img {
        width: 70%;
    }
    
    #c_about_aria .c_ttl_img {
    }
    .shoplist #c_about_aria .c_ttl_img {
    }
}

/* =========================================================
     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 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 (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 {
        padding: 0 0  30px;
    	margin-bottom: 40px;
    }
    #c_about_aria .c_ttl_img h2 img {
        width: 90%;
    }
    .shoplist #c_about_aria .c_ttl_img {
    }
    .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;
    }
    #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%;
    }
    .c_cam_day_box ul.note_list li,
    .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%;
    }
}
/* =========================================================
     767px
========================================================= */
@media screen and (max-width:767px){

    /* ----- é…å¸ƒå•†å“ ----- */
    .cam_img {
        text-align: center;
        margin: 20px 0;
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: inline-block;
    }
    /* ----- å„ã‚³ãƒ³ãƒ†ãƒ³ãƒ„_TOP----------------------------------*/
    ul.breadcrumb {
        font-size: 12px;
        padding: 0 10px 5px;
    }
    /* ----- ã‚¿ã‚¤ãƒˆãƒ«å‘¨ã‚Š ----- */
    #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: 16px;
    }
    .c_cam_day_box ul.note_list li,
    .c_cam_day_box p {
        font-size: 14px;
    }
    .c_cam_day_box:not(:last-of-type) {
        margin-bottom: 25px;
    }
    
    #c_about_aria .c_ttl_img {
        padding: 0 0  20px;
		margin-bottom: 20px;
    }
    .cam_decoration {
		margin-top: 30px;
	}
    .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;
    }
    #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: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 &gt; div.left_box,
    #shipping_pop_aria .flex_box &gt; 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 &gt; div.right_box {
        padding-left: 0;
    }
    
}
/* =========================================================
     480px
========================================================= */
@media screen and (max-width:480px){
    
    #c_about_aria .c_ttl_img {
    }
    #c_about_aria .c_sub_ttl_box h3 {
        font-size: 18px;
    }
    .shoplist #c_about_aria .c_ttl_img {
    }
    .goods #c_about_aria .c_sub_ttl_box p {
        font-size: 14px;
    }
    ul.breadcrumb {
        font-size: 10px;
        
        /*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 &gt; div.right_box {
        padding-left: 0;
        padding-top: 10px;
    }
}


@media screen and (max-width:370px){
    
    #c_about_aria .c_ttl_img {
    }
}

/* =========================================================
     å„ãƒšãƒ¼ã‚¸åˆ¥
========================================================= */

/* ----- å„ã‚³ãƒ³ãƒ†ãƒ³ãƒ„_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;
    }
    
    #contents_link_aria h2.w_100.w_100_2 {
        width: 100%;
    }
}
/* =========================================================
     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 {
    }
    
    .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 );
    
    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;
    }
}


/* contents_link_aria
--------------------------------------------------------- */
#contents_link_aria {
    
}
#contents_link_aria a {
    transition: 0.2s;
    
}
#contents_link_aria .campaign_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#contents_link_aria .campaign_list li {
    width: calc(50% - 10px ) ;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#contents_link_aria .campaign_list li.w_100 {
    width: 100%;
}
#contents_link_aria .campaign_list li:nth-child(odd) {
    margin-right: 0;
}

#contents_link_aria .campaign_list li a{
    display: block;
    position: relative;
    /*padding: 5px;*/
    box-sizing: border-box;
    background: linear-gradient(45deg,  #fff 0%,#fff 100%);
    padding: 8px;
    /*border-radius: 70% 70% 50% 50% / 60% 60% 80% 80%;*/
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
#contents_link_aria a.none_click {
    pointer-events: none;
    background: #ccc!important;
}
#contents_link_aria .campaign_list li:not(.w_100) .link_box {
    /*background: url(../img/bg_pattern_wood.jpg) repeat center center / 40%;*/
    position: relative;
    /*clip-path: polygon(50px 0, 100% 0, calc(100% - 50px) 100%, 0 100%);*/
    transition: 0.2s;
    /*border-radius: 70% 70% 50% 50% / 60% 60% 80% 80%;*/
    /*padding: 16px;*/
    
}

#contents_link_aria .campaign_list li .link_box .link_inner {
    /*border-radius: 70% 70% 50% 50% / 60% 60% 80% 80%;*/
    padding-top: 50%;
    height: 0;
    filter: opacity(0.85);
}
#contents_link_aria .campaign_list li.w_100 {
    width: 100%;
}
#contents_link_aria .campaign_list li:not(.w_100) a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 85%;
    max-width: max-content;
    z-index: 1;
}

#contents_link_aria .campaign_list li a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    /*left: 0px;
    top: 0px;*/
    left: 0;
    top: 0;
    z-index: -1;
}

/*
*/
#contents_link_aria .campaign_list li.item_goods a .link_box .link_inner {
    /*background: #915f34 ;*/
    background: url(../img/bg_pattern_goods.png) no-repeat center center / 100%;
        border-radius: 5px;
}
#contents_link_aria .campaign_list li.item_goods a {
}

#contents_link_aria .campaign_list li.item_novelty a .link_box .link_inner {
   /*background:#f2e825 ;*/
    background: url(../img/bg_pattern_novelty.png) no-repeat center center / 100%;
        border-radius: 5px;
}
#contents_link_aria .campaign_list li.item_novelty a {
}

#contents_link_aria .campaign_list li.item_sns a .link_box .link_inner{
    /*background: #88b929;*/
    background: url(../img/bg_pattern_sns.png) no-repeat center center / 100%;
        border-radius: 5px;
}
#contents_link_aria .campaign_list li.item_sns a{
}

#contents_link_aria .campaign_list li.item_shop a .link_box .link_inner {
    /*background: #eabac4;*/
    background: url(../img/bg_pattern_shop.png) no-repeat center center / 100%;
        border-radius: 5px;
}
#contents_link_aria .campaign_list li.item_shop a {
}
.campaign_list_2 li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    
    position: relative;
    /*clip-path: polygon(50px 0, 100% 0, calc(100% - 50px) 100%, 0 100%);*/
    transition: 0.2s;
    padding: 40px 20px;
    border: 5px solid #3e200e;
    border-radius: 10px;
 }
.campaign_list_2 a {
    display: block;
}

#contents_link_aria .campaign_list_2 li.item_sns a .link_box img{
    height: 60px;
}
#contents_link_aria .campaign_list_2 li.item_sns a{
    background: #88b929 ;
}
#contents_link_aria .campaign_list_2 li.item_shop a {
    background: #279bd7;
    color: #000;
    font-weight: bold;
    
    
        border: 5px solid #006091;
}
#contents_link_aria .campaign_list_2 li.item_shop a img {
    margin-bottom: 20px;
}
ul.step_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
ul.step_list li {
    width: calc(( 100% - 60px ) / 3 );
    background: #415537 url(../img/sns/bg_img.svg) no-repeat left 20px top 10px / 45% ;
    
}
ul.step_list li .step_box {
    padding: 30px;
    text-align: center;
}
ul.step_list li .step_box .num {
    font-weight: bold;
    font-size: 32px;
    border-bottom: 1px solid  #fff;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    
}
ul.step_list li .step_box .text {
    font-size: 18px;
    line-height: 1.7;
}
@media screen and (max-width:1600px){
    ul.step_list li {
        width: calc((100% - 30px) / 3);
    }
    ul.step_list li .step_box {
        padding: 30px 20px 20px;
    }
    ul.step_list li .step_box .num {
        font-size: 26px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    ul.step_list li .step_box .text {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media screen and (max-width:1400px){
    ul.step_list li .step_box {
        padding: 30px 10px 20px;
    }
    ul.step_list li .step_box span.red_big {
        font-size: 100%;
    }
}
@media screen and (max-width:1000px){
    #contents_link_aria .campaign_list li:nth-child(odd) {
    }
    #contents_link_aria .campaign_list li {
    }
    #contents_link_aria .campaign_list li:nth-child(odd) {
    }
    #contents_link_aria .campaign_list li:not(.w_100) a img {
    }
    
    ul.step_list li .step_box .text {
        font-size: 15px;
    }
}
@media screen and (max-width:768px){
    #contents_link_aria .campaign_list li {
        width: calc(100% - 10px);
        margin-right: 0!important;
    }
    .sns #contents_link_aria .campaign_list li a img {
        width: 70%;
    }
    .sns .campaign_list {
        padding: 0 20px 0 ;
    }
    
    .campaign_list_2 li a {
        padding: 40px 20px;
    }
    #contents_link_aria .campaign_list_2 li.item_sns a .link_box img {
        height: 40px;
    }
    .campaign_list_2 li.item_shop a {
        padding: 20px 20px;
    }
    #contents_link_aria .campaign_list_2 li.item_shop a .link_box img {
        height: 80px;
    }
    ul.step_list {
        width: 85%;
        margin: 35px auto 15px;
    }
    ul.step_list li .step_box span.red_big {
        font-size: 130%;
    }
    #banner_link_aria {
        padding: 0px 20px 40px;
    }
    ul.step_list li {
        width: calc(100%);
        margin-bottom: 20px;
    }
    ul.step_list li .step_box {
        padding: 20px 20px 25px;
    }
    ul.step_list li .step_box .num {
        font-size: 20px;
        margin-bottom: 20px;
    }
    ul.step_list li .step_box .text {
        font-size: 14px;
    }
    ul.step_list li .step_box {
        padding: 20px 15px 20px;
    }
    #contents_link_aria .campaign_list_2 li.item_sns a .link_box img {
        height: auto;
        width: 90%;
    }
    #contents_link_aria .campaign_list li {
        width: 100%;
    }
    #contents_link_aria .campaign_list li:nth-child(odd) a img ,
    #contents_link_aria .campaign_list li:nth-child(even) a img {
        padding: 0;
    }
}


@media screen and (max-width:480px){
    .sns #contents_link_aria .campaign_list li a img {
        width: 80%;
        padding-right: 5%;
		margin-bottom: 10px;
    }
    #contents_link_aria .campaign_list li:not(.w_100) a img {
    }
    
    #contents_link_aria .campaign_list_2 li.item_shop a .link_box img {
        height: 60px;
    }
    .campaign_list_2 li.item_shop a {
        padding: 20px 10px;
    }
    .footer_link_list li {
        width: 100%;
    }
}

/* =========================================================
    2024/07/12 ã‚°ãƒƒã‚ºãºãƒ¼ã‚¸ã€€ãƒªãƒ³ã‚¯è¿½åŠ&nbsp;
========================================================= */
.item_description_link {
    display: block;
    width: 50%;
    margin: 20px auto 0;
    background: url(../img/bg_pattern_red.png) repeat;
    padding: 5px;
    
}
#container_Aria .item_description_link a {
    
    font-size: 110%;
    padding: 15px;
    text-align: center;
    display: block;
    background: #000;

}
#container_Aria .item_description_link a:hover {
    background: none;
}

@media screen and (max-width:480px){
    .item_description_link {
        width: 80%;
        padding: 3px;
    }
    #container_Aria .item_description_link a {
        padding: 10px;
    }
}


/*
#contents_link_aria .product_information_box.item_9 ,
#contents_link_aria .product_information_box.item_17 {
    width: calc((100% - 10px) / 2) ;
    
}
*/

#contents_link_aria .item_img_box_long {
    display: flex;
    align-items: center;
	position: relative;
}
#contents_link_aria .item_img_box_long {
    background: #fff;
}
#contents_link_aria .item_9 .item_img_box_long img.img_1,
#contents_link_aria .item_17 .item_img_box_long img.img_1  {
	position: relative;
	
   /* width: 50%;*/
    width: calc(50% + 2px);
    margin: 0 -1px;
}


#contents_link_aria .item_9 .item_img_box_long img.img_2,
#contents_link_aria .item_17 .item_img_box_long img.img_2 {
    width: 50%;
	position: relative;
	z-index: 1;
}

/*
#contents_link_aria .item_17 .item_img_box_long img.img_1 {
    width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#contents_link_aria .item_17 .item_img_box_long img.img_2 {
    width: 100%;
}
*/
#contents_link_aria .item_img_box {
	overflow: hidden;
}
#contents_link_aria .item_img_box.comingsoon::after {
	content: "COMING SOON";
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba( 0,0,0,0.3 );
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.04em;
}
@media screen and (max-width:1400px){
	#contents_link_aria .item_img_box.comingsoon::after {
   		 font-size: 1.4vw;
	}
}
@media screen and (max-width:1200px){
	#contents_link_aria .item_img_box.comingsoon::after {
        font-size: 2vw;
    }
}
@media screen and (max-width:1000px){
	#contents_link_aria .item_img_box.comingsoon::after {
        font-size: 3vw;
    }
}
@media screen and (max-width:481px){
	#contents_link_aria .item_img_box.comingsoon::after {
        font-size: 5.5vw;
    }
}


/* =========================================================
     250516_ãƒ‘ãƒ³ãƒ‘ãƒ³ãã‚“ã®æ—¥å¸¸
========================================================= */
body{
    background: #fff880;
}

/* èƒŒæ™¯ */
.background-illusts {
  position: fixed; /* â† ã‚³ã‚³ãŒè¶…é‡è¦ï¼ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ã—ã¦ã‚‚å‹•ã‹ãªã„ */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; /* ä»–ã®è¦ç´&nbsp;ã®ä¸‹ã«ã—ãŸã„å&nbsp;´åˆã¯ã“ã‚Œ */
  pointer-events: none; /* ã‚¤ãƒ©ã‚¹ãƒˆãŒãƒªãƒ³ã‚¯ã‚’é‚ªé­”ã—ãªã„ */
}

.background-illusts .item {
    position: absolute;
    animation: float 4s ease-in-out infinite;
}
.background-illusts .item2 {
    position: absolute;
    animation: float-left 3.6s ease-in-out infinite;
}
.background-illusts .item3 {
    position: absolute;
    animation: float-right 3.2s ease-in-out infinite;
}


/* å€‹åˆ¥é…ç½® */
.left-1 {
    top: -1%;
    left: 5%;
    width: 150px;
}
.left-2{
    top: 15%;
    left: 15%;
    width: 115px;
}
.left-3{
    top: 35%;
    left: -0.5%;
    width: 130px;
}
.left-4 {
      bottom: 30%;
    left: 10%;
    width: 90px;
}
.left-5{
      bottom: 8%;
    right: 79%;
    width: 115px;
}
.left-6{
  bottom: -1%;
    right: 95%;
    width: 50px;
}

.right-1 {
  top: 3%;
  right: 10%;
  width: 155px;
}
.right-2 {
  top: 25%;
  right: -1%;
  width: 95px;
}
.right-3 {
  top: 50%;
    right: 12%;
    width: 150px;
}
.right-4 {
      bottom: 20%;
    right: 3%;
    width: 120px;
}
.right-5 {
  top: 80%;
    right: -1%;
    width: 70px;
}
.right-6 {
  bottom: -3%;
    right: 8%;
    width: 135px;
}

/* ãµã‚ãµã‚ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}
@keyframes float-left {
  0%, 100% {
    transform: translateY(0) rotate(-20deg);
  }
  50% {
    transform: translateY(-15px) rotate(-20deg);
  }
}
@keyframes float-right {
  0%, 100% {
    transform: translateY(0) rotate(20deg);
  }
  50% {
    transform: translateY(-15px) rotate(20deg);
  }
}

/* ãƒ¡ã‚¤ãƒ³ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã¯z-indexä¸Šã§å‰ã« */
.content {
  position: relative;
  z-index: 1;
}

/* å‡ºãŸã‚Šæ¶ˆãˆãŸã‚Šã™ã‚‹ã‚„ã¤ */
.sikaku_box {
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}
.sikaku_box.fixed {
    opacity: 1;
    z-index: 0;
}

/* header_aria
--------------------------------------------------------- */
#header_aria{
    background: #006e32;
    margin-bottom: 0;
}

/* æ¨¡æ§˜ç³»
--------------------------------------------------------- */
/* æž&nbsp; */
.c_box{
    background: linear-gradient(45deg, #3b9e37 0%, #006e32 100%);
}
.c_box::before {
    background: none;
}


/*  TOP_index.php
--------------------------------------------------------- */
/* ãƒ¡ã‚¤ãƒ³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ«
body #MV_aria{
    background: url(../img/mv_top-bg.png) no-repeat center center / cover;
    width: 100%;
    height: 65vh; /* å…¨ç”»é¢è¡¨ç¤º
    position: relative;å­è¦ç´&nbsp;ã® absolute ã«å¯¾å¿œ
    overflow: hidden;
}
body #MV_aria img{
    position: absolute;
    bottom: -8.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
}
*/

.mv-wrap {
  position: relative;
  overflow: hidden;
    text-align: center;
    margin-bottom: 2.5rem;
}

.mv-bg {
  background: url(../img/mv_top-bg.png) no-repeat bottom center / cover ;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.mv-inner {
  position: relative;
  z-index: 0;
  padding: 1vw 0; /* ä¸­èº«ã®é«˜ã•ã«ã‚ˆã£ã¦å¯å¤‰ */
}
.mv-inner img{
    width: 60%;
}


/*  å¯¾è±¡å•†å“ç³»_goods.php
--------------------------------------------------------- */
#contents_link_aria .product_information_box{
    background: linear-gradient(45deg, #3b9e37 0%, #006e32 100%);
}

#contents_link_aria .product_information_box .maker_name_2{
    border-bottom: 5px #3b9e37 dotted;
}
#contents_link_aria .product_information_text .item_price{
    color: #016f32;
}

/*
#contents_link_aria .product_information_box.item_9, #contents_link_aria .product_information_box.item_17 {
    width: calc((100% - 10px) / 2);
}
*/


/* 767pxä»¥ä¸‹
--------------------------------------------------------- */
@media screen and (max-width: 767px) {
    /* ãƒ¡ã‚¤ãƒ³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ« */
    .mv-inner img {
        width: 95%;
    }
}</pre></body></html>