@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home.css
*
*
------------------------------------------------------------------------------------------ */
body{
    background-color: rgba(255,255,255,1);
    background-blend-mode: lighten;
    opacity: 0;
    visibility: hidden;
}
body.active {
    background-color: rgba(255,255,255,0);
    -webkit-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease;
    opacity: 1;
    visibility: visible;
}

#home #head h1 a {
    opacity: 1;
    cursor: pointer;
}
#head {
    border-top: 2px solid #010159;
}
#head h1 {
    top: -2px;
}
#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
*
-------------------------------------------------- */
/* ----------------------------------------------
 * Generated by Animista on 2023-4-11 16:59:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.swiper-slide img {
    width: 100%;
}
.top-wrapper .nomal {
    width: 100%;
    margin-left: 12%;
}
.top-wrapper .reverse {
    margin-top: 20px;
    margin-bottom: 20px;
}
.bg_top .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.webp .bg_top .swiper-slide.slide1 {
    background-image: url(../images/home/bg_main01.webp);
    background-size: cover;
}
.webp .bg_top .swiper-slide.slide2 {
    background-image: url(../images/home/bg_main02.webp);
    background-size: cover;
}
.webp .bg_top .swiper-slide.slide3 {
    background-image: url(../images/home/bg_main03.webp);
    background-size: cover;
}
.webp .bg_top .swiper-slide.slide4 {
    background-image: url(../images/home/bg_main04.webp);
    background-size: cover;
}
.webp .bg_top .swiper-slide.slide5 {
    background-image: url(../images/home/bg_main05.webp);
    background-size: cover;
}
.webp .bg_top .swiper-slide.slide6 {
    background-image: url(../images/home/bg_main06.webp);
    background-size: cover;
}
.webp .bg_top .swiper-slide.slide7 {
    background-image: url(../images/home/bg_main07.webp);
    background-size: cover;
}
.webp .bg_top .swiper-slide.slide8 {
    background-image: url(../images/home/bg_main08.webp);
    background-size: cover;
}
.webp .bg_top .swiper-slide.slide9 {
    background-image: url(../images/home/bg_main09.webp);
    background-size: cover;
}

.no-webp .bg_top .swiper-slide.slide1 {
    background-image: url(../images/home/bg_main01.webp);
    background-size: cover;
}
.no-webp .bg_top .swiper-slide.slide2 {
    background-image: url(../images/home/bg_main02.webp);
    background-size: cover;
}
.no-webp .bg_top .swiper-slide.slide3 {
    background-image: url(../images/home/bg_main03.webp);
    background-size: cover;
}
.no-webp .bg_top .swiper-slide.slide4 {
    background-image: url(../images/home/bg_main04.webp);
    background-size: cover;
}
.no-webp .bg_top .swiper-slide.slide5 {
    background-image: url(../images/home/bg_main05.webp);
    background-size: cover;
}
.no-webp .bg_top .swiper-slide.slide6 {
    background-image: url(../images/home/bg_main06.webp);
    background-size: cover;
}
.no-webp .bg_top .swiper-slide.slide7 {
    background-image: url(../images/home/bg_main07.webp);
    background-size: cover;
}
.no-webp .bg_top .swiper-slide.slide8 {
    background-image: url(../images/home/bg_main08.webp);
    background-size: cover;
}
.no-webp .bg_top .swiper-slide.slide9 {
    background-image: url(../images/home/bg_main09.webp);
    background-size: cover;
}
.bg_top, #top {
    opacity: 0;
    transition: opacity .5s;
}
#mv{
    min-height: 608px;
    width: 100%;
    position: relative;
    background-image: url(../images/home/bg_main01.webp);
    background-size: cover;
}
#top {
    margin: -25px 0 -12px;
    overflow: hidden;
}
.head_line {
    width: 100%;
    height: 12px;
    background-color: #fff;
    position: relative;
    z-index: 120;
}
#mv .title {
    position: absolute;
    top: 50%;
    left: 7.63vw;
    z-index: 1;
    transform: translateY(-50%);
}
#mv h1 {
    background-image: url(../images/home/main_title1.png);
    width: 449px;
    height:375px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .5s;
}
#mv h2 {
    background-image: url(../images/home/main_title2.png);
    width: 369px;
    height: 155px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    opacity: 0;
    transition: opacity .5s;
}
#mv .active {
    opacity: 1 !important;
}
#mv .sub_title {
    position: absolute;
    top: 60px;
    right: 2vw;
    z-index: 1;
    opacity: 0;
}
#mv .sub_title.active {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
#mv .sub_title.active2  {
  animation: 3s fuwafuwa infinite;
}
#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: -30px;
    right: 140px;
    pointer-events: none;
    z-index: 121;
    opacity: 0;
}
#mv .t_box.active{
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#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;
    font-weight: bold;
    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 {
    padding-bottom: 30px;
}
#top_section {
    margin: 20px 0 10px;
}
#top_section section {
    min-height: 254px;
    margin: 0 5px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.4));
}
#top_section #s_textlive h2 {
    height: 34px;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
    background-color: #0059bc;
    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: #b3b3b3;
    line-height: 1.5em;
}
#top_section #s_textlive .date {
    font-size: 12px;
    color: #0059bc;
    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 #0059bc;
    color: #0059bc;
    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 #banner {
    height: 100%;
}
#top_section #banner img {
    width: 100%;
    min-height: 254px;
    object-fit: contain;
    margin-bottom: -1px;
}
/* #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 > div > div{
    display: inline;
}
.banner_list p {
    display: inline-block;
    width: calc(25% - 10px);
    margin: 0 5px;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.4));
}
.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;
}
.banner_list .banner_biggest p {
    width: calc(100% - 10px);
    margin-bottom: 10px;
}

/* --------------------------------------------------
*
    #index_list
*
-------------------------------------------------- */
.bg_head {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.bg_head img {
    max-width: 860px;
    width: 76vw;
}
#index_list{
    max-width: 1400px;
    margin: 0 auto 50px;
    padding: 0 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

#index_list_inner{
    border-radius: 40px;
    border: 2px solid #fff;
    filter: drop-shadow(5px 5px 10px rgba(51,51,51,0.6));
    /* filter: drop-shadow(0 20px 50px rgba(0,0,0,0.3)); */
    background-color: #fff;
}

