@charset "utf-8";
/*------------------------------------------------------------------------------------------
    home.css (aggregated)
    Source order: base -> header -> mv -> top-section -> index -> shop -> responsive
------------------------------------------------------------------------------------------ */

/* ===== home/base.css ===== */
body{
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
}

body.is-ready {
    -webkit-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease;
    opacity: 1;
    visibility: visible;
}

body::before {
    content: '';
    display: block;
    width: 100%;
    /* min-width: 1060px; */
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 1s ease;
    background-image: url(../images/bg1.webp);
    background-size: 1410px 1500px;
}

#home #head h1 a {
    opacity: 1;
    cursor: pointer;
}
/* ===== home/header.css ===== */
/* --------------------------------------------------
*
    #t_head
*
-------------------------------------------------- */

#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 a:focus-visible{
    opacity: .7;
}

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

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

/* ===== home/mv.css ===== */
/* --------------------------------------------------
*
    #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;
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.swiper-slide img {
    width: 100%;
}

.bg_top .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bg_top .swiper-slide {
    background-size: cover;
}

.bg_top .swiper-slide.slide1 {
    background-image: url(../images/home/bg_main01.webp);
}

.bg_top .swiper-slide.slide2 {
    background-image: url(../images/home/bg_main02.webp);
}

.bg_top .swiper-slide.slide3 {
    background-image: url(../images/home/bg_main03.webp);
}

.bg_top .swiper-slide.slide4 {
    background-image: url(../images/home/bg_main04.webp);
}

.bg_top .swiper-slide.slide5 {
    background-image: url(../images/home/bg_main05.webp);
}

.bg_top .swiper-slide.slide6 {
    background-image: url(../images/home/bg_main06.webp);
}

.bg_top .swiper-slide.slide7 {
    background-image: url(../images/home/bg_main07.webp);
}

.bg_top .swiper-slide.slide8 {
    background-image: url(../images/home/bg_main08.webp);
}

.bg_top .swiper-slide.slide9 {
    background-image: url(../images/home/bg_main09.webp);
}

.bg_top,
#top {
    opacity: 0;
    transition: opacity .5s;
}

.top-wrapper {
    -webkit-transform: translateZ(0) rotate(57deg);
    transform: translateZ(0) rotate(57deg);
    -webkit-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    z-index: 1;
    top: -36vw;
    left: 3vw;
    will-change: transform;
}

.top-wrapper .swiper-container,
.top-wrapper .swiper-wrapper,
.top-wrapper .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.top-wrapper .swiper-wrapper {
    will-change: transform;
}

.top-wrapper .swiper-slide {
    /* width: 224px;
    margin: 5px 40px; */
    width: 16vw;
    margin: .35vw 2.85vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;    
}

.top-wrapper .swiper-slide img {
    width: 100%; 
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    box-sizing: border-box;
    -webkit-transform: rotate(-58deg) translateZ(0);
    transform: rotate(-58deg) translateZ(0);
    display: block;
}

#mv{
    width: 100%;
    height: 614px;
    position: relative;
    background-image: url(../images/home/bg_main01.webp);
    background-size: 1440px 614px;
    overflow: hidden;
}

#top {
    width: 100vw;
    height: 100%;
    overflow: hidden;
}

.head_line {
    width: 100%;
    height: 12px;
    background-color: #fffa65;
    border-bottom: 2px solid #eb6100;
    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: 356px;
    height: 178px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    opacity: 0;
    transition: opacity .5s;
}

#mv .is-visible {
    opacity: 1 !important;
}

#mv .is-all-visible, .countdown .is-all-visible {
    opacity: 1 !important;
    animation: none !important;
}

#mv .sub_title {
    position: absolute;
    top: 20px;
    right: 2vw;
    z-index: 1;
    opacity: 0;
}

#mv .sub_title.is-visible {
    -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;
}

#mv .sub_title.is-floating {
  animation: 3s fuwafuwa infinite;
}

