<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home.css
*
*
------------------------------------------------------------------------------------------ */
body{
    background-color: #000;
}
.bg_home.swiper-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 1s ease;
}
.bg_home.swiper-container .swiper-slide.bg1{
    background:url('/seikatsunotanoshimi/2022_spring/common/images/teaser/main_bg.jpg') no-repeat;
    background-size:cover;
    background-position:center top;
}
.bg_home.swiper-container .swiper-slide.bg2{
    background:url('/seikatsunotanoshimi/2022_spring/common/images/teaser/main_bg2.jpg') no-repeat;
    background-size:cover;
    background-position:center top;
}
.bg_home.swiper-container .swiper-slide.bg3{
    background:url('/seikatsunotanoshimi/2022_spring/common/images/teaser/main_bg3.jpg') no-repeat;
    background-size:cover;
    background-position:center top;
}
.bg_home.swiper-container .swiper-slide.bg4{
    background:url('/seikatsunotanoshimi/2022_spring/common/images/teaser/main_bg4.jpg') no-repeat;
    background-size:cover;
    background-position:center top;
}
.bg_home.swiper-container .swiper-slide.bg5{
    background:url('/seikatsunotanoshimi/2022_spring/common/images/teaser/main_bg5.jpg') no-repeat;
    background-size:cover;
    background-position:center top;
}

#home #head h1 a {
    opacity: 1;
    cursor: pointer;
}

#t_head{
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
}

#t_head .t_head_inner{
    margin: 0 20px;
}

.low #t_head .t_head_inner{
    border-bottom: 2px solid #fff;
}

#t_head h1{
    position: absolute;
    top: 5px;
    left: 20px;
}

#t_head h1 img{
    width: 40px;
}

#t_head nav ul{
    height: 40px;
    display: flex;
    justify-content: flex-end;
}

#t_head nav li{
    margin-left: 30px;
    padding-top: 9px;
}

#t_head nav a{
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    transition: opacity .15s ease;
}

#t_head nav a:hover,
#t_head nav a.touch{
    opacity: .7;
}

#t_head nav .ig{
    padding-top: 9px;
}

#t_head nav .ig img{
    width: 22px;
    height: 22px;
    opacity: 1 !important;
}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 45px 0;
}

#mv h1 {
    background-image: url(../images/home/main_title.png);
    width: 404px;
    height:520px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-left: 90px;
    position: relative;
}

#mv .t_box{
    width: calc(480px/2);
    height: calc(766px/2);
    background-image: url(../images/home/parts_frame.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    right: 140px;
    pointer-events: none;
    animation-name: bounce;
    animation-duration: 4s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 101;
}
#mv .t_box.pre{
    background-image: url(../images/home/parts_frame_pre.png);
}
#mv .t_box.end{
    background-image: url(../images/tori/tori_27.png);
    width: 164px;
    height: 230px;
}

#mv .t_box p {
    color: #fff;
    position: relative;
    top: 36px;
    left: 30px;
    pointer-events: none;
}

#mv .t_box.pre p {
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;
    position: relative;
    top: 40px;
    left: 0;
}

#mv .t_box p #num, #mv .t_box p span {
    font-size: 100px;
    font-family: 'Shin Maru Go Bold';
}
#mv .t_box.pre p #num {
    margin-left: 2px;
    font-size: 36px;
    letter-spacing: .05em;
}
#mv p {
    position: absolute;
    opacity: 1;
    transition: all 1s;
}
#mv p.off {
    opacity: 0;
    transition: all 1s;
}

/* --------------------------------------------------
*
    #top_section
*
-------------------------------------------------- */
#top_section {
    margin: 10px 0;
}
#top_section section {
    min-height: 254px;
    margin: 0 5px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
}
#top_section #s_textlive h2 {
    height: 34px;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
    background-color: #4495d1;
    color: #fff;
    letter-spacing: .05em;
}
#top_section #s_textlive .inner {
    width: 100%;
    box-sizing: border-box;
    display: table;
    vertical-align: top;
}
#top_section #s_textlive .t_inner {
    padding: 30px;
    vertical-align: middle;
}
#top_section #s_textlive .col_l {
    width: 100%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    vertical-align: top;
}
#top_section #s_textlive .title {
    display: flex;
    justify-content: center;
    align-items: center;
}
#top_section #s_textlive .title .face {
    width: 64px;
    position: relative;
    top: -10px;
}

#top_section #s_textlive .title h3 {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    max-height: 3.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.75em;
}
#top_section #s_textlive .desc p {
    min-width: 200px;
    min-height: 4.5em;
    max-height: 4.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #666;
    line-height: 1.5em;
}
#top_section #s_textlive .date {
    font-size: 12px;
    color: #fa6b18;
    position: absolute;
    bottom: 5px;
    left: 0;
}
#top_section #s_textlive .btn_more {
    width: 110px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: .1em;
    text-indent: 0.5em;
    box-sizing: border-box;
    border: 1px solid #fa6b18;
    color: #fa6b18;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    right: 20px;
    white-space: nowrap;
    transition: background .1s ease .0s, color .1s ease .0s;
}
#top_section #s_textlive .img {
    width: auto;
    height: 100%;
    margin: 0 0 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#top_section #s_textlive .img img {
    width: 100%;
    opacity: 0 !important;
}
#top_section #s_textlive a {
    display: block;
    color: #666;
    position: relative;
}
#top_section #s_news {
    height: 100%;
}
#top_section #s_news h2 {
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
    background-color: #333333;
    color: #fff;
    letter-spacing: .05em;
    transition: background .1s ease .0s;
}
#top_section #s_news h2 a {
    display: block;
    color: #fff;
    background-color: #989898;
    transition: background .1s ease .0s;
}
#top_section #s_news .inner {
    position: relative;
}
#top_section #s_news .news_wrap {
    max-height: 220px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
#top_section #s_news ul {
    padding: 5px 20px 10px 20px;
}
#top_section #s_news li {
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #eee;
}
#top_section #s_news .title {
    margin: 0 0 10px 0;
}
#top_section #s_news .cat {
    margin: 0 5px 0 0;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: #56d258;
    display: inline-block;
    vertical-align: middle;
}
#top_section #s_news .cat.is-success {
    background-color: #56d258;
}
#top_section #s_news .cat.is-info {
    background-color: #7190e9;
}
#top_section #s_news .cat.is-danger {
    background-color: #e971a7;
}
#top_section #s_news .date {
    color: #818181;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
