<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/* =========================================================
     common
========================================================= */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800;900&amp;display=swap');
body {
    color: #fff;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-family: "M PLUS 1p", sans-serif;
    position: relative;
    font-size: 16px;
}
#bg_box {
    background: url(../img/bg_01.png) no-repeat center bottom / cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    z-index: -1000;
}
#container_Aria {
    padding-top: 160px;
    overflow: hidden;
}
.padding_box {
    padding: 0 0 160px;
}
.padding_lr {
    padding-left:120px;
    padding-right: 120px;
}
.inner {
    max-width: 1200px;
    padding: 0 100px;
    margin: auto;
}
.inline_B {
    display: inline-block;
}
h2 {
    text-align: center;
}
h2.neon_h2_1 {
  text-align: center;
   user-select: none;
}

h2.neon_h2_1 b{
  font-size: 40px;
  color: #fff;
  text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #ffd900, 0 0 0.5em #ffd900, 0 0 0.1em #ffd900, 0 10px 3px #000;
}
h2.neon_h2_1 b span{
  animation: neon_h2_1_blink linear infinite 2s;
}
h2.neon_h2_1 b span:nth-of-type(2){
  animation: neon_h2_1_blink linear infinite 3s;
}


h2.nomal_h2 {
}
h2.nomal_h2 svg {
    height: 62px;
    margin: 0 auto 80px;
    filter: none!important;
}
h2.nomal_h2 span.donramon_logo {
    display: block;
}
h2.nomal_h2 span.donramon_logo img {
    width: 200px;
    margin-bottom: 25px;
}
@keyframes neon_h2_1_blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
     color: #333;
  }
  80% {
    
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #333;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #333;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

footer {
    text-align: center;
    color: #999;
    background: #000;
    padding: 40px 20px;
    font-size: 12px;
}

.alcohol_foot {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alcohol_foot img {
    margin: 0 10px;
}
.alcohol_foot img.alcohol_foot_text {
     height: 40px;
}
.alcohol_foot img.alcohol_foot_icon {
     height: 70px;
}


/* ========================================
     1600px
======================================== */
@media screen and (max-width:1600px){
}
/* ========================================
     1400px
======================================== */
@media screen and (max-width:1400px){
}
/* ========================================
     1200px
======================================== */
@media screen and (max-width:1200px){
    .inner {
        padding: 0 50px;
    }
    #container_Aria {
        padding-top: 130px;
    }
    .padding_box {
        padding: 0 0 130px;
    }
}
/* ========================================
     1000px
======================================== */
@media screen and (max-width:1000px){
    #container_Aria {
        padding-top: 100px;
    }
    #container_Aria {
        padding-top: 80px;
    }
    .padding_box {
        padding: 0 0 100px;
    }
    .alcohol_foot img.alcohol_foot_text {
        height: 35px;
    }
    .alcohol_foot img.alcohol_foot_icon {
        height: 60px;
    }
}
/* ========================================
     768px
======================================== */
@media screen and (max-width:768px){
    .inner {
        padding: 0 30px;
    }
    h2.nomal_h2 span.donramon_logo img {
        width: 150px;
        margin-bottom: 20px;
    }
    h2.nomal_h2 svg {
        height: 45px;
        margin: 0 auto 50px;
    }
    .alcohol_foot {
        flex-wrap: wrap;
    }
    .alcohol_foot img.alcohol_foot_text {
        height: auto;
        width: 100%;
        order: 1;
        margin: 0 0 15px;
    }
    .alcohol_foot img.alcohol_foot_icon {
        order: 2;
    }
}
/* ========================================
     481px
======================================== */
@media screen and (max-width:481px){
    footer {
        padding: 40px 20px 20px;
        font-size: 10px;
    }
}


/* =========================================================
     mv_Aria
========================================================= */
#mv_Aria {
    width: 100%;
    height: calc(100vh + 20px);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 20px rgb(204 6 122 / 50%);
    display: flex;
    justify-content: space-between;
    min-height: 780px;
    max-height: 860px;
}
#mv_Aria * {
    transition: 0.2s;
}

.wooden_board {
    width: 100%;
    height: 100px;
    background: url(../img/bg_02.png) no-repeat center bottom / cover;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
#mv_donki_logo {
    width: 150px;
    position: absolute;
    top: 30px;
    left: 30px;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
#mv_logo_1 {
    width: 320px;
    position: absolute;
    right: -25px;
    bottom: 6px;
    z-index: 1;
}