.countdown .t_box{
    width: calc(480px/2);
    height: calc(766px/2);
    background-image: url(../images/home/parts_frame.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -20px;
    right: 140px;
    pointer-events: none;
    z-index: 121;
    opacity: 0;
}

.countdown .t_box.is-visible{
    -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;
}

.countdown .t_box.pre{
    background-image: url(../images/home/parts_frame_pre.webp);
}

.countdown .t_box.end{
    background-image: url(/seikatsunotanoshimi/common/images/tori/tori66.svg);
    width: 164px;
    height: 230px;
    bottom: 5px;
}

.countdown .t_box p {
    color: #0045c7;
    position: relative;
    top: 26px;
    left: 30px;
    pointer-events: none;
}

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

.countdown .t_box p span {
    font-size: 100px;
    font-family: 'Shin Maru Go Bold';
}

.countdown .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;
}
/* ===== home/top-section.css ===== */
/* --------------------------------------------------
*
    #top_section
*
-------------------------------------------------- */
#top_section {
    margin: 20px 0 10px;
}

#top_section section {
    /* min-height: 254px; */
    margin: 0 5px;
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(10px 0 10px rgba(0,0,0,0.4));
    will-change: filter;
}

#top_section .banner {
    background-color: initial;
}

#top_section section.banner img {
    border-radius: 5px;
}

#top_section .top_section_inner {
    margin: 10px 0;
}

#top_section .textlive h2 {
    height: 34px;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
    background-color: #0045c7;
    color: #fff;
    letter-spacing: .05em;
    position: relative;
    border-radius: 5px 5px 0 0;
}

#top_section #s_textlive2.textlive h2 {
    background-color: #00c971;
}

#top_section .textlive h2 span {
    position: relative;
    display: inline-block;
}

#top_section #s_textlive.textlive h2 span::before {
    content: '';
    position: absolute;
    left: -64px;
    top: -10px;
    width: 61px;
    height: 49px;
    background-image: url(../images/home/icon-sugano@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#top_section #s_textlive.textlive h2 span::after {
    content: '';
    position: absolute;
    right: -60px;
    top: -14px;
    width: 61px;
    height: 63px;
    background-image: url(../images/home/icon-matsumoto@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#top_section #s_textlive2.textlive h2 span::before {
    content: '';
    position: absolute;
    left: -47px;
    top: -4px;
    width: 44px;
    height: 41px;
    background-image: url(../images/home/icon-megaphone@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#top_section .textlive .inner {
    width: 100%;
    box-sizing: border-box;
    display: table;
    vertical-align: top;
}

#top_section .textlive .t_inner {
    padding: 30px;
    vertical-align: middle;
}

#top_section .textlive .col_l {
    width: 100%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    vertical-align: top;
}

#top_section .textlive .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

#top_section .textlive .title .face {
    display: none;
}

#top_section .textlive .title h3 {
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.75em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

#top_section .textlive .desc p {
    font-size: 12px;
    color: #666;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

#top_section .textlive .date {
    font-size: 12px;
    color: #0045c7;
    position: absolute;
    bottom: 5px;
    left: 0;
}

#top_section #s_textlive2.textlive .date {
    color: #00c971;
}

#top_section .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 #0045c7;
    color: #0045c7;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    right: 20px;
    white-space: nowrap;
    transition: background .1s ease .0s, color .1s ease .0s;
}
#top_section #s_textlive2.textlive .btn_more {
    border: 1px solid #00c971;
    color: #00c971;
}
#top_section .textlive .img {
    width: auto;
    height: 100%;
    margin: 0 0 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#top_section .textlive .img img {
    width: 100%;
    opacity: 0 !important;
}

#top_section .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;
    border-radius: 5px 5px 0 0;
}

#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: 149px;
    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: #000;
}

#top_section #s_news .desc p {
    font-size: 12px;
    line-height: 1.875em;
    color: #666;
}