#top_section #s_news .desc h5 {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.6em;
    color: #4d4d4d;
}
#top_section #s_news .desc p {
    font-size: 12px;
    line-height: 1.875em;
    color: #4d4d4d;
}
.banner_list {
    font-size: 0;
    letter-spacing: 0;
}
.banner_list &gt; div &gt; div{
    display: inline;
}
.banner_list p {
    display: inline-block;
    width: calc(25% - 10px);
    margin: 0 5px;
}
.banner_list p img {
    width: 100%;
    border-radius: 4px;
    border: 2px solid #fff;
    box-sizing: border-box;
}
.banner_list a[target="_blank"]::after {
    display: none;
}
.banner_list .banner_big p {
    width: calc(50% - 10px);
    margin-bottom: 10px;
}

/* --------------------------------------------------
*
    #index_list
*
-------------------------------------------------- */
#index_list{
    padding: 0 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#index_list_inner{
    max-width: 1400px;
    margin: 0 auto 75px;
    border-radius: 40px;
    /* overflow: hidden; */
    border: 2px solid #fff;
    box-shadow: 0px 13px 30px rgb(0 0 0 / 50%);
}

#i_head{
    border-radius: 40px 40px 0 0;
    background-image: url(../images/home/content_bg_head.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    /* overflow: hidden; */
    height: 0;
    padding-top: 10.277%;
}

#i_head a{
    display: block;
    transition: background .15s ease;
}

#i_head a:hover,
#i_head a.touch{
    background-color: rgba(255, 255, 255, .5);
}

#i_head .inner{
    width: 900px;
    min-height: 1em;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#i_head .inner h2{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .1em;
    display: inline-block;
    color: #fff;
    font-family: 'Shin Maru Go Bold';
}

#i_head .inner img {
    position: absolute;
    top: -130px;
}
#i_head .inner img.tori1 {
    left: 0;
}
#i_head .inner img.tori2 {
    right: 0;
}
#i_head .ttl{
    width: auto !important;
    height: auto !important;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

#i_head h3{
    font-size: 28px;
    font-family: 'Shin Maru Go Bold';
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.6em;
}

#i_head h3 .s{
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 1.63636em;
}

#i_head h3 br{ display: inherit !important;}

#i_head .detail{
    width: 120px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    text-indent: -10px;
    background-color: #fff;
    color: #0e85c3;
    letter-spacing: .05em;
    position: absolute;
    bottom: -2px;
    left: calc(50% - 60px);
    transition: background, transform;
    transition-duration: .15s;
}

#i_head .detail:after{
    content: '';
    display: block;
    width: 6px;
    height: 100%;
    background-image: url(../images/teaser/arrow_right_s.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
    position: absolute;
    top: 0;
    right: 14px;
}

#i_head a:hover .detail,
#i_head a.touch .detail{
    background-color: #ffe200;
    transform: scale(1.1);
}

#t_list{
    position: relative;
    z-index: 2;
    background-color: #eee4c9;
    border-top: 2px solid #fff;
    border-radius: 0 0 40px 40px;
}
    
#t_list li:nth-child(even){
    background-color: rgba(0, 0, 0, .05);
}

#t_list li{
    position: relative;
}

#t_list li a{
    height: 160px;
    display: block;
    color: #000;
    position: relative;
}

#t_list li.disabled a:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    position: absolute;
    top: 0;
    left: 0;
}

#t_list li:nth-child(even).disabled a:before{
    background-color: #bfbfbf;
}


#t_list li a{ transition: background .25s ease;}
#t_list li a:hover{
    background-color: rgba(0, 0, 0, .3);
}

#t_list li a:hover .day{ transition: color .15s ease;}
#t_list li a:hover .day span{ transition: border .15s ease;}
#t_list li a:hover .day{ color: #ffe200;}
#t_list li a:hover .day span{ border-color: #ffe200;}
#t_list li a:hover:after{ transform: translateX(10px);}


#t_list li.disabled a{ background: none !important;}


#t_list li a:after{
    content: '';
    display: block;
    width: 22px;
    height: 100%;
    background-image: url(../images/teaser/arrow_right_l.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    position: absolute;
    top: 0;
    right: 3.47%;
    transition: transform .15s ease;
}

#t_list li.disabled a:after{ display: none;}

#t_list .ttl{
    width: 767px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#t_list .ttl:after,
#t_list .ttl:before{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    z-index: 2;
}

/* #t_list li:nth-child(odd) .ttl:before{ right: 0;}
#t_list li:nth-child(even) .ttl:before{ left: 0;}
#t_list li:nth-child(odd) .ttl:after{ right: 0;}
#t_list li:nth-child(even) .ttl:after{ left: 0;} */

#t_list .ttl:before{ display: none;}

#t_list .i1 .ttl:after{ background-image: url(../images/teaser/il01.png); background-size: contain;}
#t_list .i2 .ttl:after{ background-image: url(../images/teaser/il02.png); background-size: contain;}
#t_list .i3 .ttl:after{ background-image: url(../images/teaser/il03.png); background-size: contain;}
#t_list .i4 .ttl:after{ background-image: url(../images/teaser/il04.png); background-size: contain;}
#t_list .i5 .ttl:after{ background-image: url(../images/teaser/il05.png); background-size: contain;}
#t_list .i6 .ttl:after{ background-image: url(../images/teaser/il06.png); background-size: contain;}
#t_list .i7 .ttl:after{ background-image: url(../images/teaser/il07.png); background-size: contain;}
#t_list .i8 .ttl:after{ background-image: url(../images/teaser/il08.png); background-size: contain;}
#t_list .i9 .ttl:after{ background-image: url(../images/tori/tori_18-2.png); background-size: contain;}
#t_list .i1 .ttl:after{ width: 156px; height: 238px; top: -28px; right: -15px;}
#t_list .i2 .ttl:after{ width: 192px; height: 219px; top: -20px; left: -40px;}
#t_list .i3 .ttl:after{ width: 145px; height: 216px; top: -24px; right:-40px;}
#t_list .i4 .ttl:after{ width: 121px; height: 250px; top: -50px; left: -20px;}
#t_list .i5 .ttl:after{ width: 142px; height: 233px; top: -25px; right: 40px;}
#t_list .i6 .ttl:after{ width: 119px; height: 236px; top: -40px; left: -50px;}
#t_list .i7 .ttl:after{ width: 120px; height: 260px; top: -50px; right: 35px;}
#t_list .i8 .ttl:after{ width: 150px; height: 218px; top: -35px;}
#t_list .i9 .ttl:after{ width: 120px; height: 210px; bottom: 0; right: 35px;}

#t_list .disabled .ttl:before{ display: block;}
#t_list .disabled .ttl:after{ display: none;}