#i_head{
    border-radius: 40px 40px 0 0;
    position: relative;
    height: 0;
    padding-top: 19.914%;
    background-image: url(../images/teaser/bg_head.jpg);
    background-size: cover;
}
#i_head a{
    display: block;
    transition: background .15s ease;
}
#i_head .inner > a:hover,
#i_head .inner > a.touch{
    background-color: initial;
}
#i_head a:hover,
#i_head a.touch{
    background-color: rgba(255, 255, 255, .5);
}

#i_head .inner{
    width: 960px;
    min-height: 185px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#i_head .d{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #010159;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Shin Maru Go Bold', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    position: absolute;
    top: calc(50% - 40px);
    left: 120px;
}

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

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

#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;
    white-space: nowrap;
    line-height: 1.3;
}

#i_head h3{
    font-size: 24px;
    font-family: 'Shin Maru Go Bold', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.6em;
}

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

#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: #600000;
    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.png);
    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;
}
    
#t_list li:nth-child(even){
    background-color: rgba(249, 238, 235, 1);
}
#t_list li{
    position: relative;
    background-color: #ffffff;
}

#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:last-of-type {
    border-radius: 0 0 40px 40px;
}
#t_list li:last-of-type a {
    border-radius: 0 0 40px 40px;
}
#t_list li:last-of-type.disabled a:before{
    border-radius: 0 0 40px 40px;
}

#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 li a .day{
    width: 180px;
    text-align: center;
    color: #000;
    font-size: 36px;
    letter-spacing: .05em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Shin Maru Go Bold', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    position: absolute;
    top: calc(50%);
    left: 0;
    transform: translateY(-50%);
}

#t_list li.disabled a .day{
    color: #ebebeb !important;
}

#t_list li a .day span{
    padding-bottom: 8px;
    display: block;
    border-bottom: 3px solid #000;
}

#t_list li.disabled a .day span{
    border-color: #ebebeb !important;
}

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

