@charset "utf-8";
/*!
Theme Name: ash14
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ash13
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ash13 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


* {
    margin: 0;
    padding: 0;
}


img {
    /*
display:block;
*/
    vertical-align: top;
    border: none;
    margin: 0;
    padding: 0;
}

* html * {
    /*font-family:YuGothic, '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',"メイリオ","Meiryo", Osaka, sans-serif;*/
}

*:first-child + html * {
    /*font-family:YuGothic, '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',"メイリオ","Meiryo", Osaka, sans-serif;*/
}

.clr {
    clear: both;
}

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: #1F3E6D;
    text-decoration: none;
}

a.loaded{
    transition: 0.5s ease-out;
}

a:hover {
    text-decoration: underline;
}

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

a img{
    position: relative;
}

a:hover img{
    opacity: 0.7;
}

* {
    box-sizing: border-box;
}


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

/*body,.main-content-in
{
	min-height: 100%;
}
*/
body {
    font-family: 'Noto Sans', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #1F3E6D;
    background: #D6D3CF;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
}


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: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.en-lower{
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
}

.link-box-border{
    border: 2px #1F3E6D solid;
    font-weight: 500;
    padding:1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.link-box-border:hover{
    text-decoration: none;
    background: #1f3e6d;
    color: #d6d3cf;
}

.page-ttl {
    font-size: 5rem;
    padding-bottom: 5.2rem;
}

.content-in {
    margin: 0 auto;
}

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

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 3.6rem;
}

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

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

.side-menu {
    width: 24%
}



/* ヘッダー */

.header-content-in,
.footer-content-in{
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-content-in{
    padding: 1.8rem 0 3.2rem;
}

.header-ttl,
.footer-ttl{
    width: 70%; 
}

.header-ttl a,
.footer-ttl a{
    font-size: 6.2rem;
    color: #FD1A17;
}

.header-ttl a .en,
.footer-ttl a .en{
    font-size: 3rem;
    padding-left: 2.5%;
}

.header-ttl a:hover,
.footer-ttl a:hover{
    text-decoration: none;
}

.header-date{
    font-size: 2.2rem;
    letter-spacing: 0.03em;
}

.header-menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 4.4rem;
}

.header-menu nav{
    width: 86%;
}

.header-menu ul{
    /*-ms-flex-pack: space-between;*/
    -webkit-align-items: center;
    align-items: center;
}

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

.header-menu  > nav > ul > li + li {
    margin-left: 3%;
}

.header-menu nav > ul > li > a,
.header-menu nav > ul > li > span{
    font-size: 2.1rem;
    padding: 0 0.2rem;
}

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

.header-menu > nav > ul > li > a:hover,
.header-menu > nav > ul > li.header-current > a{
    background: #1f3e6d;
    color: #D6D3CF;
    text-decoration: none;
}


.header-item-has-children {
    position: relative;
    cursor: pointer;
}

.header-sub-menu {
    position: absolute;
    top: 2.6rem;
    left: 0;
    background: #1f3e6d;
    width: 200%;
}

.header-sub-menu li {
    width: 100%;
    height: 0;
    overflow: hidden;
    text-align: center;
}

.header-sub-menu a {
    font-size: 2rem;
    color: #c5c1bd;
    width: 100%;
    margin: 0.8rem 0 ;
    display: block;
    opacity: 0;
}

.header-sub-menu li:first-child a{
    margin-bottom: 0;
}

.header-sub-menu a:hover {
    opacity: .8;
}

.header-item-has-children:hover > ul > li {
    overflow: visible;
    display: inline-block;
    transition: 0.3s ease;
}

.header-item-has-children:hover > ul > li a {
    opacity: 1;
}


.sns-link{
    width: 14%;
}

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

.sns-link li + li{
    padding-left: 14%;
}

/* フッター */

.footer-content{
    background: #fd1a17;
    color: #d6d3cf;
    padding: 3.2rem 0 2.8rem;
}

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

.footer-content-in{
    margin-bottom: 1rem;
}

.footer-caution{
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 500;
}

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

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

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

.footer-archive a{
    text-decoration: underline;
}


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

.link-to-top a {
    color: #1f3e6d;
    background: #d6d3cf;
    font-size: 2.8rem;
    position: relative;
    cursor: pointer;
    padding: 1.3rem 0 5rem;
}

.link-to-top a span {
    transform: rotate(90deg);
    display: inline-block;
}