#t_list .point{
    width: 72px;
    height: 72px;
    border-radius: 72px;
    background-color: #4495d1;
    color: #fff;
    font-size: 16px;
    line-height: 1.1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Shin Maru Go Bold';
    position: absolute;
    top: calc(50% - 36px);
}

#t_list .point br{ display: none;}
#t_list .point br.s{ display: inherit !important;}

#t_list .disabled .point{
    background-color: #ebebeb;
    color: #7d7d7d;
}

#t_list li:nth-child(odd) .point{
    left: 80px;
}

#t_list li:nth-child(even) .point{
    left: 190px;
}

#t_list .point span{
    display: block;
    font-size: 14px !important;
}

#t_list h3{
    font-size: 20px;
    line-height: 1.6em;
    letter-spacing: .05em;
    font-family: 'Shin Maru Go Bold';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#t_list a .point{ transition: transform .15s ease;}
#t_list a:hover .point,
#t_list a.touch .point{
    transform: scale(1.1);
}

#t_list .disabled a:hover .point{ transform: inherit !important;}

#t_list .disabled h3{ color: #ebebeb;}

#t_list h3 br.p{ display: none;}


#t_list li:nth-child(odd) h3{
    left: 185px;
}

#t_list li:nth-child(even) h3{
    left: 295px;
}

#credit{
    padding-bottom: 130px;
    text-align: center;
}

#credit p{
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.8em;
}



/* --------------------------------------------------
*
    archive
*
-------------------------------------------------- */
#archive_head{
    border-radius: 40px 40px 0 0;
    background-image: url(../images/teaser/content_bg_head01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom: 2px solid #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.t2 #archive_head{background-image: url(../images/teaser/content_bg_head02.jpg);}
.t3 #archive_head{background-image: url(../images/teaser/content_bg_head03.jpg);background-position: center right;}
.t4 #archive_head{background-image: url(../images/teaser/content_bg_head04.jpg);}
.t5 #archive_head{background-image: url(../images/teaser/content_bg_head05.jpg);}
.t6 #archive_head{background-image: url(../images/teaser/content_bg_head06.jpg);}
.t7 #archive_head{background-image: url(../images/teaser/content_bg_head07.jpg);}
.t8 #archive_head{background-image: url(../images/teaser/content_bg_head08.jpg);}
.t9 #archive_head{background-image: url(../images/teaser/content_bg_head09.jpg);}

#archive_head .inner{
    min-height: 278px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#archive_head .inner:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    bottom: 15px;
}


.t1 #archive_head .inner:after{ background-image: url(../images/teaser/il01.png); background-size: contain; right: 25px;}
.t2 #archive_head .inner:after{ background-image: url(../images/teaser/t2/il0.png); background-size: auto 88%; background-position: right 30px; right: 25px;}
.t3 #archive_head .inner:after{ background-image: url(../images/teaser/t3/il0.png); background-size: auto 82%; background-position: right 30px; right: -10px; bottom: 0;}
.t4 #archive_head .inner:after{ background-image: url(../images/teaser/t4/il0.png); background-size: auto 85%; background-position: right calc(100%); right: 40px;}
.t5 #archive_head .inner:after{ background-image: url(../images/teaser/t5/il0.png); background-size: auto 80%; background-position: right bottom; right: 45px;}
.t6 #archive_head .inner:after{ background-image: url(../images/teaser/t6/il0.png); background-size: auto 82%; background-position: right bottom;}
.t7 #archive_head .inner:after{ background-image: url(../images/teaser/t7/il0.png); background-size: auto 80%; background-position: right bottom; right: 45px;}
.t8 #archive_head .inner:after{ background-image: url(../images/teaser/t8/il0.png); background-size: auto 80%; background-position: right bottom; right: 45px;}
.t9 #archive_head .inner:after{ background-image: url(../images/teaser/t9/il0.png); background-size: auto 80%; background-position: right bottom; right: 45px;}

#archive_head .d{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #000;
    color: #fff;
    font-size: 34px;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Shin Maru Go Bold';
    position: absolute;
    top: calc(50% - 50px);
    left: 30px;
}

#archive_head .d span{
    padding-bottom: 8px;
    display: block;
    border-bottom: 2px solid #fff;
}

#archive_head .inner h2{
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 7px 20px 7px 25px;
    display: inline-block;
    border-radius: 20px;
    background-color: #333333;
    color: #fff;
}

.low article{
    padding: 0 20px;
}

#archive_wrap{
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
    border-radius: 40px;
    background-color: #fff;
    border: 2px solid #fff; 
    overflow: hidden;
}

#archive_body{
    width: 720px;
    margin: 0 auto;
    padding-top: 50px;
}

#archive_body p{
    margin-bottom: 2em;
    padding-left: 110px;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .05em;
}

#archive_body .pic{
    margin-top: 50px;
    padding: 0;
    text-align: center;
}

#archive_body p a{
    border-bottom: 1px solid #fa6b18;
    transition: border .15s ease;
}

#archive_body p a:hover,
#archive_body p a.touch{
    border-bottom: 1px solid #fff;
}

#archive_body .pic .caption{
    text-indent: -1em;
    padding-bottom: 10px;
    padding-left: 1em;
    margin-left: 110px;
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: .05em;
    color: #888;
    text-align: left;
}

#archive_body .pic img{
    width: 100%;
    border-radius: 20px;
}

#archive_body .pic.v img{
    max-width: 300px;
}

#archive_body .h{
    width: 300%;
    margin-top: 70px;
    margin-bottom: 50px;
    background-color: #eee4c9;
    text-align: center;
    position: relative;
    left: -100%;
}

#archive_body .h p{
    margin: 0;
    padding: 0;
    line-height: 1em;
}

#archive_body .h .point{
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #000;
    border-radius: 110px;
    color: #fff;
    font-size: 24px;
    line-height: 1.1666em;
    font-weight: 700;
}

#archive_body .h h2{
    padding: 13px 20px 15px 30px;
    font-size: 28px;
    line-height: 1.28em;
    letter-spacing: .05em;
    font-weight: 700;
}

#archive_body .h h2 .c{
    color: #fa6b18;
}

#archive_body .h .il{
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

#archive_body .h .il img {
    height: 190px;
}

#archive_wrap #after{
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 10px;
    background-color: #ebebeb;
    overflow: hidden;
}

#archive_wrap #after .inner{
    margin: 0 auto;
}

#archive_wrap #after .inner p{
    margin-bottom: 2em;
    padding-left: 110px;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .05em;
}