.mv_logo_box {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mv_logo {
    height: 75vh;
    min-height: 500px;
    max-height: 630px;
}

.img_mask_inner {
    position: relative;
    margin-top: -100px;
    z-index: 1;
}


#mv_glass {
    width: 150px;
    height: auto;
    position: absolute;
    left: 30px;
    bottom: 50px;
    z-index: 10;
    filter: drop-shadow(2px 2px 18px rgba(0, 0, 0, 0.3));
}
.mv_img_box {
    position: relative;
    width: 50%;
    z-index: 10;
    filter: drop-shadow(2px 2px 18px rgba(0, 0, 0, 0.3));
}
#mv_img_box_1 {
    width: 115px;
    position: absolute;
    transform: rotate(-13deg);
    right: 241px;
    top: 40px;
}
#mv_img_box_2 {
    width: 115px;
    position: absolute;
    transform: rotate(20deg);
    right: -30px;
    top: 0;
    bottom: -110px;
    margin: auto;
}
#mv_img_box_3 {
    width: 115px;
    position: absolute;
    transform: rotate(-33deg);
    right: 420px;
    top: 0;
    bottom: -100px;
    margin: auto;
}
#we_love_tequila {
    position: absolute;
    width: 150px;
    bottom: 284px;
    left: 24px;
}
/* ========================================
     1600px
======================================== */
@media screen and (max-width:1500px){
    #mv_Aria {
        min-height: 740px;
    }
    .mv_logo_box {
        width: 40%;
    }
    .mv_img_box {
        width: 53%;
    }
    #mv_img_box_1 {
        width: 110px;
        right: 225px;
    }
    #mv_img_box_2 {
        width: 110px;
    }
    #mv_img_box_3 {
        width: 110px;
        right: 410px;
    }
}
/* ========================================
     1400px
======================================== */
@media screen and (max-width:1400px){
    
    #mv_Aria {
        min-height: 720px;
    }    
    .mv_img_box {
        width: 51%;
    }
    #mv_logo {
        height: 70vh;
        min-height: 490px;
        margin-top: -80px;
    }
    #mv_logo_1 {
        width: 300px;
        right: -40px;
        bottom: -10px;
    }
    #mv_img_box_2 {
        width: 100px;
        bottom: -140px;
    }
    #mv_img_box_1 {
        width: 100px;
        right: 190px;
    }
    #mv_img_box_3 {
        width: 100px;
        right: 341px;
        bottom: -130px;
    }
    #mv_glass {
        width: 136px;
        left: 30px;
        bottom: 35px;
    }
    #we_love_tequila {
        width: 136px;
        bottom: 245px;
        left: 27px;
    }
    .wooden_board {
        height: 80px;
    }
}
/* ========================================
     1200px
======================================== */
@media screen and (max-width:1200px){
    
    #mv_logo {
        height: 59vh;
        min-height: 490px;
        margin-top: -80px;
    }
    #mv_img_box_1 {
        width: 90px;
        right: 170px;
    }
    #mv_img_box_2 {
        width: 90px;
    }
    #mv_img_box_3 {
        width: 90px;
        right: 281px;
    }
    #mv_glass {
        width: 110px;
    }
    #we_love_tequila {
        width: 120px;
        bottom: 205px;
        left: 22px;
    }
}
/* ========================================
     1000px
======================================== */
@media screen and (max-width:1000px){
    #mv_Aria {
        min-height: 155vw;
        height: calc(100vh + 2.8vw);
        height: calc(100svh + 2.8vw);
        max-height: 200vw;
    }
    

    .wooden_board {
        height: 80px;
        bottom: 0;
    }
    #mv_donki_logo {
        width: 25vw;
        position: absolute;
        top: 5vw;
        left: 5vw;
    }
    #mv_logo_1 {
        width: 46vw;
        right: -7vw;
        bottom: -1vw;
    }
    #mv_glass {
        width: 20vw;
        left: 5vw;
        bottom: 4vw;
    }
    #we_love_tequila {
        width: 21vw;
        bottom: 34vw;
        left: 4vw;
    }
    .mv_logo_box {
        width: 60%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: auto;
        margin-top: -10vw;

    }
    .img_mask_inner {
        position: relative;
        margin-top: 0;
        z-index: 0;
    }
    .mv_img_box {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        margin-top: -10vw;

    }
    #mv_logo {
        height: auto;
        min-height: auto;
        width: 63vw;
        max-width: none;
        margin-right: -26vw;
        margin-top: -48vw;
    }
    .wooden_board {
        height: 9vw;
    }
    #mv_img_box_2 {
        width: 17vw;
        right: 12vw;
        top: 0;
        bottom: -36vw;
        transform: rotate(19deg);
    }
    #mv_img_box_3 {
        width: 17vw;
        transform: rotate(17deg);
        top: -33vw;
        bottom: 0;
        right: auto;
        left: 14vw;
        z-index: 1;
    }
    #mv_img_box_1 {
        width: 17vw;
        top: 0;
        bottom: -74vw;
        margin: auto;
        transform: rotate(-31deg);
        right: auto;
        left: 29vw;
        z-index: 3;
    }
}
/* ========================================
     768px
======================================== */
@media screen and (max-width:768px){
}
/* ========================================
     481px
======================================== */
@media screen and (max-width:481px){
}