#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:before{ background-image: url(../images/teaser/il01_off.png); background-size: contain;}
#t_list .i2 .ttl:before{ background-image: url(../images/teaser/il02_off.png); background-size: contain;}
#t_list .i3 .ttl:before{ background-image: url(../images/teaser/il03_off.png); background-size: contain;}
#t_list .i4 .ttl:before{ background-image: url(../images/teaser/il04_off.png); background-size: contain;}
#t_list .i5 .ttl:before{ background-image: url(../images/teaser/il05_off.png); background-size: contain;}
#t_list .i6 .ttl:before{ background-image: url(../images/teaser/il06_off.png); background-size: contain;}
#t_list .i7 .ttl:before{ background-image: url(../images/teaser/il07_off.png); background-size: contain;}
#t_list .i8 .ttl:before{ background-image: url(../images/teaser/il08_off.png); background-size: contain;}
#t_list .i9 .ttl:before{ background-image: url(../images/teaser/il09_off.png); background-size: contain;}
#t_list .i1 .ttl:before{ width: 130px; height: 226px; top: -12px; right: 25px;}
#t_list .i2 .ttl:before{ width: 126px; height: 228px; top: -50px; left: -40px;}
#t_list .i3 .ttl:before{ width: 122px; height: 229px; top: -24px; right:-40px;}
#t_list .i4 .ttl:before{ width: 145px; height: 239px; top: -50px; left: -20px;}
#t_list .i5 .ttl:before{ width: 135px; height: 230px; top: -25px; right: 40px;}
#t_list .i6 .ttl:before{ width: 136px; height: 233px; top: -30px; left: -50px;}
#t_list .i7 .ttl:before{ width: 127px; height: 266px; top: -40px; right: 0;}
#t_list .i8 .ttl:before{ width: 125px; height: 229px; top: -70px; left: -40px;}

#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/teaser/il09.png); background-size: contain;}
#t_list .i1 .ttl:after{ width: 130px; height: 226px; top: -12px; right: 0;}
#t_list .i2 .ttl:after{ width: 126px; height: 228px; top: -20px; left: -40px;}
#t_list .i3 .ttl:after{ width: 122px; height: 229px; top: -24px; right:-40px;}
#t_list .i4 .ttl:after{ width: 145px; height: 239px; top: -50px; left: -20px;}
#t_list .i5 .ttl:after{ width: 135px; height: 230px; top: -25px; right: 40px;}
#t_list .i6 .ttl:after{ width: 136px; height: 233px; top: -30px; left: -50px;}
#t_list .i7 .ttl:after{ width: 127px; height: 266px; top: -40px; right: 0;}
#t_list .i8 .ttl:after{ width: 125px; height: 229px; top: -70px; left: -40px;}

#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: #f43d79;
    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', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    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', '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    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;
}