#todays_point{
    padding: 40px 0 0 0;
    background-image: url(../images/teaser/content_bg_foot.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 0 0 40px 40px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#todays_point h3{
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 30px;
    display: inline-block;
    background-color: #333333;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
}

#todays_point .inner{
    width: 980px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
}

#todays_point .inner:after{
    content: '';
    display: block;
    width: 193px;
    height: 359px;
    background-image: url(../images/teaser/il_btm_info_tori.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -65px;
    bottom: -70px;
    transform: rotate(-5deg);
}

#todays_point .desc{
    padding: 40px 0;
    padding-left: 65px;
    margin-left: 150px;
    border-radius: 40px;
    background-color: #fff;
    text-align: left;
    position: relative;
}

#todays_point .inner dl{
    font-size: 28px;
    line-height: 2em;
    letter-spacing: .1em;
    display: table;
    /* color: #fa6b18; */
}

#todays_point .inner dt{
    display: table-cell;
}

#todays_point .inner dd{
    display: table-cell;
    line-height: 1.3em;
}

#todays_point .inner .n{
    width: 40px;
    height: 40px;
    text-indent: 0 !important;
    padding-top: 5px;
    padding-left: 2px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 1em;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 40px;
    background-color: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    position: relative;
    top: -2px;
}

#archive_body h4{
    margin: 0 110px;
    margin-top: 70px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fa6b18;
    font-size: 28px;
    letter-spacing: .05em;
    font-family: 'Shin Maru Go Bold';
    color: #fa6b18;
    text-align: center;
}

.anchor_area{
    margin-bottom: -40px;
    text-align: center;
}

.btn_anc{
    display: inline-block;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 40px !important;
}

.btn_anc a{
    min-width: 520px;
    padding: 20px 40px;
    border-radius: 460px;
    color: #fff;
    display: block;
    background-color: #fa6b18;
    line-height: 1.5em;
    border: none !important;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    transition: opacity .15s ease !important;
}

.btn_anc a:hover,
.btn_anc a.touch{
    opacity: .7;
}

.btn_anc a:after{
    content: '';
    width: 16px;
    height: 28px;
    display: block;
    position: absolute;
    background-image: url(../images/teaser/btn_arrow_right.svg);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(50% - 14px);
    right: 40px;
    transform: rotate(90deg);
}


.btn_reg{
    text-align: center;
}

.btn_detail{
    display: inline-block;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 40px !important;
}

.btn_detail a{
    min-width: 480px;
    padding: 20px 100px 20px 60px;
    border-radius: 460px;
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 700;
    color: #fff;
    display: block;
    background-color: #fa6b18;
    line-height: 1.6em;
    border: none !important;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    transition: opacity .15s ease !important;
}

.btn_detail a:after{
    content: '';
    width: 16px;
    height: 28px;
    display: block;
    position: absolute;
    background-image: url(../images/teaser/btn_arrow_right.svg);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(50% - 14px);
    right: 40px;
}

.btn_detail a:hover,
.btn_detail a.touch{
    opacity: .7;
}



.date_area{
    margin: 40px 0;
    padding: 40px 0 40px 80px;
    background-color: #eee;
    border-radius: 15px;
    box-sizing: border-box;
}

.date_area dl{
    display: table;
    margin-bottom: 40px;
}

.date_area dl:last-child{ margin-bottom: 0;}

.date_area dt{
    text-align: center;
    min-width: 110px;
    display: table-cell;
    font-size: 18px;
    font-weight: 700;
    color: #fa6b18;
    letter-spacing: .05em;
}

.date_area dt span{
    width: 95px;
    padding: 5px;
    border-radius: 5px;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    top: 2px;
}

.date_area dd{
    width: 100%;
    display: table-cell;
    line-height: 2em;
    font-size: 16px;
    letter-spacing: .05em;
}

.date_area p{
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 1em !important;
}

.date_area dd p:last-child{ margin-bottom: 0 !important;}

.date_area .list{
    padding-left: 1em;
}

.date_area .list p{
    text-indent: -1em;
    padding-left: 1em;
}


.profile_area{
    padding: 0 40px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.profile_area p{
    padding: 0 !important;
}

/* --------------------------------------------------
*
    #shop_list
*
-------------------------------------------------- */
#shop_head {
    background-image: url(../images/home/content_bg_shop_head.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 0;
    padding-top: 6.944%;
}
#shop_head .inner {
    min-height: 1em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#shop_head .inner h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .1em;
    display: inline-block;
    color: #fff;
}
#shop_list #m_img {
    background-image: url(../images/stores/header_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    position: relative;
}
#shop_list #m_img .map img {
    width: 711px;
    margin: 0 auto;
    padding: 70px 0 60px;
    display: block;
}
#shop_list #m_img .map:before {
    content: '';
    display: block;
    width: 409px;
    height: 489px;
    background-image: url(../images/stores/tori_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    margin-left: -450px;
    z-index: 1;
}
#shop_list #m_img .map:after {
    content: '';
    display: block;
    width: 348px;
    height: 219px;
    background-image: url(../images/stores/tori_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    margin-left: 440px;
    z-index: 1;
}
#store_nav {
    background: #eeeeee;
}
#store_nav ul {
    padding: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
#store_nav ul li {
    background: #fff;
    border-radius: 20px;
    width: calc((100% - 20px)/3);
    position: relative;
    padding: 1.4em 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .05em;
}
#store_nav a {
    display: block;
    transition: opacity .15s ease;
    color: #000;
}
#store_nav a:hover {
    opacity: .5;
}
#store_nav .name {
    width: 80%;
    padding-left: 45px;
    margin: 0 auto;
    position: relative;
}
#store_nav .name:before {
    content: '';
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ff7991;
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
}
#store_nav .name:after {
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/webstore/parts_arrow.png);
    display: block;
    position: absolute;
    top: -3px;
    right: 0;
}
#store_nav .store2 .name:before {
    background-color: #ff4f44;
}
#store_nav .store3 .name:before {
    background-color: #00b5d4;
}
#store_nav .store4 .name:before {
    background-color: #b1785a;
}
#store_nav .store5 .name:before {
    background-color: #8cc100;
}
#store_nav .store6 .name:before {
    background-color: #c6ae0f;
}
#store_nav .store7 .name:before {
    background-color: #8b88ec;
}
#store_nav .store8 .name:before {
    background-color: #00ba00;
}
#store_nav .store9 .name:before {
    background-color: #ffa600;
}