/* =========================================================
     news
========================================================= */
#news_Aria .inner {
}
#news_Aria h2.news_h2 {
    
    filter: drop-shadow(0px 10px 10px #4bbfd7);
}
#news_Aria h2.news_h2 svg {
    height: 42px;
    margin: 0 auto 30px;
}
/*news h2*/
svg#ttl_news_svg {
    /*filter: drop-shadow(0px 0px 3px #71f7ed);*/
}
svg#ttl_news_svg path {
    fill: #fff;
    stroke: #4fdbd1;
    stroke-width: 0.5;
    opacity: 0.2;
}

.news_text {
    /* border: 2px solid #fff; */
    /*box-shadow: 0px 0px 10px 0px #fff;*/
    padding: 50px;
    border-radius: 10px;
    background: rgba(0,0,0,0.5);
}
.news_dl {
    display: flex;
    flex-wrap: wrap;
}
.news_dl:not(:last-of-type) {
    margin-bottom: 20px;
/*   padding-bottom: 15px;
    border-bottom: solid rgba( 255,255,255,0.3 ) 1px;*/
}
.news_dl dt {
    width: 130px;
}
.news_dl dd {
    width: calc( 100% - 130px );
}
#news_Aria .news_dl a {
	color: #ffffff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.8);
	filter: drop-shadow(1px 1px 0px #e3007f);
}
#news_Aria .news_dl a:hover {
	text-decoration: none;
}
/* ========================================
     1400px
======================================== */
@media screen and (max-width:1400px){
}
/* ========================================
     1200px
======================================== */
@media screen and (max-width:1200px){
    .news_dl:not(:last-of-type) {
        margin-bottom: 15px;
    }
}
/* ========================================
     1000px
======================================== */
@media screen and (max-width:1000px){
    #news_Aria h2.news_h2 svg {
        height: 30px;
        margin: 0 auto 20px;
    }
}
/* ========================================
     768px
======================================== */
@media screen and (max-width:768px){
    .news_dl {
        display: block;
    }
    .news_dl dt ,
    .news_dl dd {
        width: 100%;
    }
    .news_text {
        padding: 30px;
    }
    .news_dl dt {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
        filter: drop-shadow(0px 10px 10px #4bbfd7);
    }
    .news_dl dd {
        font-size: 15px;
    }
    .news_dl dd br {
        display: none;
    }
    .news_dl:not(:last-of-type) {
        margin-bottom: 20px;
    }
}
/* ========================================
     481px
======================================== */
@media screen and (max-width:481px){
    #news_Aria h2.news_h2 svg {
        height: 26px;
        margin: 0 auto 15px;
    }
}


/* =========================================================
     about
========================================================= */