/* --------------------------------------------------
*
    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 #0059bc;
    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: #0059bc;
}

#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 #0059bc;
    font-size: 28px;
    letter-spacing: .05em;
    font-family: 'Shin Maru Go Bold';
    color: #0059bc;
    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: #0059bc;
    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: #0059bc;
    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: #0059bc;
    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: #010159;
    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-color: #f9eeeb;
    overflow: hidden;
    position: relative;
}
#shop_list #m_img .map img {
    width: 783px;
    margin: 0 auto;
    padding: 70px 0 35px;
    display: block;
}
#shop_list #m_img .map:before {
    content: '';
    display: block;
    width: 399px;
    height: 560px;
    background-image: url(../images/stores/tori_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    margin-left: -475px;
    z-index: 1;
}
#shop_list #m_img .map:after {
    content: '';
    display: block;
    width: 419px;
    height: 567px;
    background-image: url(../images/stores/tori_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    margin-left: 470px;
    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: #ffb300;
    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/stores/parts_arrow.png);
    display: block;
    position: absolute;
    top: -3px;
    right: 0;
}
#store_nav .store2 .name:before {
    background-color: #ef3232;
}
#store_nav .store3 .name:before {
    background-color: #8a8ae5;
}
#store_nav .store4 .name:before {
    background-color: #816e78;
}
#store_nav .store5 .name:before {
    background-color: #ef643c;
}
#store_nav .store6 .name:before {
    background-color: #6eb346;
}
#store_nav .store7 .name:before {
    background-color: #9aacb4;
}
#store_nav .store8 .name:before {
    background-color: #46a9ef;
}
#store_nav .store9 .name:before {
    background-color: #ea5f95;
}
.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;
    z-index: 0;
}
.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;
}
#store1 .title h2 {
    filter: drop-shadow(1px 1px 30px rgba(255,159,17,1));
}
#store2 .title h2 {
    filter: drop-shadow(1px 1px 30px rgba(235,44,44,1));
}
#store3 .title h2 {
    filter: drop-shadow(1px 1px 30px rgba(118,116,220,1));
}
#store4 .title h2 {
    filter: drop-shadow(1px 1px 30px rgba(109,89,97,1));
}
#store5 .title h2 {
    filter: drop-shadow(1px 1px 30px rgba(235,81,50,1));
}
#store6 .title h2 {
    filter: drop-shadow(1px 1px 30px rgba(92,159,56,1));
}
#store7 .title h2 {
    filter: drop-shadow(1px 1px 30px rgba(133,149,158,1));
}
#store7 .title h2 {
    filter: drop-shadow(1px 1px 30px rgba(60,148,235,1));
}

.store_list .title_info {
    background-color: #fff;
}
.store_list .title_info > 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: 168px;
    top: -80px;
    left: -120px;
    transform: scale(-1, 1);
}
.store_list#store2 .title_info .tori {
    height: 167px;
    top: -80px;
    left: -110px;
}
.store_list#store3 .title_info .tori {
    height: 168px;
    top: -90px;
}
.store_list#store4 .title_info .tori {
    top: -95px;
}
.store_list#store5 .title_info .tori {
    height: 162px;
    left: -120px;
}
.store_list#store6 .title_info .tori {
    height: 161px;
}
.store_list#store7 .title_info .tori {
    height: 171px;
    top: -95px;
}
.store_list#store8 .title_info .tori {
    height: 200px;
    top: -110px;
}
.store_list#store9 .title_info .tori {
    height: 150px;
}

.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%;
    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 > div {
    padding: 15px;
    color: #b3b3b3;
}
.store_list li .link {
    background: #ffb300;
    color: #fff;
    border-radius: 0 0 20px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 1em 0;
}
.store_list#store2 li .link {
    background: #ef3232;
}
.store_list#store3 li .link {
    background: #8a8ae5;
}
.store_list#store4 li .link {
    background: #b28146;
}
.store_list#store5 li .link {
    background: #ff942b;
}
.store_list#store6 li .link {
    background: #6eb346;
}
.store_list#store7 li .link {
    background: #9aacb4;
}
.store_list#store8 li .link {
    background: #46a9ef;
}

.store_list {
    background-color: #ffe8b2;
}
.store_list#store2 {
    background-color: #fac1c1;
}
.store_list#store3 {
    background-color: #dcdcf7;
}
.store_list#store4 {
    background-color: #d8c2b1;
}
.store_list#store5 {
    background-color: #ffd4a1;
}
.store_list#store6 {
    background-color: #d3e8c7;
}
.store_list#store7 {
    background-color: #e0e6e8;
}
.store_list#store8 {
    background-color: #c7e5fa;
}
#bottom {
    border-radius: 0;
}
@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: 50px;
    top: 0;
    position: sticky;
}
#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%;
} */
#top_section #banner {
    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 (max-width: 1280px){
    #top {
        margin: 0;
    }
}
@media screen and (max-width: 1180px){
    #store_nav ul li {
        font-size: 16px;
    }
}
@media screen and (max-width: 820px){
    #top {
        padding: 5% 0;
    }
}
@media screen and (max-width: 750px) {
#head {
    top: -1px;
    position: sticky;
}    
#head.on {
    z-index: 102;
}
#wrap {
    padding: 20px 0 0 0;
}
#contents_area {
    overflow: initial;
}
#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
*
-------------------------------------------------- */
.top-wrapper .nomal {
    margin-left: 18.5vw;
}
#top {
    margin: -35px 0 -10px;
    padding: 0;
}
#mv{
    padding: 0;
}
#mv .title {
    width: 100%;
    top: 65px;
    left: 0;
    transform: initial;
}
#mv h1{
    width: 290px;
    height: 243px;
    margin: 0 auto;
}
#mv h2{
    width: 244px;
    height: 102px;
    margin: 0 auto;
}
#mv .sub_title {
    width: 206px;
    margin: 0 auto;
    top: 400px;
    right: 0;
    left: 0;
}
#mv .sub_title img {
    width: 100%;
}
.top-wrapper .reverse, .top-wrapper .reverse1 {
    margin-top: 3vw;
    margin-bottom: 3vw;
}
.top-wrapper .reverse2 {
    margin-top: 3vw;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
#mv .t_box{
    background-image: url(../images/home/parts_frame_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(556px/2);
    height: calc(322px/2);
    right: 17vw;
    bottom: -3.5vw;
}
.noscroll #mv .t_box{
    z-index: 0;
}
.noscroll .head_line {
    border-bottom: none;
    background-color: inherit;
}
#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: 31px;
    left: 27px;
}
#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: 23px;
    left: 26px;
}
#mv p img{
    width: 100%;
}