.store_list .title {
    position: relative;
}
.store_list .title .bg {
    width: 100%;
    min-height: 120px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.store_list .title h2 {
    position: absolute;
    top: 0;
    left: 50%;
    min-height: 120px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .05em;
    color: #fff;
    text-shadow:1px 1px 20px #366f6f;
    padding: 0 1em;
}
.store_list .title_info {
    background-color: #fff;
}
.store_list .title_info &gt; div {
    max-width: 475px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    position: relative;
}
.store_list .title_info .tori {
    position: absolute;
    height: 164px;
    top: -70px;
    left: -110px;
}
.store_list#store2 .title_info .tori {
    height: 158px;
    top: -70px;
    left: -110px;
}
.store_list#store3 .title_info .tori {
    height: 187px;
    top: -90px;
}
.store_list#store4 .title_info .tori {
    height: 192px;
    top: -95px;
}
.store_list#store5 .title_info .tori {
    height: 161px;
    left: -100px;
}
.store_list#store6 .title_info .tori {
    height: 161px;
}
.store_list#store7 .title_info .tori {
    height: 183px;
    top: -85px;
    left: -130px;
}
.store_list#store8 .title_info .tori {
    height: 162px;
    left: -120px;
}
.store_list#store9 .title_info .tori {
    height: 161px;
    left: -130px;
}

.store_list .title_info .tori img {
    height: 100%;
}
.store_list {
    background-color: #ede7df;
}
.store_list ul {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 20px 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.store_list ul li {
    width: calc((100% - 50px)/3);
    font-size: 14px;
    line-height: 1.44;
    position: relative;
}
.store_list a {
    color: initial;
    display: block;
    transition: opacity .15s ease;
    border-radius: 20px;
    background: #fff;
}
.store_list a:hover {
    opacity: .5;
}
.store_list .store_name {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding: 20px 15px;
    min-height: 7.2em;
}
.store_list .store_name .logo + div{
    max-width: calc(100% - 103px);
}
.store_list .store_name .logo {
    width: 88px;
    height: 88px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
}
.store_list .store_name .logo img {
    width: 100%;
    opacity: 0;
    border-radius: 15px;
}
.store_list .store_name h3 {
    font-weight: bold;
    padding-bottom: 0.5em;
}
.store_list .store_name .exhibitor p {
    display: inline;
}
.store_list .store_name .exhibitor p::after {
    content: '｜';
}
.store_list .store_name .exhibitor p:last-of-type::after {
    content: none;
}
.store_list .store_desc {
    border-top: 1px #eee7df solid;
}
.store_list .store_desc &gt; div {
    padding: 15px;
    color: #b3b3b3;
}
.store_list li .link {
    background: #ff7991;
    color: #fff;
    border-radius: 0 0 20px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 1em 0;
}
.store_list li .link {
    background: #ff7991;
}
.store_list#store2 li .link {
    background: #f85e4f;
}
.store_list#store3 li .link {
    background: #00b5d4;
}
.store_list#store4 li .link {
    background: #b1785a;
}
.store_list#store5 li .link {
    background: #8cc100;
}
.store_list#store6 li .link {
    background: #c6ae0f;
}
.store_list#store7 li .link {
    background: #8b88ec;
}
.store_list#store8 li .link {
    background: #00ba00;
}
.store_list#store9 li .link {
    background: #ffa600;
}

@media screen and (min-width : 751px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 751px
*
*
------------------------------------------------------------------------------------------ */
#wrap {
    min-width: 1100px;
}
.bg_home.swiper-container {
    min-width: 1080px;
}
#contents_area {
    overflow: initial;
    min-width: 1080px;
}
#head {
    padding: 0 20px;
    height: 42px;
    top: 0;
    position: sticky;
}
#mv {
    min-width: 1080px;
}
#mv p.tori1 {
    top: 45px;
    left: 33px;
}
#mv p.tori2 {
    bottom: 29px;
    left: -3px;
}
#mv p.tori3 {
    top: 68px;
    left: 464px;
}
#mv p.tori4 {
    top: 215px;
    left: 506px;
}
#mv p.tori5 {
    bottom: 90px;
    left: 510px;
}
#mv p.tori6 {
    top: 10px;
    left: 610px;
}
#mv p.tori7 {
    top: 230px;
    right: 590px;
}
#mv p.tori8 {
    bottom: 30px;
    right: 553px;
}
#mv p.tori9 {
    top: 85px;
    right: 510px;
}
#mv p.tori10 {
    bottom: 200px;
    right: 450px;
}
#mv p.tori11 {
    top: 60px;
    right: 300px;
}
#mv p.tori12 {
    top: 10px;
    right: 95px;
}
#mv p.tori13 {
    top: 215px;
    right: 5px;
}
#mv p.tori14 {
    bottom: 140px;
    right: 80px;
}
#mv p.tori15 {
    bottom: 15px;
    right: 0;
}
#top_section .top_section_inner {
    max-width: 1280px;
    min-width: 1080px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 40px;
}
#top_section #s_textlive {
    width: 63%;
}
#top_section #s_textlive .col_r {
    width: 100%;
    min-width: 190px;
    height: 100%;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
#top_section #s_textlive .img {
    max-width: 190px;
}
#top_section #s_textlive .desc {
    padding-bottom: 40px !important;
}
#top_section #s_textlive .col_l {
    display: table-cell;
    position: relative;
}
#top_section #s_news {
    width: 36.134%;
}
.banner_list {
    max-width: 1280px;
    min-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
    margin-bottom: 100px;
    box-sizing: border-box;
}
#t_list li.new:after{
    content: '';
    display: block;
    width: calc(112px / 2);
    height: calc(112px / 2);
    background-image: url(../images/teaser/ico_new.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .15s ease;
}
#info_inner{
    width: 500px;
}
#archive_head .inner{
    width: 960px;
}
#archive_head .inner h2{
    white-space: nowrap;
}
#archive_head .ttl{
    width: auto !important;
    height: auto !important;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#archive_head h3{
    font-size: 28px;
    font-family: 'Shin Maru Go Bold';
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.6em;
    white-space: nowrap;
}

#archive_head h3 .s{
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 1.63636em;
}

#archive_head .detail{
    width: 120px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    text-indent: -10px;
    background-color: #fff;
    color: #1a5574;
    letter-spacing: .05em;
    position: absolute;
    bottom: 28px;
    left: calc(50% - 60px);
    transition: background, transform;
    transition-duration: .15s;
}

#archive_head .detail:after{
    content: '';
    display: block;
    width: 6px;
    height: 100%;
    background-image: url(../images/teaser/arrow_right_s.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
    position: absolute;
    top: 0;
    right: 14px;
}