.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(235,97,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;
}
/* ===== home/index.css ===== */
/* --------------------------------------------------
*
    #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;
    border: 2px solid #fff;
    filter: drop-shadow(9px 0 32px rgba(80, 123, 152,1));
}

#i_head{
    border-radius: 37px 37px 0 0;
    background: url(/seikatsunotanoshimi/2026_summer/common/images/home/bg_title.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    height: 0;
    padding-top: 8%;
}

#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 a:focus-visible{
    background-color: rgba(255, 255, 255, .5);
}

#i_head .inner{
    width: 680px;
    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;
    font-family: 'Shin Maru Go Bold';
}

#i_head .inner img {
    position: absolute;
}

#i_head .inner img.tori1 {
    left: 0;
    top: -70px;
    transform: rotate(-15deg);
}

#i_head .inner img.tori2 {
    right: 0;
    top: -70px;
    transform: scale(-1, 1) rotate(-15deg);
}

#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);
}

#i_head a:focus-visible .detail{
    background-color: #ffe200;
    transform: scale(1.1);
}

#t_list{
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-top: 2px solid #fff;
    border-radius: 0 0 40px 40px;
}

#t_list li:last-of-type {
    border-radius: 0 0 40px 40px;
}

#t_list li:nth-child(even){
    background-color: rgba(184, 244, 207, 1);
}

#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:focus-visible{
    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 a:focus-visible .day{ transition: color .15s ease;}
#t_list li a:focus-visible .day span{ transition: border .15s ease;}
#t_list li a:focus-visible .day{ color: #ffe200;}
#t_list li a:focus-visible .day span{ border-color: #ffe200;}
#t_list li a:focus-visible: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/pre/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(/seikatsunotanoshimi/2026_summer/common/images/pre/il01.png);}
#t_list .i2 .ttl:after{ background-image: url(/seikatsunotanoshimi/2026_summer/common/images/pre/il02.png);}
#t_list .i3 .ttl:after{ background-image: url(/seikatsunotanoshimi/2026_summer/common/images/pre/il03.png);}
#t_list .i4 .ttl:after{ background-image: url(/seikatsunotanoshimi/2026_summer/common/images/pre/il04.png);}
#t_list .i5 .ttl:after{ background-image: url(/seikatsunotanoshimi/2026_summer/common/images/pre/il05.png);}
#t_list .i6 .ttl:after{ background-image: url(/seikatsunotanoshimi/2026_summer/common/images/pre/il06.png);}
#t_list .i7 .ttl:after{ background-image: url(/seikatsunotanoshimi/2026_summer/common/images/pre/il07.png);}
#t_list .i8 .ttl:after{ background-image: url(/seikatsunotanoshimi/2026_summer/common/images/pre/il08.png);}
#t_list .i9 .ttl:after{ background-image: url(/seikatsunotanoshimi/2026_summer/common/images/pre/il09.png);}

#t_list .i1 .ttl:after{ width: 130px; height: 234px; top: -12px;}
#t_list .i1 .ttl:after{ right: 0;}

#t_list .i2 .ttl:after{ width: 133px; height: 252px; left: -40px;}
#t_list .i2 .ttl:after{ top: -50px;}

#t_list .i3 .ttl:after{ width: 136px; height: 235px; top: -40px; right:-40px;}
#t_list .i4 .ttl:after{ width: 168px; height: 274px; top: -75px; left: -90px;}
#t_list .i5 .ttl:after{ width: 205px; height: 230px; top: -25px; right: -50px;}
#t_list .i6 .ttl:after{ width: 137px; height: 269px; top: -70px; left: -70px;}
#t_list .i7 .ttl:after{ width: 121px; height: 244px; top: -40px; right: -40px;}
#t_list .i8 .ttl:after{ width: 160px; height: 253px; top: -60px; left: -50px;}

#t_list .point{
    width: 72px;
    height: 72px;
    border-radius: 72px;
    background-color: #00c971;
    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 a:focus-visible .point{
    transform: scale(1.1);
}

#t_list .disabled a:hover .point{ transform: inherit !important;}
#t_list .disabled a:focus-visible .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;
}


/* --------------------------------------------------
*
    .banner-link
*
-------------------------------------------------- */
.banner-link {
  max-width: 1400px;
  margin: 0 auto 40px;
  padding: 0 20px;
  position: relative;
}
.banner-link a {
  position: absolute;
  color: #fff;
  top: calc(50% - 45px);
  left: 0;
  right: 0;
  transform: translate(0, 50%);
  text-align: center;
  font-size: min(3.2vw, 30px);
  font-weight: bold;
}
.banner-link a::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 36px;
  background-image: url(../images/arrow_right_l.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transition: transform .15s ease;
  position: relative;
  top: 6px;
  left: 5px;
}
.banner-link a img {
  filter: drop-shadow(10px 0 10px rgba(0, 0, 0, .4))
}
@media (any-hover: hover) {
  .banner-link a:hover {
    opacity: 0.7;
  }
  .banner-link a:hover::after {
    transform: translateX(10px);
  }
}

.banner-link a:focus-visible {
    opacity: 0.7;
}

.banner-link a:focus-visible::after {
    transform: translateX(10px);
}

/* --------------------------------------------------
*
    #contents_list
*
-------------------------------------------------- */
#contents_list {
    background-color: #fff;
    margin: 0 auto 60px;
    padding: 30px 0;
    position: relative;
    border-top: 4px solid #0045c7;
    border-bottom: 4px solid #0045c7;
}