.link-to-top a::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1rem 1.8rem 1rem;
    border-color: transparent transparent #1f3e6d transparent;
    transition: .4s ease;
}

.link-to-top a:hover{
    color: #fd1a17;
}

.link-to-top a:hover::after{
    border-color: transparent transparent #fd1a17 transparent;
}


/*トップページ*/

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

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

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

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

.top-main-number,
.top-main-number > .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.top-main-number-inner span{
    padding-left: 1.2rem;
}

.top-main-number-x{
    display: block;
    width: 5rem;
    height: 5rem;
    position: relative;
    margin: 0 2rem -3rem;
}

.top-main-number-x::before, 
.top-main-number-x::after{
    content: "";
    display: block;
    width: 100%;
    height: 0.5rem;
    background: #fd1a17;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.top-main-number-x::before{
    transform: rotate(45deg);
}

.top-main-number-x::after{
    transform: rotate(-45deg);
}

.top-main-date{
    font-size: 9rem;
    letter-spacing: 0.03em;
}

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

.top-main-link-container{
    text-align: right;
}

.top-main-link{
    font-size: 1.8rem;
    color: #fd1a17;
    font-weight: 500;
}

/*トップページ　オフィシャルイベント*/
.top-event-container{
    background: #1f3e6d;
    color: #d6d3cf;
    padding: 6rem 0 10rem;
}

.top-event-ttl{
    font-size: 5rem;
    padding-bottom: 6rem;
    text-align: center;
}