#archive_head a:hover .detail,
#archive_head a.touch .detail{
    background-color: #ffe200;
    transform: scale(1.1);
}
.t1 #archive_head .inner:after{ width: 156px; height: 244px;}
#archive_body .h .inner{
    display: inline-block;
    text-align: left;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    left: -2.5%;
}
#archive_body .h h2{
    white-space: nowrap;
}
#todays_point .desc:before{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/teaser/parts_point_arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right top;
    position: absolute;
    left: -25px;
    top: 37%;
}
#archive_wrap #after .inner{
    width: 720px;
}

#todays_point .desc:after{
    content: '';
    display: block;
    background-image: url(../images/tori/tori_47.png);
    top: -85px;
    right: -80px;
    transform: rotate(-20deg);
    width: 182px;
    height: 199px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

#shop_list h3{
    font-weight: bold;
    letter-spacing: .05em;
}

#shop_list .desc{
    min-height: 4em;
}

#archive_map{
    background-color: #ede7df;
    position: relative;
}

#archive_map:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/teaser/il_btm_info_bear.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    left: calc(50% - 560px);
    bottom: 0;
    pointer-events: none;
}

#archive_map .inner{
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 0;
}

#archive_map .inner img{
    width: 100%;
}

} /* ----- min-width : 751px ----- */
@media screen and (min-width : 1440px){
    #mv p.tori15 {
        right: -15px;
    }
}
@media screen and (max-width: 1180px){
    #store_nav ul li {
        font-size: 16px;
    }
}
@media screen and (max-width: 750px) {
#head {
    top: -1px;
    position: sticky;
}    
#head.on {
    z-index: 102;
}
#head.on h1 {
    display: none;
}
#wrap {
    padding: 20px 0 0 0;
}
#contents_area {
    overflow: initial;
}
.bg_home.swiper-container .swiper-slide.bg1{
    background:url('/seikatsunotanoshimi/2022_spring/common/images/teaser/main_bg_sp.jpg') no-repeat;
    background-size: cover;
    background-position:center center;
}
.bg_home.swiper-container .swiper-slide.bg2{
    background:url('/seikatsunotanoshimi/2022_spring/common/images/teaser/main_bg2_sp.jpg') no-repeat;
    background-size: cover;
    background-position:center center;
}
.bg_home.swiper-container .swiper-slide.bg3{
    background:url('/seikatsunotanoshimi/2022_spring/common/images/teaser/main_bg3_sp.jpg') no-repeat;
    background-size: cover;
    background-position:center center;
}
.bg_home.swiper-container .swiper-slide.bg4{
    background:url('/seikatsunotanoshimi/2022_spring/common/images/teaser/main_bg4_sp.jpg') no-repeat;
    background-size: cover;
    background-position:center center;
}
.bg_home.swiper-container .swiper-slide.bg5{
    background:url('/seikatsunotanoshimi/2022_spring/common/images/teaser/main_bg5_sp.jpg') no-repeat;
    background-size: cover;
    background-position:center center;
}
#home #head h1 a {
    opacity: 0;
    transition: opacity .35s ease;
}

#t_head .t_head_inner{
    margin: 0 10px;
}

#t_head h1{
    top: 7px;
}

#t_head h1 img{
    width: 32px;
}

#t_head nav li{
    margin-left: 25px;
    padding-top: 12px;
}

#t_head nav a{
    font-size: 12px;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    min-height: 480px;
    padding: 0 0 35vw;
}

#mv h1{
    background-image: url(../images/home/main_title_sp.png);
    width: 75.333%;
    height: 0;
    padding-top: 134%;
    margin: 0 auto;
    text-indent: initial;
}

#mv .t_box{
    background-image: url(../images/home/parts_frame_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(503px/2);
    height: calc(287px/2);
    right: 17vw;
    bottom: -8vw;
}
#mv .t_box.pre{
    background-image: url(../images/home/parts_frame_pre_sp.png);
}
#mv .t_box.end{
    background-image: url(../images/tori/tori_27.png);
    width: calc(196px/2);
    height: calc(287px/2);
}

#mv .t_box p{
    display: inline-block;
    top: 20px;
    left: 20px;
}
#mv .t_box p #num, #mv .t_box p span {
    font-size: 60px;
}
#mv .t_box.pre p {
    font-size: 16px;
    line-height: 2em;
    top: 12px;
    left: 13px;
}
#mv p img{
    width: 100%;
}
#mv p.tori1 {    
    width: 9.86vw;
    top: 11vw;
    left: 3vw;
}
#mv p.tori2 {
    width: 7.6vw;
    top: 58vw;
    right: 5vw;
}
#mv p.tori3 {
    width: 9.06vw;
    top: 0;
    left: 22vw;
}
#mv p.tori4 {
    width: 6.66vw;
    top: 37vw;
    left: 11vw;
}
#mv p.tori5 {
    width: 18.4vw;
    bottom: 32vw;
    right: 4vw;
}
#mv p.tori6 {
    width: 10vw;
    top: 78vw;
    left: 8vw;
}
#mv p.tori7 {
    width: 14.4vw;
    top: 24vw;
    right: 2vw;
}
#mv p.tori8 {
    width: 7.6vw;
    bottom: 11vw;
    right: 4vw;
}
#mv p.tori9 {
    width: 7.6vw;
    bottom: 4vw;
    left: 3vw;
}
#mv p.tori10 {
    width: 6.53vw;
    bottom: 60vw;
    right: 3vw;
}
#mv p.tori11 {
    width: 11.46vw;
    top: -1vw;
    right: 14vw;
}
#mv p.tori12 {
    width: 13.2vw;
    bottom: 36vw;
    left: 3vw;
}
#mv p.tori13 {
    width: 6.8vw;
    top: 59vw;
    left: 2vw;
}
#mv p.tori14 {
    width: 6.8vw;
    bottom: 59vw;
    left: 17vw;
}
#mv p.tori15 {
    width: 9.733vw;
    top: 79vw;
    right: 12vw;
}