/* --------------------------------------------------
*
    #top_section
*
-------------------------------------------------- */
#top_section {
    margin: 20px 0 60px;
}
#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 #banner {
    min-height: initial;
}
#top_section #banner img {
    min-height: initial;
}
/* #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: 70px;
    top: auto;
    bottom: -5px;
}
#i_head .detail{
    width: 100px;
    height: 24px;
    font-size: 13px;
    bottom: 20px;
    left: calc(50% - 50px);
}
#index_list{
    margin-top: -10px;
    padding: 0 10px;
}

#index_list_inner{
    border-radius: 20px;
    /* margin-top: -33.333%; */
}

#i_head {
    padding-top: 33.333%;
    border-radius: 20px 20px 0 0;
}
#i_head .inner{
    width: 100%;
    min-height: 120px;
}

#i_head .inner h2{
    font-size: 9px;
    margin-top: 12px;
    padding: 5px 15px;
    white-space: nowrap;
}
#i_head .d {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 14px;
    top: calc((100% - 50px)/2);
    left: 2%;
}
#i_head .d span {
    border-bottom: 2px solid #fff;
}
#i_head .ttl{
    top: calc(50% + 15px);
}

#i_head h3{
    font-size: 14px;
}

#i_head h3 .s{
    margin-top: 0;
    font-size: 12px;
}

#i_head .detail{
    width: 100px;
    height: 24px;
    font-size: 13px;
    bottom: 20px;
    left: calc(50% - 50px);
}

#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: 16px;
    padding-left: 5px;
}
#t_list li a .day span {
    padding-bottom: 4px;
    border-bottom: 2px solid #000;
}
#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 .i1 .ttl:before{ width: calc(156px / 2.8); height: calc(238px / 2.8); top: -25px;}
#t_list .i2 .ttl:before{ width: calc(192px / 2.8); height: calc(219px / 2.8); top: -25px;}
#t_list .i3 .ttl:before{ width: calc(145px / 2.8); height: calc(216px / 2.8); top: -25px;}
#t_list .i4 .ttl:before{ width: calc(167px / 2.8); height: calc(234px / 2.8); top: -35px;}
#t_list .i5 .ttl:before{ width: calc(142px / 2.8); height: calc(233px / 2.8); top: -25px;}
#t_list .i6 .ttl:before{ width: calc(119px / 2.8); height: calc(236px / 2.8); top: -35px;}
#t_list .i7 .ttl:before{ width: calc(120px / 2.8); height: calc(260px / 2.8); top: -40px;}
#t_list .i8 .ttl:before{ width: calc(150px / 2.8); height: calc(218px / 2.8); top: -35px;}
#t_list .i9 .ttl:before{ width: calc(120px / 2.8); height: calc(260px / 2.8); top: -40px;}

#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;}
#t_list li:last-of-type {
    border-radius: 0 0 20px 20px;
}
#t_list li:last-of-type a {
    border-radius: 0 0 20px 20px;
}
#t_list li:last-of-type.disabled a:before{
    border-radius: 0 0 20px 20px;
}

#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 .map img {
    width: 98%;
    padding: 35px 0;
}
/* #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 .bg {
    min-height: 80px;
}
.store_list .title h2 {
    min-height: 80px;
}
.store_list .title_info .tori {
    display: none;
}
.store_list .title h2 {
    font-size: 20px;
    white-space: nowrap;
}
.store_list .title_info > 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;
    }
}