#contents_list h2 {
    width: 188px;
    margin: 0 auto 18px;
}

#contents_list h2 img {
    width: 100%;
}

#contents_list .contents_slider {
    padding: 30px 58px;
    position: relative;
    overflow: hidden;
}

#contents_list .swiper-slide a {
    display: block;
    color: #1f3650;
}

#contents_list .thumb {
    margin-bottom: 12px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
}

#contents_list .thumb img {
    width: 100%;
    display: block;
    
}

#contents_list .ttl {
    font-size: min(1.6vw, 17px);
    line-height: 1.33;
    font-weight: bold;
    color: #0045c7;
    margin-bottom: 8px;
    letter-spacing: .01em;
}

#contents_list .desc {
    font-size: 16px;
    line-height: 1.5;
    color: #828282;
}

#contents_list .contents_nav {
    width: 44px;
    height: 44px;
    border: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    position: absolute;
    top: 112px;
    transform: translateY(-50%);
    z-index: 3;
    background: no-repeat;
}

#contents_list .contents_nav:before {
    content: '';
    display: block;
    width: 80px;
    height: 94px;
    background-image: url(../images/arrow_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
}

#contents_list .contents_nav.prev {
    left: 10px;
}

#contents_list .contents_nav.prev:before {
    transform: translate(-50%, -50%) scale(-1, 1);
}

#contents_list .contents_nav.next {
    right: 10px;
}

#contents_list .contents_nav.next:before {
    transform: translate(-50%, -50%);
}

#contents_list .contents_nav.swiper-button-disabled {
    opacity: .3;
    cursor: default;
}
#bottom {
    border-radius: 0;
}
/* ===== home/shop.css ===== */
/* --------------------------------------------------
*
    #shop_list
*
-------------------------------------------------- */
#shop_head {
    background: url(../images/home/title-store.png) no-repeat center center;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 0;
    padding-top: 14.944%;
    margin-top: -30px;
    margin-bottom: -1em;
}

#shop_head .inner {
    min-height: 1em;
    text-align: center;
    position: absolute;
    top: 57%;
    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: #fdf4cb;
    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: 415px;
    height: 497px;
    background-image: url(../images/stores/tori_1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    margin-left: -470px;
    z-index: 1;
}

#shop_list #m_img .map:after {
    content: '';
    display: block;
    width: 408px;
    height: 501px;
    background-image: url(../images/stores/tori_2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 90px;
    transform: translateX(-50%);
    margin-left: 465px;
    z-index: 1;
}

.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: 185px;
    top: -80px;
    left: -120px;
    transform: scale(-1, 1);
}
.store_list#store2 .title_info .tori {
    height: 177px;
    top: -80px;
    left: -110px;
}
.store_list#store3 .title_info .tori {
    height: 212px;
    top: -110px;
    left: -100px;
}
.store_list#store4 .title_info .tori {
    height: 176px;
    left: -130px;
}
.store_list#store5 .title_info .tori {
    height: 183px;
}
.store_list#store6 .title_info .tori {
    height: 165px;
}
.store_list#store7 .title_info .tori {
    height: 176px;
}
.store_list#store8 .title_info .tori {
    height: 190px;
}

.store_list .title_info .tori img {
    height: 100%;
}

.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 a:focus-visible {
    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 > div {
    padding: 15px;
    color: #b3b3b3;
}

.store_list li .link {
    background: #ffc900;
    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: #2ad356;
}

.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: #b9f4ce;
}
.store_list#store7 {
    background-color: #e0e6e8;
}
.store_list#store8 {
    background-color: #c7e5fa;
    padding-bottom: 50px;
}
/* ===== home/responsive.css ===== */
@media (max-width: 750px){
/*------------------------------------------------------------------------------------------
*
*
    max-width: 750px
*
*
------------------------------------------------------------------------------------------ */

#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;
}

}
@media (min-width : 751px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 751px
*
*
------------------------------------------------------------------------------------------ */
.top-wrapper .reverse,
.top-wrapper .reverse1,
.top-wrapper .reverse2 {
    width: 100%;
    /* margin-left: 150px; */
    margin-left: 10.71vw;
}
#contents_area {
    padding: 0;
}
#head {
    padding: 0 20px;
    height: 50px;
    top: 0;
    position: sticky;
}