/* --------------------------------------------------
*
    #top_section
*
-------------------------------------------------- */
#top_section {
    margin: 20px 0;
}
#top_section section {
    margin: 0 20px 20px 20px;
    overflow: hidden;
    max-height: initial;
}
#top_section #s_textlive h2 {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
}
#top_section #s_textlive .inner {
    position: relative;
}
#top_section #s_textlive .t_inner {
    padding: 10px 20px;
    display: table-cell;
}
#top_section #s_textlive .col_l {
    padding: 5px 0 0 0;
}
#top_section #s_textlive .title .face {
    width: 40px;
    position: relative;
    top: -10px;
}
#top_section #s_textlive .title .face img {
    width: 100%;
}
#top_section #s_textlive .title h3 {
    margin: 0 0 15px 0;
    text-overflow: ellipsis;
    font-size: 14px;
}
#top_section #s_textlive .desc {
    margin: 0 0 15px 0;
}
#top_section #s_textlive .desc p {
    max-height: 4.5em;
    min-height: auto;
    font-size: 13px;
}
#top_section #s_textlive .date {
    bottom: 14px;
    left: 20px;
}
#top_section #s_textlive .btn_more {
    font-size: 12px;
    bottom: 10px;
    right: 20px;
}
#top_section #s_textlive .col_r {
    padding: 0 0 30px 0;
    vertical-align: top;
}
#top_section #s_textlive .img {
    width: auto;
    height: auto !important;
    text-align: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background: none !important;
}
#top_section #s_textlive .img img {
    width: 100%;
    max-width: 360px;
    opacity: 1 !important;
}
#top_section #s_news h2 {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
}
#top_section #s_news .news_wrap {
    height: auto !important;
    max-height: 45vh !important;
    -webkit-overflow-scrolling: touch;
}
.banner_list {
    padding: 0 20px 20px;
}
.banner_list img {
    width: 100%;
}
.banner_list .banner_big p {
    width: calc(100% - 10px);
    margin: 0 5px 10px;
}
.banner_list p {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
}
/* --------------------------------------------------
*
    #index_list
*
-------------------------------------------------- */
#index_list{
    padding: 0 10px;
}

#index_list_inner{
    border-radius: 20px;
    margin: 0px auto 20px;
}

#i_head{
    border-radius: 20px 20px 0 0;
    padding-top: 25%;
}

#i_head .inner{
    width: 100%;
    min-height: 120px;
}

#i_head .inner h2{
    font-size: 16px;
    margin-top: 50px;
}

#i_head .inner img.tori1, #i_head .inner img.tori2 {
    width: 90px;
    top: auto;
    bottom: -5px;
}
#i_head .detail{
    width: 100px;
    height: 24px;
    font-size: 13px;
    bottom: 20px;
    left: calc(50% - 50px);
}
#t_list {
    border-radius: 0 0 20px 20px;
}
#t_list li a{
    box-sizing: border-box;
    height: 140px;
}

#t_list li a:hover:after{ transform: translateX(5px);}
#t_list li a.touch:after{ transform: translateX(5px);}


#t_list li a:after{
    width: 11px;
    background-size: 11px;
}


#t_list li a .day{
    width: 3.5em;
    font-size: 18px;
}


#t_list .ttl{
    width: 100%;
    left: auto;
}
#t_list li:nth-child(odd) .ttl:after,
#t_list li:nth-child(odd) .ttl:before {
    right: 2vw;
}
#t_list li:nth-child(even) .ttl:after,
#t_list li:nth-child(even) .ttl:before {
    left: 3vw;
}
#t_list .i9 .ttl:after {
    background-image: url(../images/teaser/il09.png);
    background-size: contain;
}
#t_list .i1 .ttl:after{ width: calc(156px / 2.8); height: calc(238px / 2.8); top: -25px;}
#t_list .i2 .ttl:after{ width: calc(192px / 2.8); height: calc(219px / 2.8); top: -25px;}
#t_list .i3 .ttl:after{ width: calc(145px / 2.8); height: calc(216px / 2.8); top: -25px;}
#t_list .i4 .ttl:after{ width: calc(167px / 2.8); height: calc(234px / 2.8); top: -35px;}
#t_list .i5 .ttl:after{ width: calc(142px / 2.8); height: calc(233px / 2.8); top: -25px;}
#t_list .i6 .ttl:after{ width: calc(119px / 2.8); height: calc(236px / 2.8); top: -35px;}
#t_list .i7 .ttl:after{ width: calc(120px / 2.8); height: calc(260px / 2.8); top: -40px;}
#t_list .i8 .ttl:after{ width: calc(150px / 2.8); height: calc(218px / 2.8); top: -35px;}
#t_list .i9 .ttl:after{ width: calc(120px / 2.8); height: calc(260px / 2.8); top: -40px;}


#t_list .point{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    font-size: 13px;
    top: -20px;
    right: 0;
    white-space: nowrap;
}

#t_list li:nth-child(odd) .point{
    left: 2vw;
}

#t_list li:nth-child(even) .point{
    left: auto;
    right: 2vw;
}

#t_list .point span{
    display: block;
    font-size: 12px !important;
}

#t_list h3{
    font-size: 13.5px;
    left: 20% !important;
    white-space: nowrap;
}

#t_list h3 br{ display: inherit !important;}



#info_wrap{
    background-size: 200%;
    background-position: center top;
}    
#info_inner{
    max-width: 420px;
    padding-top: 60px;
}

#info{
    margin-bottom: 70px;
}

#info h2{
    margin-bottom: 40px;
    padding-bottom: 5px;
    font-size: 20px;
}

#info h3{
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 16px;
}

#info table{
    font-size: 12px;
    line-height: 2.666em;
}

#info .nw{ white-space: nowrap;}

#info th{
    padding: 0 .5em 0 15px;
}

#info td{
    padding-right: 1em;
    box-sizing: border-box;
}


#cast{
    margin-bottom: 40px;
}

#cast h2{
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 20px;
}

#cast p{
    padding: 0 15px;
    font-size: 13px;
    line-height: 2em;
}


#credit{
    padding-bottom: 50px;
}

#credit p{
    font-size: 12px;
}



/* --------------------------------------------------
*
    archive
*
-------------------------------------------------- */
#archive_head{
    border-radius: 20px 20px 0 0;
    /* background-size: 300%; */
    background-position: center;
}
#archive_head .ttl {
    height: auto !important;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50%);
    transform: translateY(-50%);
    z-index: 2;
}
#archive_head .inner{
    min-height: 120px;
}


#archive_head .inner:after{
    background-size: 100px;
    top: 5px;
    right: -15px;
}


.t3 #archive_head {
    background-position: center center;
}

.t1 #archive_head .inner:after{ background-position: right 0; right: -5px;}
.t2 #archive_head .inner:after{ background-position: right 5px; right: 0;}
.t3 #archive_head .inner:after{ background-size: auto 67%; background-position: right 25px;right: -4vw;}
.t4 #archive_head .inner:after{ background-position: 100% 5px;right: 5px;}
.t5 #archive_head .inner:after{ background-position: 100% 10px; right: 0;}
.t6 #archive_head .inner:after{ background-position: 100% 10px; right: -5vw;}
.t7 #archive_head .inner:after{ background-position: 100% 10px; right: 5px;}
.t8 #archive_head .inner:after{ background-position: 98% 8px; right: 0;}
.t9 #archive_head .inner:after{ background-position: 95% 8px; right: 0;}