#about_Aria .inner {
}
/* h2 */
#about_Aria h2.nomal_h2 {
    
    filter: drop-shadow(0px 10px 10px #e3007f);
    stroke: #e3007f;
    stroke-width: 5;
}
svg#ttl_about_svg {
    filter: drop-shadow(0px 0px 3px #e3007f);
}
svg#ttl_about_svg path {
    fill: #fff;
    stroke: #e3007f;
    stroke-width: 0.5;
    opacity: 0.2;
}

 .about_h2 img {
    filter: drop-shadow(0px 0px 3px #e3007f);
}
/* about_text_box */
#about_text_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

:root {
  --border_color: rgba(0,0,0,0.1 );
}
/* text */
#about_text_box .text_box {
    width: 50%;
    box-sizing: border-box;
    padding: 0 100px 0 50px;
    font-size: 18px;
    
    /*text-shadow: var(--border_color) 2px 0px 0px, var(--border_color) -2px 0px 0px,     var(--border_color) 0px -2px 0px, var(--border_color) 0px 2px 0px,     var(--border_color) 2px 2px 0px, var(--border_color) -2px 2px 0px,     var(--border_color) 2px -2px 0px, var(--border_color) -2px -2px 0px,     var(--border_color) 1px 2px 0px, var(--border_color) -1px 2px 0px,     var(--border_color) 1px -2px 0px, var(--border_color) -1px -2px 0px,     var(--border_color) 2px 1px 0px, var(--border_color) -2px 1px 0px,     var(--border_color) 2px -1px 0px, var(--border_color) -2px -1px 0px,     var(--border_color) 1px 1px 0px, var(--border_color) -1px 1px 0px,     var(--border_color) 1px -1px 0px, var(--border_color) -1px -1px 0px, rgba(0,0,0,1 ) 0px 0px 5px;*/
}
#about_text_box .text_box_inner {
    /*box-shadow: 0px 0px 10px 0px #fff;*/
    padding:60px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}

#about_text_box p:not(:last-of-type) {
    margin-bottom: 1em;
}

/* img */
#about_text_box .img_box {
    width: 50%;
    box-sizing: border-box;
    padding: 0  0  0px 50px;
    overflow: hidden;
    position: relative;
}
.img_under_wood {
    position: absolute;
    bottom: 0;
    left: 0;
    background: no-repeat url(../img/about_under_wood.png) right bottom / cover;
    width: 100%;
    height: 100px;
}



ul.donlamon_img_list {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 80%;
    max-width: 450px;
    margin: auto;
}

ul.donlamon_img_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    filter: drop-shadow(2px 2px 18px rgba(0, 0, 0, 0.3));
}


ul.donlamon_img_list li {
    width: 30%;
    text-align: center;
}
ul.donlamon_img_list li img {
    /*height: 500px;*/
    width: 80%;
}

#about_text_box .about_glass {
    position: absolute;
    left: 30px;
    width: 155px;
    bottom: 55px;
    z-index: 1;
    filter: drop-shadow(2px 2px 18px rgba(0, 0, 0, 0.3));
}
#about_text_box .big_text {
    filter: drop-shadow(0px 0px 6px #e3007f);
    stroke: #ffffff;
    stroke-width: 5;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

/* ========================================
     1400px
======================================== */
@media screen and (max-width:1400px){
    #about_text_box .text_box {
        padding: 0 50px 0 50px;
    }
    ul.donlamon_img_list li img {
        width: 90%;
    }
    ul.donlamon_img_list {
        width: 70%;
    }
    #about_text_box .about_glass {
        left: 10px;
        width: 140px;
        bottom: 55px;
    }
}
/* ========================================
     1200px
======================================== */
@media screen and (max-width:1200px){
    #about_text_box .text_box_inner {
        padding: 40px;
    }
    .img_under_wood {
        height: 90px;
    }
    ul.donlamon_img_list {
        width: 93%;
        padding-right: 11%;
        margin-bottom: -5px;
    }
    #about_text_box .about_glass {
        left: 4px;
        width: 110px;
        bottom: 64px;
    }
    #about_text_box .text_box {
        padding: 0 100px 0 30px;
        font-size: 17px;
    }
    #about_text_box .big_text {
        font-size: 20px;
    }
}
/* ========================================
     1000px
======================================== */
@media screen and (max-width:1000px){
    #about_text_box {
        flex-wrap: wrap;
        
    }
    #about_text_box .text_box {
        padding: 0 50px 0 50px;
        width: 100%;
    }
    #about_text_box .img_box {
        width: calc(100% - 90px);
        margin: auto;
        margin-bottom: 30px;
        padding: 0;
    }
    ul.donlamon_img_list {
        width: 60%;
        padding-right: 0;
        margin-bottom: -5px;
    }
    .img_under_wood {
        position: absolute;
        bottom: 0;
        left: 0;
        background: no-repeat url(../img/about_under_wood_sp.png) center bottom / cover;
        width: 100%;
        height: 12vw;
    }
    #about_text_box .about_glass {
        left: 97px;
        width: 130px;
        bottom: 73px;
        display: none;
    }
}
/* ========================================
     768px
======================================== */
@media screen and (max-width:768px){
    #about_text_box .img_box {
        width: calc(100% - 50px);
        margin-bottom: 30px;
    }
    #about_text_box .text_box {
        padding: 0 30px 0 30px;
        width: 100%;
    }
    #about_text_box .text_box_inner {
        padding: 50px;
    }
}
/* ========================================
     481px
======================================== */
@media screen and (max-width:481px){
    #about_text_box .text_box_inner {
        padding: 30px;
        /*border-radius: 0;*/
        font-size: 16px;
    }
    #about_text_box .text_box {
        /*padding: 0;*/
    }
    h2.nomal_h2 svg {
        height: 40px;
    }
        #about_text_box .text_box {
        padding: 0 20px 0 20px;
    }
}








