@charset "utf-8";
/*!
Theme Name: ash15
*/


* {
    margin: 0;
    padding: 0;
}


img {
    vertical-align: top;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast;
    }
}

hr,
legend {
    display: none;
}

ul {
    list-style: none;
}

.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearFix {
    min-height: 1px;
}

* html .clearFix {
    height: 1px;
    /*\*/
    /*/
  height: auto;
  overflow: hidden;
  /**/
}

a {
    overflow: hidden;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    transition: 0.8s ease-out;
}

a:hover {
    text-decoration: underline;
}

a:focus,
*:focus {
    outline: none;
}

a img{
    position: relative;
    transition: 0.8s ease-out;
}

a:hover img{
    filter: grayscale(100%);
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

* {
    box-sizing: border-box;
}


html {
    height: 100%;
    font-size: 62.5%;
}

body {
    font-family: 'Ibarra Real Nova', 'Shippori Mincho', serif;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 400;
    color: #000;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

body::before{
    content: "";
    left: 0;
    top: -588px;
    width: 100%;
    height: calc(100% + 588px);
    position: absolute;
    display: block;
    z-index: -100;
    background: url(images/bg.jpg) repeat;
}


input,
textarea,
button {
    font-family: 'Shippori Mincho', serif;
    letter-spacing: 0.06em;
    font-weight: 400;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    transition: 0.3s ease-out;
    cursor: pointer;
    color: #000;
    border: none;
}

svg {
    vertical-align: middle;
    fill: currentcolor;
}

.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.en {
    font-family: 'Ibarra Real Nova', 'Ibarra Real Nova', serif;
    font-weight: 400;
    letter-spacing: 0.1rem;
}

.en.italic {
    font-style: italic;
}

.link-box{
    width: 33rem;
    margin: 6rem auto 0;
    padding: 3.2rem 0;
    text-align: center;
    border: 1px solid;
    font-size: 2.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.link-box:hover{
    background: #000;
    color: #fff;
    border-color: #000;
    text-decoration: none;
}

.link-box:hover div,
.link-box:hover div::after{
    background: #fff;
}

.link-arrow {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.link-arrow div{
    position: relative;
    width: 4.4rem;
    height: 1px;
    background: #000;
    display: block;
    margin-right: 1.2rem;
    margin-bottom: 0.4rem;
    transition: 0.8s ease-out;
}

.link-arrow div::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.8rem;
    height: 1px;
    background: #000;
    transform-origin: right center;
    transform: rotate(45deg);
    transition: 0.8s ease-out;
}

.page-ttl {
    font-size: 5rem;
    line-height: 1.3;
    padding-bottom: 5.2rem;
    text-align: center;
    text-transform: uppercase;
}

.content-in {
    width: calc(1166 / 1366 * 100%);
    max-width: 1166px;
    margin-left: auto;
    margin-right: auto;
}

.content-in-sub {
    width: calc(920 / 1166 * 100%);
    margin-left: auto;
    margin-right: auto;
}

body:not(.home) .main-content-wapper{
    margin-bottom: 10rem;
}

.post-list img,
.thumbnail-img img,
.main-slider .swiper-slide img {
    width: 100%;
    height: auto;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.shop-page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    --ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    word-wrap: break-word;
}

.post-list-4{
    margin:0 -1.6rem;
}

.post-list-4 article {
    width: 25%;
    padding:0 1.6rem 4rem;
}

.post-list img{
    margin-bottom: 2.2rem;
}

.sub-main-content-in {
    width: 66%;
}

.side-menu {
    width: 24%
}

/*テキスト*/

.ttl-01{
    font-size: 5rem;
    line-height: 1.3;
}

.ttl-02{
    font-size: 4rem;
    line-height: 1.3;
}

.text-01{
    font-size: 1.6rem;
    line-height: 1.6;
}

/* ヘッダー */

.header-content-wrapper{
    padding-bottom: 6rem;
}

.header-content-in{
    position: relative;
    margin: 4rem 0 4.8rem;
}

.header-ttl{
    width: 36rem;
    margin: auto;
}

.header-ttl img{
    width: 100%;
}

.header-date{
    font-size: 2.2rem;
    position: absolute;
    left: 0;
    top: 2rem;
}

.header-search{
    position: absolute;
    right: 0;
    top: 2rem;
}

.header-search input{
    font-size: 1.4rem;
}

.search_bar_container form{
    border-bottom: 1px solid;
    padding-bottom: 0.6rem;
}

.search-ttl{
    font-weight: 500;
    padding-bottom: 6rem;
    font-size: 2rem;
}

.header-menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-menu li{
    padding-bottom: 0.4rem;
}

.header-menu li + li {
    margin-left: 2.4%;
}

.header-menu li > a,
.header-menu li > span{
    font-size: 1.6rem;
    padding: 0 0.2rem;
    text-transform: uppercase;
}

.header-menu li a svg{
    margin-top: -0.4rem;
}

.header-menu li > a:hover,
.header-menu li.header-current > a{
    text-decoration: underline;
}

.top-fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    pointer-events: none;
}

.top-date{
    position: absolute;
    left: 2.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    letter-spacing: 0.15rem;
}

.top-sns{
    position: absolute;
    right: 2.8rem;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: auto;
}

.sns-link{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sns-link{
    text-align: center;
}

.top-sns .sns-link{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.top-sns .sns-link li + li{
    padding-top: 3rem;
}

/* フッター */

.footer-content{
    background: #000;
    color: #fff;
    padding: 10rem 0 5rem;
}

.footer-content a{
    color: #fff;
}

.footer-instagram-container{
    padding-bottom: 10rem;
    margin-bottom: 6rem;
    border-bottom: 1px solid;
    text-align: center;
}

.footer-instagram-ttl{
    padding-bottom: 4rem;
}

.footer-instagram-tag{
    padding-bottom: 7.2rem;
    font-size: 1.8rem;
}

#sb_instagram{
    margin: auto;
    padding: 0 !important;
}

#sbi_images{
    margin: -10px !important;
}

.sbi_info{
    display: none;
}

.footer-instagram-link{
    margin-top: 6rem;
}

.footer-instagram-link div,
.footer-instagram-link div::after{
    background: #fff;
}

.footer-instagram-link:hover{
    background: #fff;
    color: #000;
    border-collapse: #fff;
}

.footer-instagram-link:hover div,
.footer-instagram-link:hover div::after{
    background: #000;
}

/**/

.footer-ttl{
    color: #fff;
    display: block;
    margin: auto;
    width: 36rem;
    padding-bottom: 7.2rem;
}

.footer-ttl img{
    width: 100%;
}

.footer-inner{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 6rem;
}

.footer-archive{
    font-size: 2rem;
}

.footer-archive li{
    padding-left: .7rem;
}

.footer-archive li + li::before{
    content:"/";
    padding-right: 0.2rem;
}


.footer-inner .sns-link ul{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-inner .sns-link li + li{
    padding-left: 2.8rem;
}

.footer-caution{
    font-size: 1.3rem;
    line-height: 1.3;
    padding-bottom: 1.2rem;
}

.footer-copyright{
    font-size: 1.4rem;
    line-height: 1.3;
}



/* トップへ戻るボタン */
.link-to-top {
    display: none;
    z-index: 9;
    position: fixed;
    right: 2.8rem;
    bottom: 0;
}

.link-to-top .link-arrow{
    color: #fff;
    font-size: 1.7rem;
    cursor: pointer;
    padding: 2rem 0.6rem 2rem;
    position: relative;
}

.link-to-top .link-arrow::after{
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.8s ease-out;
    width: 100%;
    z-index: -1;
    background: #000;
    opacity: 0.3;
}

.link-to-top .link-arrow:hover::after{
    opacity: 1;
}

.link-to-top .link-arrow div{
    width: 1px;
    height: 4.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.link-to-top .link-arrow div::after {
    top: 0;
    left: 0;
    bottom: unset;
    right: unset;
    transform-origin: left top;
    transform: rotate(45deg);
}

.link-to-top .link-arrow div,
.link-to-top .link-arrow div::after{
    background: #fff;
}


/*トップページ*/

/*トップページ　メイン*/

.top-main-container{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 4rem;
}

.top-main-container-header{
    width: 45%;
    padding-top: 4.2rem;
    padding-bottom: 4.8rem;
    position: relative;
}

.top-main-container-header::after{
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    background: #000;
    top: 0;
    right: 4rem;
    transform: rotate(15deg);
}

.top-main-number{
    padding-bottom: 4rem;
}

.top-main-number-inner{
    font-size: 10rem;
    line-height: 1.05;
}

.top-main-number-inner span{
    font-size: 7rem;
    padding-left: .6rem;
}

.top-main-area{
    font-size: 2.8rem;
}

.top-main-container-body{
    width: 45%;
}

.top-main-statement{
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 500;
}

.top-main-statement + .top-main-statement{
    padding-top: 1.6rem;
}

.top-main-link{
    padding-top: 3.2rem;
    font-size: 2rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*トップページ　オフィシャルイベント*/
.top-event-container{
    padding: 16rem 0 18rem;
}

.top-event-ttl{
    padding-bottom: 8rem;
    text-align: center;
}

.top-event-list{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-event-item{
    padding: 7.2rem 5.2rem 4.8rem;
    border: 1px solid;
    position: relative;
}

.top-event-item:nth-child(1),
.top-event-item:nth-child(2){
    width: 46%;
    margin-bottom: 4rem;
}

.top-event-item:nth-child(3){
    width: 100%;
}

.top-event-item::after{
    width: 6.6rem;
    height: 0.1rem;
    background: #000;
    top: 4.6rem;
    right: 1.2rem;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    display: block;
}

.top-event-ttl-en{
    padding-bottom: 2.8rem;
}

.top-event-ttl-inner{
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    margin-bottom: 3.2rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.top-eventttl-jp{
    font-size: 2.2rem;
    line-height: 1.3;
    padding-bottom: .8rem;
}

.top-event-catch{
    font-size: 2rem;
    line-height: 1.3;
}

.top-event-item:nth-child(3) .top-event-catch{
    margin-bottom: 2.8rem;
}

.top-event-text{
    text-align: justify;
    padding-bottom: 2.8rem;
}

.top-event-link{
    font-size: 1.6rem;
}

.top-event-item:nth-child(1) .top-event-link,
.top-event-item:nth-child(2) .top-event-link{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.top-event-link::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
}

/*トップページ　CREATOR・SHOP一覧*/

.top-list{
    padding-bottom: 10rem;
    margin-bottom: 10rem;
    border-bottom: 1px solid;
}

.top-category-ttl{
    text-align: center;
    padding-bottom: 8rem;
}

.post-list article{
    position: relative;
}

.post-list-count{
    position: absolute;
    z-index: 1;
    top: -1.2rem;
    left: 2.4rem;
    font-size: 2.2rem;
    color: #000;
}

.post-list .post-list-ttl {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: .8rem;
}

.main-content-in-stamprally .post-list-ttl{
    font-size: 1.6rem;
}

.post-list-genre{
    color: #6E6B68;
    line-height: 1.3;
    font-size: 1.3rem;
}

.post-list-genre a{
    color: #6E6B68;
}

.post-list-date{
    line-height: 1.3;
    font-size: 1.6rem;
    font-weight: 500;
}

.post-list-time{
    line-height: 1.3;
    font-size: 1.7rem;
    font-weight: 500;
}

.post-list .post-list-genre{
    padding-bottom: 1.4rem;
}

.post-list .post-list-date{
    padding-bottom: 0.8rem;
}

.entry-header .post-list-genre{
    padding-right: 2rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.entry-header .post-list-date{
    font-size: 2rem;
    padding-right: 1.2rem;
}

.entry-header .post-list-time{
    font-size: 1.9rem;
}

.side-menu .post-list-date{
    color: #6E6B68;
    font-size: 1.3rem;
    padding-bottom: 0.4rem;
}

.post-list-link{
    position: relative;
    font-size: 1.4rem;
    line-height: 1.3;
}

.entry-header .post-list-link{
    margin-bottom: 1rem;
}

.post-list-link-inner{
    margin-left: calc(12px + .6rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
}

.post-list-link-inner a{
    word-break: break-word;
}

.post-list-link svg{
    fill:#000;
    margin-right: .6rem;
    position: absolute;
    top: 2px;
    left: 0;
}

.post-list-link li:not(:last-child)::after{
    content:"/";
    padding: 0 .3rem;
    color: #6E6B68;
}

.top-list-link{
    margin-top: 6rem;
}

/*トップページ　EVENT*/

.top-info-container{
    padding-bottom: 12rem;
}

.top-info-list{
}

.top-info-item{
    position: relative;
    padding: 5rem 6rem;
    border: 1px solid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-info-item:nth-child(2){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.top-info-item + .top-info-item{
    margin-top: 3rem;
}

.top-info-body{
    width: 35%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-info-ttl-container{
    padding-bottom: 2.8rem;
}

.top-info-catch{
    font-size: 1.5rem;
    padding-bottom: 0.6rem;
}

.top-info-link{
    font-size: 1.6rem;
}

.top-info-link::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
}

.top-info-img{
    width: 60%;
}

.top-info-img img{
    width: 100%;
}

/*パンくず*/
.breadcrumbs {
    padding-bottom: 4.4rem;
    font-size: 1.2rem;
    line-height: 1.3;
}

.breadcrumbs a{
    text-decoration: underline;
}

/* アーカイブページ */
.archive-map{
    margin-bottom: 6rem;
}

.archive-map iframe{
    height: 48rem;
}

iframe{
    filter: saturate(0.6);
}

.archive-intro-container{
    padding-bottom: 7.2em;
}

.archive-intro-ttl{
    padding-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.4;
}

.archive-intro-text{
    font-size: 1.8rem;
    line-height: 2;
}

.archive-shops-text{
    font-size: 1.4rem;
    line-height: 2;
    padding-top: 4.8rem;
}

/* スタンプラリー */
.stamprally-intro-container{
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 8rem;
}

.stamprally-intro-img{
    width: 34%;
}

.stamprally-intro-img img{
    width: 100%;
}

.stamprally-intro-body{
    width: 52%;
}

.stamprally-intro-ttl{
    padding-bottom: 3rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2;
}

.post-type-archive-stamprally .post-list .post-list-genre{
    padding-bottom: 0.8rem;
}


/* 個別ページ */
.single-category-ttl{
    background: #000;
    color: #fff;
    font-size: 1.8rem;
    padding: 0.5rem 0.8rem;
    margin-bottom: 2.4rem;
    display: inline-block;
    text-transform: uppercase;
}

.entry-header{
    padding-bottom: 3.6rem;
}

.entry-header > .flex{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.single-ttl{
    font-size: 3.8rem;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 2.4rem;
}

.entry-body{
    font-size: 1.6rem;
    line-height: 2;
    text-align: justify;
    margin: 5.2rem 0;
}

.entry-body a{
    text-decoration: underline;
}

.entry-body p + p{
    margin-top: 1.6rem;
}

.single-other-img{
    margin: 3.2rem -1.6rem 0;
}

.single-other-img > li{
    padding: 0 1.6rem;
    text-align: center;
}

.single-other-img-1 > li{
    width: 100%;
}

.single-other-img-2 > li{
    width: 50%;
}

.single-other-img-3 > li{
    width: calc(100% / 3);
}

.sub-content {
    margin-top: 4.8rem;
}

.sub-content li + li{
    padding-top: 1.2rem;
}

.sub-content li{
    font-size: 1.6rem;
    line-height: 1.5;
}

.sub-content span{
    font-size: 1.6rem;
    min-width: 16%;
    padding-right: 1.6rem;
    display: inline-block;
    font-weight: 500;
}

.sub-content span.en{
    font-size: 2rem;
}

.sub-content a{
    text-decoration: underline;
}

.single-link{
    margin-top: 5.2rem;
    padding: 4.8rem 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.single-link-inner{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-link-inner + .single-link-inner{
    margin-top: 2.8rem;
}

.single-link-text-container{
    width: 60%;
    padding-right: 10%;
}

.single-link-category{
    font-size: 1.6rem;
    font-weight: 500;
    padding-bottom: 1rem;
}

.single-link-category span{
    font-size: 2.8rem;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0 1rem 0 1rem;
    margin-top: -0.2rem;
    display: inline-block;
}

.single-link-ttl{
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 500;
}

.single-link-link{
    margin-top: 2rem;
    font-size: 1.6rem;
}

.single-link-img{
    width: 40%;
}

.map-iframe{
    height: 36rem;
    margin-top: 6rem;
}

.map-link{
    margin-top: 1.2rem;
    font-size: 1.4rem;
    text-align: right;
}

.map-link a{
    text-decoration: underline;
}

.food-menu-ttl{
    margin: 4.8rem 0 -2.8rem;
    font-size: 2rem;
    line-height: 1.5;
}


/* サイドメニュー */

.side-menu {
}

.side-menu-category {
    font-size: 2.6rem;
    text-transform: uppercase;
    margin-bottom: 2.8rem;
}

.side-menu ul li {
    border-bottom: 1px solid;
    padding: 1.2rem 0;
}

.side-menu ul li a{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.side-menu-ttl {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.3;
}

/*ページ*/
.page-body{
    font-size: 1.6rem;
    line-height: 2;
}

/*ページ アバウト*/
.about-text{
    width: auto;
}

.about-text p + p{
    padding-top: 2rem;
}

/*404*/
.error404 .archive-intro-text{
    text-align: center;
}


/*----------------------------------------------------

PCのみ、中間地点

----------------------------------------------------*/

@media print,
    screen and (min-width: 768px) {
        .display-sp {
            display: none !important;
        }
}

@media print,
    screen and (max-width: 1180px) and (min-width: 1001px) {
        html {
            font-size: 56%;
        }

        .top-main-number-inner{
            font-size: 9rem;
        }

        .top-main-number-inner span{
            font-size: 6.5rem;
        }

        .top-main-area {
            font-size: 2.8rem;
        }
}

@media print,
    screen and (max-width: 1000px) and (min-width: 768px) {
        html {
            font-size: 52%;
        }
        
        .content-in{
            width: 86%;
        }

        .content-in-sub{
            width: 100%;
        }
        
        .side-menu{
            width: 28%;
        }
        
        .top-date {
            left: 2rem;
        }
        
        .top-sns {
            right: 1.4rem;
        }
        
        .top-main-container{
            width: 50%;
            margin-top: 0;
        }
        
        .top-main-container-header{
            width: 100%;
        }
        
        .top-main-container-header::after{
            display: none;
        }
        
        .top-main-container-body {
            width: 100%;
        }

        .post-list-4{
            margin:0 -2.2%;
        }

        .post-list-4 article {
            width: calc(100% / 3);
            padding:0 2.2% 3rem;
        }
}
/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/

@media screen and (max-width: 767px) {

    .display-pc {
        display: none !important;
    }
    
    .link-box{
        width: 72%;
        margin: 4rem auto 0;
        padding: 2.4rem 0;
        font-size: 1.8rem;
    }

    .link-arrow div{
        width: 3.2rem;
        margin-right: 0.8rem;
    }

    .link-arrow div::after {
        width: 0.6rem;
    }
    
    .content-in{
        width: 100%;
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    .content-in-sub{
        width: 100%;
    }

    .page-ttl {
        font-size: 3.8rem;
        padding-bottom: 3.6rem;
    }
    
    .post-list-4{
        margin:0 -3%;
    }

    .post-list-4 article {
        width: 50%;
        padding:0 3% 3rem;
    }

    .post-list img{
        margin-bottom: 1.2rem;
    }

    .sub-main-content-in {
        width: 100%;
    }

    .side-menu {
        width: 100%;
    }
    
    body:not(.home) .main-content-wapper {
        margin-bottom: 6rem;
    }

    /*テキスト*/

    .ttl-01{
        font-size: 3.8rem;
    }

    .ttl-02{
        font-size: 2.8rem;
    }

    .text-01{
        font-size: 1.5rem;
    }


    /* ヘッダー */

    .header-content-wrapper{
        padding-bottom: 3.6rem;
    }

    .header-content-in{
        margin: 1.6rem 0 0;
    }

    .header-ttl{
        width: 68%;
    }
    
    .header-date{
        position: relative;
        left: unset;
        top: unset;
        text-align: center;
        font-size: 1.7rem;
        padding-top: 1.4rem;
    }
    
    .menu-trigger-wrapper{
        position: fixed;
        top: 0;
        right: 0;
        background: #000;
        width: 5.2rem;
        height: 5.2rem;
        padding: 1.8rem 1.4rem;
        z-index: 2000;
        cursor: pointer;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: .4s ease;
    }
    
    .menu-trigger {
        position: relative;
        width: 100%;
    }
    
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 0.1rem;
        background-color: #fff;
    }

    .menu-trigger span:nth-of-type(1) {
        top: -.7rem;
    }
    
    .menu-trigger span:nth-of-type(2) {
        top: 0;
    }
    
    .menu-trigger span:nth-of-type(3) {
        top: .7rem;
    }

    .menu-trigger-wrapper.active .menu-trigger span:nth-of-type(1) {
        transform: translateY(7px) rotate(-45deg);
    }
    .menu-trigger-wrapper.active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger-wrapper.active .menu-trigger span:nth-of-type(3) {
        transform: translateY(-7px) rotate(45deg);
    }
    
    .page-menu{
        visibility: hidden;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
        background: #000;
        color: #fff;
        overflow: auto;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }
    
    .page-menu a{
        color: #fff;
    }

    .page-menu.openarea{
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .sp-menu{
        width: 100%;
        height: 100%;
    }

    .sp-menu-in{
        position: absolute;
        top: 50%;
        left: 0%;
        -webkit-transform: translateY( -50%);
        transform: translateY( -50%);
        width: 100%;
        text-align: center;
        padding: 8rem 4rem;
    }
    
    .sp-menu-search{
        margin-bottom: 4rem;
    }
    
    .sp-menu-search input{
        width: calc(100% - 2.4rem);
        color: #fff;
        font-size: 1.5rem;
    }
    
    .sp-menu-search svg{
        fill: #fff;
    }

    .search-ttl{
        padding-bottom: 4rem;
        font-size: 1.8rem;
    }
    
    .sp-menu nav{
        padding-bottom: 4.4rem;
    }
    
    .sp-header-menu-list li{
        text-align: left;
    }
    
    .sp-header-menu-list li + li{
        padding-top: 2rem;
    }

    .sp-header-menu-list a{
        font-size: 2.2rem;
        text-transform: uppercase;
    }

    .sp-header-menu-list li a svg{
        margin-right: 0.2rem;
        margin-top: -0.4rem;
    }

    .sp-header-menu-list > li > a:hover,
    .sp-header-menu-list > li.header-current > a{
        text-decoration: underline;
    }
    
    .sp-menu .sns-link li + li{
        padding-left: 3rem;
    }

    /* フッター */

    .footer-content{
        padding: 7.2rem 0 3.6rem;
    }

    .footer-instagram-container{
        padding-bottom: 6rem;
        margin-bottom: 3.6rem;
    }

    .footer-instagram-ttl{
        padding-bottom: 2.8rem;
    }

    .footer-instagram-tag{
        padding-bottom: 4rem;
        font-size: 1.4rem;
    }

    .footer-instagram-link{
        margin-top: 4rem;
    }
    
    .sbi_item{
        width: calc(100% / 3) !important;
    }
    
    #sbi_images{
        margin: auto !important;
    }

    /**/

    .footer-ttl{
        width: 72%;
        padding-bottom: 4.8rem;
    }

    .footer-inner{
        padding-bottom: 3.6rem;
    }

    .footer-archive{
        width: 100%;
        font-size: 1.4rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 2.8rem;
    }

    .footer-archive li{
        padding-left: .5rem;
    }

    .footer-inner .sns-link{
        width: 100%;
    }

    .footer-inner .sns-link li + li{
        padding-left: 2.8rem;
    }

    .footer-caution{
        font-size: 1.2rem;
        padding-bottom: 1.6rem;
    }

    .footer-copyright{
        font-size: 1.3rem;
    }


    /* トップへ戻るボタン */
    .link-to-top {
        right: 2.4rem;
    }

    .link-to-top .link-arrow{
        font-size: 1.3rem;
        padding: 1.6rem 0.5rem 1.4rem;
        position: relative;
    }

    .link-to-top .link-arrow div{
        height: 3.8rem;
        margin-bottom: .6rem;
    }


    /*トップページ*/

    /*トップページ　メイン*/

    .top-main-container{
        margin-top: 2rem;
    }

    .top-main-container-header{
        width: 100%;
        padding-top: 0;
        padding-bottom: 4.8rem;
        position: relative;
    }

    .top-main-container-header::after{
        display: none;
    }

    .top-main-number{
        padding-bottom: 2.8rem;
    }

    .top-main-number-inner{
        font-size: 7.2rem;
    }

    .top-main-number-inner span{
        font-size: 5rem;
        padding-left: .4rem;
    }

    .top-main-area{
        font-size: 2rem;
    }

    .top-main-container-body{
        width: 100%;
    }

    .top-main-statement{
        font-size: 1.6rem;
    }

    .top-main-statement + .top-main-statement{
        padding-top: 1.2rem;
    }

    .top-main-link{
        padding-top: 2.8rem;
        font-size: 1.8rem;
    }

    /*トップページ　オフィシャルイベント*/
    .top-event-container{
        padding: 10rem 0 8rem;
    }

    .top-event-ttl{
        padding-bottom: 4rem;
    }

    .top-event-item{
        padding: 6.8rem 2.8rem 4rem;
    }

    .top-event-item:nth-child(1),
    .top-event-item:nth-child(2){
        width: 100%;
        margin-bottom: 2.8rem;
    }

    .top-event-item::after{
        width: 6rem;
        top: 4rem;
        right: 1rem;
    }

    .top-event-ttl-en{
        padding-bottom: 2.4rem;
    }

    .top-event-ttl-inner{
        margin-bottom: 2.4rem;
    }

    .top-eventttl-jp{
        font-size: 1.8rem;
    }

    .top-event-catch{
        font-size: 1.8rem;
    }

    .top-event-item:nth-child(3) .top-event-catch{
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
        margin-bottom: 2.4rem;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .top-event-link{
        font-size: 1.5rem;
    }

    .top-event-item:nth-child(3) .top-event-link{
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    /*トップページ　CREATOR・SHOP一覧*/

    .top-list{
        padding-bottom: 6rem;
        margin-bottom: 6rem;
    }

    .top-category-ttl{
        padding-bottom: 6rem;
    }

    .post-list-count{
        top: -1.2rem;
        left: 1.6rem;
        font-size: 2rem;
    }

    .post-list .post-list-ttl {
        font-size: 1.6rem;
        padding-bottom: .6rem;
    }

    .main-content-in-stamprally .post-list-ttl{
        font-size: 1.6rem;
    }

    .post-list-genre{
        font-size: 1.2rem;
    }

    .post-list-date{
        font-size: 1.3rem;
    }

    .post-list-time{
        font-size: 1.6rem;
    }

    .post-list .post-list-genre{
        padding-bottom: 1rem;
    }

    .post-list .post-list-date{
        padding-bottom: 0.6rem;
    }

    .entry-header .post-list-genre{
        padding-right: 1.6rem;
        font-size: 1.3rem;
    }

    .entry-header .post-list-date{
        font-size: 2rem;
    }

    .entry-header .post-list-time{
        font-size: 1.6rem;
    }

    .side-menu .post-list-date{
        padding-bottom: 0.4rem;
    }

    .post-list-link{
        font-size: 1.3rem;
    }

    .post-list-link svg{
        margin-right: .4rem;
        top: 0;
    }

    .top-list-link{
        margin-top: 3.2rem;
    }

    /*トップページ　EVENT*/

    .top-info-container{
        padding-bottom: 8rem;
    }

    .top-info-item{
        padding: 4.8rem 2.8rem 3.2rem;
    }

    .top-info-item + .top-info-item{
        margin-top: 2rem;
    }

    .top-info-body{
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 3.2rem;
    }

    .top-info-ttl-container{
        padding-bottom: 1.6rem;
    }

    .top-info-catch{
        font-size: 1.4rem;
        padding-bottom: 0.4rem;
    }

    .top-info-link{
        font-size: 1.5rem;
    }

    .top-info-img{
        width: 100%;
    }


    /*パンくず*/
    .breadcrumbs {
        padding-bottom: 4rem;
        font-size: 1.1rem;
    }


    /* アーカイブページ */
    .archive-map{
        margin-bottom: 4rem;
    }
    
    .archive-map iframe{
        height: 36rem;
    }

    .archive-intro-container{
        padding-bottom: 5em;
    }

    .archive-intro-ttl{
        font-size: 1.8rem;
    }

    .archive-intro-text{
        font-size: 1.4rem;
    }
    
    .archive-shops-text{
        font-size: 1.2rem;
        padding-top: 3.2rem;
    }


    /* スタンプラリー */
    .stamprally-intro-container{
        padding-bottom: 6rem;
    }

    .stamprally-intro-img{
        width: 80%;
        margin: 0 0 2.4rem;
    }

    .stamprally-intro-body{
        width: 100%;
    }


    

    /* 個別ページ */
    .single-category-ttl{
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .entry-header{
        padding-bottom: 1.6rem;
    }

    .single-ttl{
        font-size: 2.8rem;
        padding-bottom: 1.6rem;
    }

    .main-content-in-event .single-ttl{
        padding-bottom: 2rem;
    }

    .entry-body{
        font-size: 1.5rem;
        margin: 4.8rem 0;
    }

    .single-other-img{
        margin: 1.6rem 0 0;
    }

    .single-other-img > li{
        padding: 0;
    }
    .single-other-img > li + li{
        padding-top: 1.6rem;
    }

    .single-other-img-2 > li{
        width: 100%;
    }

    .single-other-img-3 > li{
        width: 100%;
    }

    .sub-content {
        margin-top: 4.2rem;
    }

    .sub-content li + li{
        padding-top: 1.5rem;
    }

    .sub-content li{
        font-size: 1.5rem;
    }

    .sub-content span{
        font-size: 1.5rem;
        min-width: auto;
        font-weight: 500;
        display: block;
        padding-right: 0;
        padding-bottom: 0.3rem;
    }

    .sub-content span.en{
        font-size: 1.7rem;
    }

    .single-link{
        margin-top: 5.2rem;
    }
    
    .single-link-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .single-link-text-container{
        width: 100%;
        padding-right: 0;
        padding-top: 2.8rem;
    }

    .single-link-category{
        font-size: 1.4rem;
        padding-bottom: 2.4rem;
    }

    .single-link-category span{
        font-size: 2.6rem;
        margin-top: -0.1rem;
    }

    .single-link-ttl{
        font-size: 2rem;
    }

    .single-link-link{
        margin-top: 2rem;
        font-size: 1.5rem;
    }

    .single-link-img{
        width: 100%;
    }

    .map-iframe{
        height: 28rem;
        margin-top: 4rem;
    }

    .food-menu-ttl{
        margin: 3.2rem 0 -1.6rem;
    }


    /* サイドメニュー */

    .side-menu {
        padding-top: 8rem;
    }

    .side-menu-category {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    

    /*ページ*/
    .page-body{
        font-size: 1.5rem;
    }

    /*ページ アバウト*/

    .about-text{
        text-align: justify;
    }

    .about-text p + p{
        padding-top: 1.6rem;
    }


}

@media print,
    screen and (max-width: 320px){
        html {
            font-size: 56%;
        }
}