#top_section .top_section_inner {
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 10px auto;
    padding: 0 40px;
}
#top_section .banner, #top_section #s_news {
    width: calc((100% - 5px)/2);
    min-height: initial;
}
#top_section #s_news > a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
#top_section #s_news .inner {
    flex: 1;
    min-height: 0;
}
#top_section #s_news .news_wrap {
    height: 100%;
    max-height: none;
}
#top_section .textlive {
    width: 63%;
}
#top_section #s_textlive2.textlive {
    width: 38%;
}
#top_section .textlive .inner {
    display: block;
}
#top_section .textlive .t_inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    grid-template-rows: auto auto auto;
    gap: 15px 20px;
    align-items: flex-start;
    padding: 20px;
}
#top_section #s_textlive2.textlive .t_inner {
    grid-template-columns: minmax(0, 1fr) 140px;
    gap: 12px 16px;
    padding: 22px 20px;
}
#top_section .textlive .title {
    grid-column: 1;
    grid-row: 1;
}
#top_section .textlive .desc {
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 0 !important;
}
#top_section .textlive .btm {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
#top_section .textlive .img {
    grid-column: 2;
    grid-row: 1 / 4;
    width: 100%;
    max-width: 190px;
    margin: 0;
}
#top_section #s_textlive2.textlive .img {
    max-width: 140px;
    grid-column: 2;
    grid-row: 2 / 4;
}
#top_section #s_textlive2.textlive .title {
    grid-column: 1 / 3;
    grid-row: 1;
}
#top_section #s_textlive2.textlive .desc {
    grid-column: 1;
    grid-row: 2;
}
#top_section #s_textlive2.textlive .btm {
    grid-column: 1;
    grid-row: 3;
}
#top_section .textlive .date,
#top_section .textlive .btn_more {
    position: static;
}
#top_section .textlive .col_l {
    display: contents;
}
#top_section .textlive .col_r {
    display: contents;
}
.banner_list {
    max-width: 1280px;
    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;
}

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

#shop_list .desc{
    min-height: 4em;
}
.store_list .title_info > div > div:not(.tori) {
    width: max-content;
    margin: 0 auto;
}



} /* ----- min-width : 751px ----- */
@media (orientation: portrait) and (min-width: 751px){
    /* #mv {
        height: 614px;
    } */
    /* .top-wrapper {
        left: -6vw;
    } */
}
@media (min-width: 1441px){
    #mv {
        height: min(766px, 50vw);
    }
}
@media (max-width: 1180px){
    .top-wrapper {
        top: -30vw;
        left: -2vw;
    }
}
@media (max-width: 750px) {
#head {
    top: -1px;
    position: sticky;
}
#head.on {
    z-index: 102;
}
#wrap {
    padding: 20px 0 0 0;
}
#home #wrap {
    padding: 0;
}
#contents_area {
    overflow: initial;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