/* =========================================================
     item_Aria
========================================================= */

#item_Aria {
    position: relative;
}
#item_Aria h2.nomal_h2 svg {
    margin-bottom: 50px;
}
img#water_line {
    position: absolute;
    width: 130vw;
    top: 0px;
    left:-20vw;
    right: -10vw;
    margin: auto;
    z-index: -1;
    opacity: 0.8;
}

img#water_line2 {
    position: absolute;
    width: 130vw;
    bottom: -120px;
    left: -10vw;
    right: -20vw;
    margin: auto;
    z-index: -2;
    opacity: 0.8;
}
img#water_line3 {
    display: none;
    position: absolute;
    margin: auto;
    z-index: -3;
    opacity: 0.8;
}
/* h2 */
#item_Aria h2.nomal_h2 {
    
    filter: drop-shadow(0px 10px 10px #ffd900);
    stroke: #ffd900;
    stroke-width: 5;
}
svg#ttl_item_svg {
    filter: drop-shadow(0px 0px 3px #ffd900);
}
#item_Aria h2 img {
    filter: drop-shadow(0px 0px 3px #ffd900);
}
svg#ttl_item_svg path {
    fill: #fff;
    stroke: #ffd900;
    stroke-width: 0.5;
    opacity: 0.2;
}

#item_Aria .item_description_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#item_Aria .item_description:not(:last-of-type) {
    margin: 0 0 70px;
}
#item_Aria .item_description:last-of-type{
    margin: 0 0 20px;
}


#item_Aria .item_description_inner .text_box  {
    width: 50%;
    padding-top: 120px;
    
    text-shadow:
        var(--border_color) 2px 0px 0px,
        var(--border_color) -2px 0px 0px, 
        var(--border_color) 0px -2px 0px,
        var(--border_color) 0px 2px 0px,
        var(--border_color) 2px 2px 0px,
        var(--border_color) -2px 2px 0px,
        var(--border_color) 2px -2px 0px,
        var(--border_color) -2px -2px 0px,
        var(--border_color) 1px 2px 0px,
        var(--border_color) -1px 2px 0px, 
        var(--border_color) 1px -2px 0px,
        var(--border_color) -1px -2px 0px,
        var(--border_color) 2px 1px 0px,
        var(--border_color) -2px 1px 0px,
        var(--border_color) 2px -1px 0px,
        var(--border_color) -2px -1px 0px,
        var(--border_color) 1px 1px 0px,
        var(--border_color) -1px 1px 0px,
        var(--border_color) 1px -1px 0px,
        var(--border_color) -1px -1px 0px,
        rgba(0,0,0,1 ) 0px 0px 5px;
}
#item_Aria .item_description_inner .img_box  {
    width: 50%;
    text-align: center;
	padding-left: 60px;
	box-sizing: border-box;
}
#item_Aria .item_description:nth-child(even) .item_description_inner .img_box  {
	padding-left: 0;
	padding-right: 60px;
}

#item_Aria .item_description:nth-child(even) .item_description_inner {
    flex-direction: row-reverse;
}
#item_Aria .item_description_inner .img_box img {
    height: 650px;
    filter: drop-shadow(2px 2px 18px rgba(0, 0, 0, 0.3));
}
#item_Aria .item_description:nth-child(odd) .item_description_inner .img_box img {
    transform: rotate(30deg);
}
#item_Aria .item_description:nth-child(even) .item_description_inner .text_box {
    text-align: right;
}
#item_Aria .item_description:nth-child(even) .item_description_inner .img_box img  {
    transform: rotate(-30deg);
}