.top-event-list{
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.top-event-item{
    width: 28%;
    color:#d6d3cf;
    text-align: center;
}

.top-event-ttl-jp{
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 0.6rem;
}

.top-event-ttl-en{
    font-size: 4.2rem;
}

.top-event-catch{
    width: 100%;
    padding: 0.6rem 0.8rem;
    background: #fd1a17;
    font-size: 1.6rem;
    margin: 2.4rem 0 2.2rem;
    font-weight: 500;
    min-height: 3.8rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-event-catch.en-lower{
    font-size: 2.4rem;
}

.top-event-text{
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
    padding-bottom: 2.6rem;
}

.top-event-link{
    font-size: 1.8rem;
    border-color: #d6d3cf;
    color: #d6d3cf;
}

.top-event-link:hover{
    background: #d6d3cf;
    color: #1f3e6d;
}


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

.top-list{
    margin-top: 8rem;
    margin-bottom: 10rem;
}

.top-category-ttl-container{
    position: relative;
    margin-bottom: 5.6rem;
}

.top-category-ttl{
    font-size: 5rem;
    display: inline-block;
    background: #d6d3cf;
    padding-right: 2rem;
}

.top-category-ttl-line{
    position: absolute;
    z-index: -1;
    margin: auto;
    top: 0;
    bottom: -0.2rem;
    width: 100%;
    height: 0.2rem;
    background: #1f3e6d;
}

.top-category-ttl svg{
    margin-right: 1.6rem;
    margin-top: -8px;
}

.post-list article{
    position: relative;
}

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

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

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

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

.post-list-date{
    color: #fd1a17;
    line-height: 1.3;
    font-size: 2rem;
    font-weight: 500;
}

.post-list-time{
    color: #fd1a17;
    line-height: 1.5;
    font-size: 1.7rem;
    font-weight: 500;
}

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

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

.entry-header .post-list-genre{
    padding-right: 2rem;
    white-space: nowrap;
}

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

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

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

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

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

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

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

.post-list-link a{
    line-height: 1.3;
    text-decoration: underline;
}

.top-list-link-container{
    margin-top: 2.8rem;
}

.top-list-link{
    width: 30rem;
    margin: 0 auto;
    font-size: 2.1rem;
}

.top-list-link span{
    font-size: 3rem;
    padding-right: 0.3rem;
    padding-bottom: 0.2rem;
}

/*トップページ　EVENT〜BICYCLE*/

.top-info-container{
    background: #1f3e6d;
    padding: 10rem 0;
}

.top-info-list{
    margin: 0 -2.5% 8rem;
}

.top-info-item{
    width: calc(100% / 3);
    padding: 0 2.5%;
}

.top-info-inner{
    display: block;
    text-align: center;
    background: #d6d3cf;
    padding: 10% 8%;
    position: relative;
}

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

.top-info-ttl-container{
    padding: 4rem 0;
    text-align: center;
}

.top-info-catch{
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 0.6rem;
}

.top-info-ttl{
    font-size: 4rem;
}

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

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

.top-bike-container{
    background: #d6d3cf;
    padding: 2rem 0 8rem;
}

.top-bike-list{
    margin: 0 4%;
}

.top-bike-item{
    width: 50%;
    padding: 0 4%;
}

.top-bike-ttl{
    padding: 3.6rem 0 2.8rem;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
}

.top-bike-text{
    font-size: 1.6rem;
    line-height: 2;
}

.top-bike-info-list{
    list-style: disc;
    margin-left: 2rem;
    padding:2rem 0;
}

.top-bike-info-item{
    font-size: 1.4rem;
    line-height: 1.5;
}

.top-bike-info-item + .top-bike-info-item{
    padding-top:0.8rem;
}

.top-bike-info-item a{
    text-decoration: underline;
}

.top-bike-info-note{
    font-size: 1.3rem;
    line-height: 1.8;
}

.top-bike-link{
    max-width: 70%;
    font-size: 1.8rem;
    margin: 4rem auto 0;
}

.top-bike-info-important{
    font-weight: 500;
    color: #fd1a17;
}

/*トップページ　instagram*/

.top-instagram-container{
    padding: 8rem 0;
    background: #BDC2C9;
}

.top-instagram-container > .flex{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-instagram-text-container{
    width: 50%;
}

.top-instagram-ttl{
    font-size: 5rem;
    padding-bottom: 4rem;
}

.top-instagram-link{
    width: 30rem;
    font-size: 2.2rem;
}

.top-instagram-tag{
    padding-top: 4rem;
    font-size: 2.7rem;
}

.top-instagram-tag a{
    text-decoration: underline;
}

.top-instagram-img-container{
    width: 50%;
}

#sb_instagram{
    margin-right: -30px;
    padding: 0 !important;
}

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

.sbi_info{
    display: none;
}


/*パンくず*/
.breadcrumbs {
    padding-bottom: 3.6rem;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #6e6b68;
}

.breadcrumbs > span:nth-child(1),
.breadcrumbs > span:nth-child(2){
    text-transform: uppercase;
}

.breadcrumbs a{
    color: #6e6b68;
    text-decoration: underline;
}


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

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

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

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

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

/* スタンプラリー */
.stamprally-intro-container{
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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: 600;
    font-size: 1.6rem;
    line-height: 2;
}



/* 個別ページ */
.single-category-ttl{
    background: #fd1a17;
    color: #D6D3CF;
    font-size: 2.4rem;
    padding: 0.2rem 0.6rem;
    margin-bottom: 2.4rem;
    display: inline-block;
}

.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;
    padding-bottom: 2rem;
}

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

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

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

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

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

.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 {
    border-left: 0.8rem solid #FD1A17;
    padding: 1.6rem 0 1.6rem 2rem;
    margin-top: 4.8rem;
}

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

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

.sub-content span{
    font-size: 1.7rem;
    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.4rem 0;
    border-top: 2px #1F3E6D solid;
    border-bottom: 2px #1F3E6D 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: 48%;
    padding-right: 10%;
}

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

.single-link-category span{
    font-size: 3.5rem;
    vertical-align: middle;
    margin: 0 1rem 0 1.2rem;
    margin-top: -0.4rem;
    display: inline-block;
}

.single-link-ttl{
    font-size: 2.6rem;
    line-height: 1.3;
}

.single-link-link{
    margin-top: 4rem;
    font-size: 1.7rem;
}

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

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

.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: 3rem;
    margin-bottom: 2.8rem;
}

.side-menu ul li {
    border-bottom: 1px solid #c5c1bd;
    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;
}

/*ページ トラベル*/

.travel-detail{
    padding-top: 4rem;
}

.travel-detail a{
    text-decoration: underline;
}


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

PCのみ、中間地点

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

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

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

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