.top-wrapper {        
    width: 240vw;
    top: -40vw;
    left: -58vw;
}
.top-wrapper .swiper-slide {
    width: 40vw;
    margin: -.05vw 6.2vw;
}
.top-wrapper .nomal {
    margin-left: 26vw;
}
#mv{
    height: 714px;
    padding: 0;
}
#mv .title {
    width: 100%;
    top: 50px;
    left: 0;
    transform: initial;
}
#mv h1{
    width: 320px;
    height: 274px;
    margin: 0 auto;
}
#mv h2{
    width: 280px;
    height: 142px;
    margin: -24px auto 0;
}
#mv .sub_title {
    width: 254px;
    margin: 0 auto;
    top: 418px;
    right: 0;
    left: 0;
}
#mv .sub_title img {
    width: 100%;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.countdown .t_box{
    background-image: url(../images/home/parts_frame_sp.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(556px/2);
    height: calc(322px/2);
    right: 3vw;
    bottom: -1vw;
}
.noscroll .countdown .t_box{
    z-index: 0;
}
.noscroll .head_line {
    border-bottom: none;
    background-color: inherit;
}
.countdown .t_box{
    background-image: url(../images/home/parts_frame_sp.webp);
}

.countdown .t_box.pre{
    background-image: url(../images/home/parts_frame_pre_sp.webp);
}
.countdown .t_box.end{
    width: calc(196px/2);
    height: calc(287px/2);
    bottom: 0;
    right: 10vw;
}

.countdown .t_box p{
    display: inline-block;
    top: 38px;
    left: 24px;
}
.countdown .t_box p span {
    font-size: 52px;
}
.countdown .t_box.pre p {
    font-size: 16px;
    line-height: 2em;
    top: 10px;
    left: 6px;
}
.countdown p img{
    width: 100%;
}

/* --------------------------------------------------
*
    #top_section
*
-------------------------------------------------- */
#top_section {
    margin: 20px 0;
}
#top_section section {
    margin: 0 20px 20px 20px;
    max-height: initial;
}
#top_section .textlive h2 {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
}
#top_section .textlive .inner {
    position: relative;
}
#top_section .textlive .t_inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
}
#top_section .textlive .col_l {
    padding: 5px 0 0 0;
}
#top_section .textlive .title h3 {
    margin: 0;
    text-overflow: ellipsis;
    font-size: 14px;
}
#top_section .textlive .desc {
    margin: 0 0 15px 0;
}
#top_section .textlive .img {
    grid-row: 3;
}
#top_section .textlive .desc p {
    max-height: 4.5em;
    min-height: auto;
    font-size: 13px;
}
#top_section .textlive .btm {
    grid-row: 4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#top_section .textlive .date {
    position: static;
}
#top_section .textlive .btn_more {
    position: static;
    font-size: 12px;
    width: auto;
    min-width: 92px;
    padding: 0 12px;
    text-indent: 0;
}
#top_section .textlive .col_r {
    padding: 0 0 30px 0;
    vertical-align: top;
}
#top_section .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 .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 {
    max-height: 24vh;
    -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: auto;
    height: 100px;
    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;
    overflow: initial;
}
#t_list li:last-of-type {
    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:focus-visible: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 .i1 .ttl:after{ width: calc(250px / 5.8); height: calc(454px / 5.8); top: -25px;}
#t_list .i2 .ttl:after{ width: calc(250px / 5.8); height: calc(504px / 5.8); top: -25px;}
#t_list .i3 .ttl:after{ width: calc(278px / 5.8); height: calc(458px / 5.8); top: -25px;}
#t_list .i4 .ttl:after{ width: calc(268px / 5.8); height: calc(506px / 5.8); top: -35px;}
#t_list .i5 .ttl:after{ width: calc(266px / 5.8); height: calc(458px / 5.8); top: -25px;}
#t_list .i6 .ttl:after{ width: calc(254px / 5.8); height: calc(470px / 5.8); top: -35px;}
#t_list .i7 .ttl:after{ width: calc(260px / 5.8); height: calc(482px / 5.8); top: -40px;}
#t_list .i8 .ttl:after{ width: calc(268px / 5.8); height: calc(532px / 5.8); top: -35px;}


#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: 16% !important;
    white-space: nowrap;
}

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





/* --------------------------------------------------
*
    .banner-link
*
-------------------------------------------------- */
.banner-link a {
  font-size: 18px;
  top: 35%;
}
.banner-link a::after {
  width: 12px;
  height: 19px;
  top: 2px;
}
/* --------------------------------------------------
*
    #contents_list
*
-------------------------------------------------- */
#contents_list {
    margin-bottom: 34px;
}

#contents_list h2 {
    width: 140px;
    margin-bottom: 10px;
}

#contents_list .contents_slider {
    border-radius: 14px;
    padding: 18px 30px;
}

#contents_list .ttl {
    font-size: 16px;
    margin-bottom: 6px;
}

#contents_list .desc {
    font-size: 13px;
    line-height: 1.5;
}

#contents_list .contents_nav {
    width: 30px;
    height: 30px;
    top: 82px;
}

#contents_list .contents_nav:before {
    width: 32px;
    height: 37px;
}

#contents_list .contents_nav.prev {
    left: 2px;
}

#contents_list .contents_nav.next {
    right: 2px;
}
/* --------------------------------------------------
*
    #shop_list
*
-------------------------------------------------- */
#shop_head {
    padding-top: 35%;
    background: url(../images/home/title-store-sp.png) no-repeat center center;
    background-size: 100% auto;    
}
#shop_head .inner {
    top: 54%;
}
#shop_head .inner h2 {
    font-size: 20px;
}
#shop_list #m_img .map img {
    width: 98%;
    padding: 35px 0;
}

.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 (max-width: 520px) {
#shop_list li{
    width: 100%;
}
}
@media (max-width: 350px) {
    #t_list h3 {
        font-size: 12px;
    }
}