#archive_head .d{
    width: 55px;
    height: 55px;
    border-radius: 55px;
    font-size: 18px;
    top: 5px;
    left: 5px;
}

#archive_head .d span{
    padding-bottom: 5px;
}

#archive_head .inner h2{
    font-size: 9px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 15px;
    white-space: nowrap;
}

#archive_head h3{
    font-size: 15px;
    line-height: 1.44;
    top: calc(50% + 15px);
    color: #fff;
    font-family: 'Shin Maru Go Bold';
}
#archive_head h3 br{ display: inherit !important;}
#archive_head h3 .s{
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.63636em;
}

.low article{
    padding: 0 10px;
}

#archive_wrap{
    margin-top: 20px;
    border-radius: 20px;
}

#archive_body{
    width: auto;
    margin: 0 auto;
    padding-top: 30px;
}

#archive_body p{
    padding: 0 15px;
    font-size: 14px;
}


#archive_body .pic{
    margin: 0 15px;
    margin-top: 30px;
}

#archive_body .pic .caption{
    margin: 0 15px;
    font-size: 12px;
}

#archive_body .pic img{
    width: 100%;
    border-radius: 10px;
}

#archive_body .h{
    margin-top: 40px;
    margin-bottom: 30px;
}

#archive_body .h .inner{
    padding: 10px 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

#archive_body .h .point{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    font-size: 12px;
    line-height: 1.2em;
}

#archive_body .h .point br{
    display: inherit !important;
}

#archive_body .h h2{
    padding: 0 5px 0 10px;
    font-size: 15px;
}

#archive_body .h h2.sp_s{
    font-size: 14px;
}

#archive_body .h h2 br{
    display: inherit !important;
}

#archive_body .h .il{
    display: none;
    position: relative;
    top: -15px;
}

#archive_wrap #after{
    margin-top: 30px;
    padding-top: 30px;
}

#archive_wrap #after .inner{
    padding: 0 15px;
    margin: 0 auto;
}

#archive_wrap #after .inner p{
    font-size: 14px;
    padding-left: 0;
}

#todays_point{
    /* margin-top: 20px; */
    padding: 20px 0 0 0;
    border-radius: 0;
}

#todays_point h3{
    margin-bottom: 20px;
    font-size: 13px;
}

#todays_point .inner{
    width: auto;
    padding-bottom: 65px;
}

#todays_point .inner:after{
    width: 14vw;
    height: 0;
    padding-top: 26.4%;
    left: 5vw;
    bottom: -4vw;
}

#todays_point .desc{
    padding: 15px 10px 15px 15px;
    margin: 0 10px;
    border-radius: 10px;
}



#todays_point .inner dl{
    font-size: 13px;
}


#todays_point .inner .n{
    width: 20px;
    height: 20px;
    padding-top: 3px;
    padding-left: 1px;
    margin-right: 5px;
    font-size: 13px;
    border-radius: 20px;
    top: -1px;
}


#archive_body h4{
    margin: 0 15px;
    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 16px;
}



.anchor_area{
    padding: 0 15px;
}

.btn_anc{
    max-width: 520px;
    width: 100%;
    display: block;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
}

.btn_anc a{
    max-width: 480px;
    width: 100%;
    padding: 10px 45px 10px 20px;
    border-radius: 10px;
    font-size: 13px;
    letter-spacing: .05em;
    font-weight: 700;
}

.btn_anc a:after{
    right: 15px;
    transform: rotate(90deg) scale(.7);
}


.btn_reg{
    padding: 0 15px;
    margin-bottom: -10px;
}

.btn_detail{
    width: 100%;
    /* max-width: 320px; */
}

.btn_detail a{
    min-width: 100%;
    width: 100%;
    padding: 15px 40px 15px 20px;
    border-radius: 10px;
    font-size: 13px;
}

.btn_detail a:after{
    right: 10px;
    transform: scale(.7);
}


.date_area{
    margin: 40px 10px;
    padding: 10px;
    border-radius: 10px;
}

.date_area dl{
    margin-bottom: 30px;
}

.date_area dt{
    margin-bottom: 10px;
    display: inline-block;
    font-size: 15px;
}


.date_area dd{
    padding: 0 10px;
    display: block;
    font-size: 14px !important;
}

.date_area dd p {
    padding-right: 15px !important;
}
.date_area p{
    font-size: 14px !important;
}
/* .date_area .list p {
    padding-right: 10px !important;
} */
.profile_area{
    padding: 0 15px;
    margin: 0 10px;
    margin-top: 30px;
    padding-top: 30px;
}


#archive_map{
    background-color: #ede7df;
    position: relative;
}

#archive_map .inner{
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

#archive_map .inner img{
    width: 90%;
}

/* --------------------------------------------------
*
    #shop_list
*
-------------------------------------------------- */
#shop_head {
    padding-top: 20%;
}
#shop_head .inner h2 {
    font-size: 20px;
}
#shop_list #m_img {
    background-image: url(../images/stores/header_bg_sp.jpg);
}
#shop_list #m_img .map img {
    width: 92%;
    padding: 35px 0 45px;
}
#shop_list #m_img .map:before {
    width: 66px;
    height: 73px;
    background-image: url(../images/tori/tori_47.png);
    left: 2%;
    top: 20px;
    transform: translateX(0);
    margin-left: initial;
}
#shop_list #m_img .map:after {
    width: 49px;
    height: 70px;
    background-image: url(../images/tori/tori_27.png);
    left: auto;
    right: 1%;
    bottom: 15px;
    transform: translateX(0);
    margin-left: initial;
}
#store_nav ul li {
    font-size: 14px;
    width: 100%;
    border-radius: 10px;
}
#store_nav .name:before {
    width: 25px;
    height: 25px;
    top: -5px;
}
#store_nav .name {
    padding-left: 35px;
}
#store_nav .name:after {
    width: 20px;
    height: 20px;
}
.store_list .title_info .tori {
    display: none;
}
.store_list .title h2 {
    font-size: 20px;
    white-space: nowrap;
}
.store_list .title_info &gt; div {
    font-size: 14px;
    padding: 20px;
}
.store_list ul {
    padding: 30px 20px;
}
.store_list ul li {
    width: 100%;
}
} /* ----- max-width: 750px ----- */

@media screen and (max-width: 520px) {
#shop_list li{
    width: 100%;
}
}
@media screen and (max-width: 350px) {
    #t_list h3 {
        font-size: 12px;
    }
}</pre></body></html>