スマートフォンのみ

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

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

    .display-pc {
        display: none !important;
    }
    
    .content-in{
        width: 90%;
    }

    .link-box-border{
        padding:1.3rem;
    }
    
    .page-ttl {
        font-size: 4rem;
        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.4rem;
    }

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

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

    /* ヘッダー */

    .header-content-in{
        padding: 1rem 0 2.4rem;
    }

    .header-ttl,
    .footer-ttl{
        width: 100%; 
    }
    
    .footer-ttl{
        text-align: center;
        padding-bottom: 2rem;
    }

    .header-ttl a,
    .footer-ttl a{
        font-size: 4.2rem;
    }

    .header-ttl a .en,
    .footer-ttl a .en{
        font-size: 2.1rem;
    }

    .header-ttl a:hover,
    .footer-ttl a:hover{
        text-decoration: none;
    }

    .menu-trigger-wrapper{
        position: fixed;
        top: 0;
        right: 0;
        background: #1f3e6d;
        width: 6rem;
        height: 6rem;
        padding: 1.9rem 1.6rem;
        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.2rem;
        background-color: #d6d3cf;
    }

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

    .menu-trigger-wrapper.active .menu-trigger span:nth-of-type(1) {
        transform: translateY(8px) 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(-8px) rotate(45deg);
    }
    
    .page-menu{
        visibility: hidden;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
        background: #d6d3cf;
        overflow: auto;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .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;
    }
    
    .header-date{
        color: #fd1a17;
        font-size: 2.6rem;
        padding-bottom: 2.4rem;
    }
    
    .sp-menu nav{
        padding-bottom: 3rem;
    }
    
    .sp-header-menu-list > li:not(.sp-header-item-has-children) {
        padding-bottom: 1.2rem;
        padding-top: 1.2rem;
    }
    .sp-header-menu-list > li:not(:nth-child(6)):not(.sp-header-item-has-children){
        border-bottom: 1px solid #c5c1bd;
    }

    .sp-header-menu-list > li > a{
        font-size: 2.2rem;
        padding: 0 0.2rem;
    }

    .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{
        background: #1f3e6d;
        color: #D6D3CF;
        text-decoration: none;
    }

    .sp-header-item-has-children {
        background: #1f3e6d;
        color: #d6d3cf;
        padding: 2rem 0.8rem;
        margin-top: 1.2rem;
    }

    .sp-header-item-has-children span{
        font-size: 1.6rem;
        opacity: .6;
        padding-bottom: 1rem;
        display: inline-block;
    }

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

    .sp-header-sub-menu li + li::before {
        content: "/";
        opacity: .6;
        font-size: 2rem;
        padding: 0 1rem;
    }

    .sp-header-sub-menu a {
        font-size: 2.2rem;
        color: #d6d3cf;
    }

    .sp-header-sub-menu li:first-child a{
        margin-bottom: 0;
    }

    .sns-link{
        width: 100%;
    }
    
    .sns-link ul{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%:
    }
    
    .sns-link li{
        margin: 0 5%;
    }
    .sns-link li + li {
        padding-left: 0;
    }

    /* フッター */

    .footer-content{
        padding: 2.4rem 0 2rem;
    }
    
    .footer-content-in{
        margin-bottom: 1.6rem;
    }

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

    .footer-archive{
        font-size: 1.8rem;
        margin-top: 1.2rem;
        margin-bottom: 1.2rem;
    }


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

    .link-to-top a {
        font-size: 2.2rem;
        padding: 1rem 0 3.5rem;
    }

    .link-to-top a::after {
        border-width: 0 0.7rem 1.26rem 0.7rem;
    }
    
    /*トップページ*/

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

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

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

    .top-main-number{
        padding: 1.8rem 0 2rem;
    }

    .top-main-number-inner{
        font-size: 5em;
        line-height: 1.1;
    }

    .top-main-number-inner span{
        padding-left: 0.8rem;
    }

    .top-main-number-x{
        width: 3.6rem;
        height: 3.6rem;
        margin: 0 .8rem -.6rem;
    }

    .top-main-number-x::before, 
    .top-main-number-x::after{
        height: 0.36rem;
    }
    
    .top-main-date{
        font-size: 3.6rem;
    }

    .top-main-statement{
        font-size: 1.5rem;
        padding: 4rem 0 3.2rem;
        text-align: justify;
    }

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

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

    .top-event-ttl{
        font-size: 4em;
        padding-bottom: 4.8rem;
    }

    .top-event-item{
        width: 100%;
    }
    
    .top-event-item + .top-event-item{
        padding-top: 3.6rem;
        margin-top: 3.6rem;
        border-top: 1px solid #c5c1bd;
    }

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

    .top-event-ttl-en{
        font-size: 3.6rem;
    }

    .top-event-catch{
        font-size: 1.6rem;
        margin: 2rem 0 1.8rem;
    }

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

    .top-event-text{
        font-size: 1.5rem;
        padding-bottom: 2rem;
    }

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

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

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

    .top-category-ttl-container{
        margin-bottom:3.6rem;
    }

    .top-category-ttl{
        font-size: 4rem;
        padding-right: 1.2rem;
    }

    .top-category-ttl svg{
        margin-right: 1.2rem;
    }

    .post-list-count{
        font-size: 1.9rem;
        left: 1.8rem;
    }

    .post-list .post-list-ttl {
        font-size: 1.7rem;
        padding-bottom: 0.8rem;
    }

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

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

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

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

    .post-list .post-list-genre{
        padding-bottom: 1.4rem;
    }
    
    .main-content-in-stamprally .post-list-genre{
        padding-bottom: 0;
    }

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

    .entry-header .post-list-genre{
        padding-right: 0;
        padding-bottom: 1.2rem;
        white-space:normal;
        width: 100%;
    }
    
    .entry-header > .flex{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .entry-header .post-list-date{
        font-size: 1.8rem;
        font-weight: 700;
    }

    .entry-header .post-list-time{
        font-size: 1.5rem;
        padding-left: 0;
        padding-top: .4rem;
    }

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

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

    .top-list-link-container{
        margin-top: 2rem;
    }

    .top-list-link{
        width: 100%;
        font-size: 1.7rem;
    }

    .top-list-link span{
        font-size: 2.5rem;
        padding-bottom: 0rem;
    }
    

    /*トップページ　EVENT〜BICYCLE*/

    .top-info-container{
        padding: 5rem 0;
    }

    .top-info-list{
        margin: 0 0 3rem;
    }

    .top-info-item{
        width: 100%;
        padding: 0;
    }

    .top-info-inner{
        padding: 10% 8%;
    }

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

    .top-info-catch{
        font-size: 1.7rem;
    }

    .top-info-ttl{
        font-size: 4rem;
    }

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

    .top-info-link::after{
        display: none;
    }

    .top-bike-container{
        padding: 10% 8%;
    }

    .top-bike-list{
        margin: 0;
    }

    .top-bike-item{
        width: 100%;
        padding: 0;
    }
    
    .top-bike-item:last-child{
        padding-top: 20%;
    }

    .top-bike-ttl{
        padding: 3.4rem 0 2.4rem;
        font-size: 2.2rem;
    }

    .top-bike-text{
        font-size: 1.5rem;
    }

    .top-bike-info-list{
        margin-left: 1.6rem;
    }

    .top-bike-info-item{
        font-size: 1.3rem;
    }

    .top-bike-info-note{
        font-size: 1.2rem;
    }

    .top-bike-link{
        max-width: 100%;
        width: 100%;
        font-size: 1.5rem;
        margin: 2.4rem auto 0;
    }

    /*トップページ　instagram*/

    .top-instagram-container{
        padding: 5rem 0;
    }

    .top-instagram-text-container{
        width: 100%;
        padding-bottom: 3.6rem;
    }

    .top-instagram-ttl{
        font-size: 5rem;
        padding-bottom: 3.2rem;
    }

    .top-instagram-link{
        width: 100%;
        font-size: 2.2rem;
    }

    .top-instagram-tag{
        padding-top: 3.2rem;
        font-size: 2.4rem;
        text-align: center;
    }

    .top-instagram-img-container{
        width: 100%;
    }
    
    #sbi_images {
        margin: 0 !important;
    }

    #sb_instagram{
        margin-right: 0;
    }
    
    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item{
        width: calc(100% / 3);
    }
    
    #sbi_images{
        background: #1f3e6d;
    }
    

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


    /* アーカイブページ */
    .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;
    }
    

    /* スタンプラリー */
    .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: 2rem;
        margin-bottom: 1.8rem;
    }

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

    .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: 3.2rem 0;
    }

    .single-other-img{
        margin: 0 -3%;
    }

    .single-other-img > li{
        padding: 0 3%;
    }

    .sub-content {
        padding: 1rem 0 1rem 1.8rem;
        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: 700;
        display: block;
        padding-right: 0;
        padding-bottom: 0.3rem;
    }

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

    .single-link{
        margin-top: 4.8rem;
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .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.7rem;
        padding-bottom: 2rem;
    }

    .single-link-category span{
        font-size: 3.4rem;
        margin-top: -0.3rem;
    }

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

    .single-link-link{
        margin-top: 2.8rem;
        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 {
        margin-top: 5rem;
        border-top: 2px #1F3E6D solid;
        padding-top: 3.2rem;
    }

    .side-menu-category {
        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%;
        }
}