#item_Aria h3.item_name {
    display: inline-block;
    background: #fff;
    padding: 15px 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
    line-height: 1;
}
#item_Aria h3.item_name img {
    height: 52px;
}
#item_Aria h3.item_name::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffd900;
    margin: auto;
    transform: rotate(8deg);
    z-index: -7;
    left: -10px;
    right: 0;
    bottom: 0;
    top: 30px;
    padding: 5px 0px;
}
#item_Aria .item_description:nth-child(odd) .item_name::before {
    transform: rotate(-8deg);
    left: 0;
    right: -10px;
}

#item_Aria .text_box_inner {
    /*background: rgba(0, 0, 0, 0.5);*/
    width:calc( 100% - 100px ) ;
    /*max-width: 650px;*/
    padding: 100px 0px 40px;
    /*border-radius: 0px 0px 10px 0px;*/
    margin-top: -127px;
    margin-right: 0px;
    margin-left: auto;
    max-width: 700px;
}

#item_Aria .item_description:nth-child(odd) .text_box_inner {
    margin-right: auto;
    margin-left: 0px;
    /*border-radius: 0px 0px 0px 10px;*/
}

#item_Aria .catch_phrase {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
}
#item_Aria .catch_phrase p:not(:last-of-type) {
    margin-bottom: 0.25em;
}
#item_Aria .d_c {
    font-size: 15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#item_Aria .item_description:nth-child(even) .d_c {
    justify-content: flex-end;
}
#item_Aria .d_c_dl {
    display: flex;
    margin-bottom: 0.45em;
    padding-right: 20px;
}
#item_Aria .item_description:nth-child(even) .d_c_dl {
    padding-right: 0px;
    padding-left: 20px;
}
#item_Aria .d_c_dl dt {
    width: auto;
    padding-right: 15px;
    text-align: left;
    position: relative;
}
#item_Aria .d_c_dl dt::before {
    content: "ï¼š";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}
/*#item_Aria .item_description:nth-child(even) .d_c_dl {
    flex-direction: row-reverse;
}*/
/* ========================================
     1600px
======================================== */
@media screen and (min-width:1100px){
	#item_Aria .item_description_inner .img_box img {
	    height: 90vh;
	}
}
/* ========================================
     1600px
========================================*/
@media screen and (min-width:1600px){
	#item_Aria .item_description_inner .img_box img {
	    height: 95vh;
        min-height: 700px;
	}
    #item_Aria .item_description_inner .text_box {
        padding-top: 160px;
    }
} 
/* ========================================
     1400px
======================================== */
@media screen and (max-width:1400px){
    #item_Aria h3.item_name img {
        /*height: 45px;*/
    }
    #item_Aria h3.item_name {
        padding: 15px 40px;
    }
    #item_Aria h3.item_name::before {
    }
    #item_Aria .text_box_inner {
        width: calc(100% - 50px);

    }
    #item_Aria .item_description:nth-child(even) .item_description_inner .img_box {
        padding-right: 20px;
    }
    #item_Aria .item_description:nth-child(odd) .item_description_inner .img_box {
        padding-left: 20px;
    }
    img#water_line {
        width: 150vw;
    }
    img#water_line2 {
        width: 150vw;
    }
}
/* ========================================
     1200px
======================================== */
@media screen and (max-width:1200px){
    #item_Aria h2.nomal_h2 svg {
        margin-bottom: 30px;
    }
    #item_Aria h3.item_name img {
        height: 40px;
    }
    #item_Aria .text_box_inner {
        width: calc(100% - 50px);
        padding: 100px 15px 20px;
        
    }
    #item_Aria .catch_phrase {
        font-size: 22px;
    }
    #item_Aria .item_description_inner .img_box img {
        height: 640px;
    }
    #item_Aria .item_description:nth-child(even) .item_description_inner .img_box {
        padding-right: 50px;
    }
    #item_Aria .item_description:nth-child(odd) .item_description_inner .img_box {
        padding-left: 50px;
    }
    #item_Aria .item_description:not(:last-of-type) {
        margin: 0 0 20px;
    }
    img#water_line {
        width: 150vw;
        transform: rotate(-5deg);
        left: -25vw;
        right: auto;
    }
    img#water_line2 {
        width: 160vw;
        transform: rotate(5deg);
        left: -21vw;
        right: auto;
        bottom: -20px;
    }
    #item_Aria .item_description_inner .img_box {
    width: 47%;
    }
    #item_Aria .item_description_inner .text_box {
        width: 53%;
    }
}
/* ========================================
     1000px
======================================== */
@media screen and (max-width:1000px){
    
    #item_Aria .text_box_inner {
        width: calc(100% - 20px);
        padding: 100px 15px 20px;
    }
    #item_Aria h3.item_name img {
        height: 34px;
    }
    #item_Aria .item_description_inner .img_box img {
        height: 600px;
    }
    #item_Aria .item_description:nth-child(odd) .item_description_inner .img_box img {
        transform: rotate(20deg);
    }
    #item_Aria .item_description:nth-child(even) .item_description_inner .img_box img {
        transform: rotate(-20deg);
    }
}
/* ========================================
     768px
======================================== */
@media screen and (max-width:768px){
    #item_Aria .item_description_inner {
        flex-wrap: wrap;
        position: relative;
    }
    #item_Aria .item_description_inner .img_box ,
    #item_Aria .item_description_inner .text_box {
        width: 100%;
    }
    #item_Aria .item_description_inner .text_box {
        padding-top: 70px;
    }
    #item_Aria .item_description_inner .img_box{
        position: absolute;
        top: 170px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    #item_Aria .item_description:nth-child(even) .item_description_inner .text_box {
        text-align: right;
        padding-bottom: 0;
    }
    img#water_line {
        width: 300vw;
        transform: rotate(-26deg);
        left: -117vw;
        right: auto;
        top: 200px;
    }
    img#water_line2 {
        width: 300vw;
        transform: rotate(26deg);
        right: -117vw;
        left: auto;
        bottom: -200px;
        top: 0px;
        margin: auto;
    }
    
    img#water_line3 {
        display: block;
        width: 300vw;
        transform: rotate(-26deg);
        left: -117vw;
        right: auto;
        bottom: -200px
    }
    #item_Aria .item_description_inner .img_box img {
        height: 540px;
    }
    #item_Aria h3.item_name img {
        height: 40px;
        margin: auto;
    }
    #item_Aria .item_description:nth-child(odd) .item_description_inner .text_box,
    #item_Aria .item_description:nth-child(even) .item_description_inner .text_box {
        text-align: center;
    }
    #item_Aria .text_box_inner {
        width: 100%;
        padding: 620px 50px 20px;
        margin-top: -127px;
    }
    #item_Aria .catch_phrase {
        font-size: 20px;
        margin-bottom: 18px;
        line-height: 1.5;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-bottom: 15px;
        text-align: left;
    }
    #item_Aria .d_c {
        font-size: 14px;
        display: block;
    }
    #item_Aria .d_c_dl {
        display: flex;
        margin-bottom: 0.1em;
        padding-right: 0;
    }
    #item_Aria .item_description:nth-child(even) .d_c_dl {
        padding-right: 0px;
        padding-left: 0;
    }
    #item_Aria .item_description:nth-child(odd) .item_description_inner .img_box {
        padding-left: 0px;
    }
    #item_Aria .item_description:nth-child(even) .item_description_inner .img_box {
        padding-left: 0px;
    }
    #item_Aria .item_description:nth-child(even) .text_box_inner,
    #item_Aria .item_description:nth-child(odd) .text_box_inner {
        margin-right: auto;
        margin-left: auto;
    }
}
/* ========================================
     481px
======================================== */
@media screen and (max-width:481px){
    #item_Aria h2.nomal_h2 svg {
        margin-bottom: 0;
    }
    #item_Aria h3.item_name img {
        height: 30px;
    }
    #item_Aria .item_description_inner .img_box img {
        height: 500px;
    }
    #item_Aria .text_box_inner {
        padding: 580px 30px 20px;
        margin-top: -127px;
    }
    #item_Aria h3.item_name {
        padding: 15px 20px;
    }
    #item_Aria h3.item_name::before {
        padding: 0px 5px;
    }
    #item_Aria .item_description_inner .img_box{
        top: 160px;
    }
    img#water_line {
        top: 300px;
    }
    img#water_line3 {
        bottom: 50px;
    }
    #item_Aria .item_description:last-of-type,
    #item_Aria .item_description:not(:last-of-type) {
        margin: 0;
    }    
    #item_Aria .catch_phrase {
        font-size: 18px;
    }
}





/* =========================================================
     shop_Aria
========================================================= */

#shop_Aria {
    position: relative;
    clip-path: inset(0);
    text-align: center;
}

#shop_Aria.padding_box {
    padding-top: 100px;
    padding-bottom: 100px;
}
#shop_Aria::before {
    content: "";
    display: block;
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: url(../img/shop_bg.png) no-repeat top center / cover;
    z-index: -1;
    
}
/* h2 */
#shop_Aria h2.nomal_h2 {
    
    filter: drop-shadow(0px 10px 10px #575bed);
    stroke: #575bed;
    stroke-width: 5;
}
svg#ttl_shop_svg {
    margin: 0 auto 40px;
    filter: drop-shadow(0px 0px 3px #575bed);
}
#shop_Aria h2 img {
    filter: drop-shadow(0px 0px 3px #575bed);
}
svg#ttl_shop_svg path {
    fill: #fff;
    stroke: #575bed;
    stroke-width: 0.5;
}
a.shop_list_link {
    /*background: #000000;*/
    background: #e3007f;
    color: #ffffff;
    width: 380px;
    margin: auto;
    height: 90px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    border: none;
    filter: drop-shadow(0px 10px 10px #575bed);
    transition: 0.2s;
}
a.shop_list_link:hover {
    background: #000;
}

#shop_Aria .shop_text_box {
    filter: drop-shadow(0px 10px 10px #575bed);
    background: rgba(0, 0, 0, 0.7);
    padding: 60px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    
}
#shop_Aria .shop_text_box p.main_text {
    font-size: 32px;
    font-weight: bold;
    filter: drop-shadow(0px 5px 5px #575bed);
    margin-bottom: 10px;
}
/* ========================================
     1400px
======================================== */
@media screen and (max-width:1400px){
}
/* ========================================
     1200px
======================================== */
@media screen and (max-width:1200px){
    #shop_Aria.padding_box {
        padding-top: 70px;
        padding-bottom: 85px;
    }
}
/* ========================================
     1000px
======================================== */
@media screen and (max-width:1000px){
    svg#ttl_shop_svg {
        height: 46px;
        margin: 0 auto 30px;
    }
    a.shop_list_link {
        width: 290px;
        height: 90px;
        font-size: 20px;
    }
    #shop_Aria .shop_text_box p.main_text {
        font-size: 30px;
        margin-bottom: 10px;
    }
    #shop_Aria .shop_text_box {
        padding: 40px;
    }
}
/* ========================================
     768px
======================================== */
@media screen and (max-width:768px){
    svg#ttl_shop_svg {
        height: 38px;
    }
    #shop_Aria::before {
        background-size: 500%;

    }
    #shop_Aria .shop_text_box p.main_text {
        font-size: 24px;
        margin-bottom: 15px;
    }
    #shop_Aria .shop_text_box p.asterisk{
        font-size: 14px;
    }
}
/* ========================================
     481px
======================================== */
@media screen and (max-width:481px){
    #shop_Aria .shop_text_box {
        padding: 30px 20px;
    }
    #shop_Aria .shop_text_box p.main_text {
        font-size: 20px;
    }
    #shop_Aria .shop_text_box p.asterisk {
        font-size: 12px;
    }
}






/* ========================================
    back_page     
======================================== */
#back_page {
    width: 70px;
    height: 70px;
    background: #e3007f;
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding: 18px 20px 20px;
    border-radius: 100px;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    filter: drop-shadow(0px 0px 5px #575bed);
    transition: 0.2s;
}
#back_page:hover {
    background: #000;
}

#back_page img {
    max-width: 100%;
}
@media screen and (max-width: 960px) {
    #back_page {
        bottom: 15px;
        right: 15px;
    }
}
@media screen and (max-width: 767px) {
    #back_page {
        bottom: 15px;
        right: 15px;
        width: 60px;
        height: 60px;
        padding: 13px 15px 15px;
    }
}
@media screen and (max-width: 480px) {
    #back_page {
        bottom: 20px;
        right: 10px;
        width: 50px;
        height: 50px;
        padding: 13px 15px 15px;
    }
}</pre></body></html>