@charset "UTF-8";
/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - デスクトップ（デフォルトのグリッド）
   1024-768    - タブレット横長
   768-480     - タブレット縦長
   480-less    - スマホ
--------------------------------------------*/
.spitem {
  display: none;
}

@media all and (min-width: 768px) and (max-width: 1280px) {
  body {
    width: 1280px;
  }
  .spitem {
    display: none;
  }
  .pcitem {
    display: block;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------
# SP
--------------------------------------------------------------------------------------------------------------------------------------*/
@media all and (max-width: 768px) {
  .spitem {
    display: block;
  }
  .pcitem {
    display: none;
  }
}

/* common
--------------------------------------------- */
@media all and (max-width: 768px) {
  .inner,
  .inner_m {
    width: 100%;
    padding: 0 5%;
  }
  .flex {
    display: block;
  }
  main {
    width: 100%;
    overflow: hidden;
  }
}

/* Header
--------------------------------------------- */
@media all and (max-width: 768px) {
  .site-header {
    padding: 12px 0;
  }
  .site-header .site-branding.inner a {
    text-align: center;
  }
  .site-header .site-branding.inner a .logo {
    width: 62%;
  }
  .fixed_btns {
    top: 10px;
    right: 10px;
    margin-right: 0;
  }
  .tgl_nav {
    padding-top: 130px;
    padding-bottom: 100px;
    height: 90vh;
    overflow-y: scroll;
  }
  .tgl_nav .inner {
    padding: 0 10%;
    height: auto;
  }
  .tgl_nav .tgl_nav_logo {
    width: 100%;
    height: auto;
  }
  .tgl_nav .tgl_nav_menu {
    margin-top: 50px;
  }
  .tgl_nav .tgl_nav_menu li a {
    width: 100%;
    height: 100px;
    font-size: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tgl_nav .tgl_nav_menu li a strong {
    font-size: 46px;
  }
  .tgl_nav .tgl_nav_menu li.shop_link a {
    padding: 10px;
  }
  .tgl_nav .tgl_nav_menu li.shop_link a strong {
    font-size: 40px;
  }
}

/* Footer
--------------------------------------------- */
@media all and (max-width: 768px) {
  footer {
    height: auto;
    position: relative;
  }
  footer .footer-nav {
    padding: 40px 30px 20px;
    height: auto;
  }
  footer .footer-nav a {
    margin-bottom: 20px;
    display: inline-block;
  }
}

/* Components
--------------------------------------------- */
@media all and (max-width: 768px) {
  .arrow_flex {
    width: 78%;
    margin-left: 17%;
  }
  .arrow_flex h2 {
    font-size: 41px;
    left: -12%;
  }
  .arrow_flex > article {
    width: auto;
    display: block;
  }
  .arrow_flex > article::before {
    content: "";
    display: block;
    background-image: url(images/title_arrow_sp.svg);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 18px;
    left: -30px;
    bottom: 0;
    position: absolute;
  }
  .arrow_flex > article .topic_card > div > div {
    padding: 1.7em;
    text-align: left;
  }
  .info_list ul {
    width: 100%;
  }
  .info_list ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding: 0 0 0 22%;
  }
  .info_list ul li p {
    margin: 10px;
    text-align: left;
  }
  .info_list ul li i.info-ico {
    position: absolute;
    left: 20px;
    top: 0;
  }
  article.topic_card > div > div {
    padding: 1.5em;
  }
  article.topic_card .more_parts {
    margin-right: 20px;
  }
  .forfans_block article h2.title figure img {
    height: 80px;
    margin: auto;
  }
  .forfans_block article > div > .flex {
    display: block;
  }
  .forfans_block article .flex .fukidashi_bdr:before {
    content: "";
    display: block;
    background-image: url(images/fukidashi_bdr_m.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 30px;
    width: 100%;
    top: -30px;
    bottom: auto;
    left: 0;
    margin: auto;
    position: absolute;
  }
  .forfans_block .fb_460p .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .forfans_block .navigator_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news_block .news_articles article {
    width: 100%;
  }
  .news_block .news_articles article div .category_ttl {
    padding: 10px;
  }
  .news_block .news_articles article a div:after {
    border-left: 20px solid transparent;
    border-bottom: 20px solid #e82323;
  }
  .news_block .news_articles::before {
    content: "";
    display: block;
    background-image: url(images/title_arrow_sp.svg);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 18px;
    left: -30px;
    bottom: 0;
    position: absolute;
  }
  .news_block .more_parts {
    width: 100%;
    bottom: -84px;
    margin-right: 60px;
  }
  .goods_block .goods_slider {
    display: block;
    padding-bottom: 90px;
  }
  .goods_block .goods_slider::before {
    content: "";
    display: block;
    background-image: url(images/title_arrow_sp.svg);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 18px;
    left: -30px;
    bottom: 0;
    position: absolute;
  }
  .goods_block .goods_slider .sl_thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
    height: auto;
    width: 100%;
    gap: 5px;
    overflow-y: auto;
    overflow-x: scroll;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    overflow-x: scroll;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .goods_block .goods_slider .sl_thumb > div {
    min-width: 100px;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    padding-top: 4px;
  }
  .goods_block .goods_slider .fb_600p {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    display: block;
  }
  .goods_block .goods_slider .fb_330p {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    height: auto;
  }
  .goods_block .online_shop {
    bottom: 0;
  }
  .goods_block .online_shop a {
    width: 86%;
  }
  .shop_block .shop_list {
    width: 100%;
    background-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 90px;
  }
  .shop_block .shop_list::before {
    content: "";
    display: block;
    background-image: url(images/title_arrow_sp.svg);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 18px;
    left: -30px;
    bottom: 0;
    position: absolute;
  }
  .shop_block .shop_list .shop_name {
    margin: 0px;
    width: 48%;
  }
  .shop_block .shop_list .meiyo {
    position: relative;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48%;
  }
  .shop_block .shop_list .popup_open p {
    font-size: 15px;
  }
  .shop_block .more_parts {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .shop_block .popup_shop_info {
    width: 100%;
    height: auto;
    margin-top: 0;
    display: block;
    padding: 20px 10%;
  }
  .shop_block .popup_shop_info .popup_close {
    right: 0;
    top: 0;
  }
  .shop_block .popup_shop_info .popup_close img {
    width: 30px;
    height: 30px;
  }
  .shop_block .popup_shop_info > figure {
    width: 50%;
    margin: auto;
  }
  .shop_block .popup_shop_info > div {
    width: 100%;
  }
  .shop_block .popup_shop_info .ultraman_plate {
    width: 100%;
  }
  .shop_block .popup_shop_info h3 {
    font-size: 24px;
  }
  .shop_block .meiyo .popup_meiyo {
    font-size: 12px;
    width: 200%;
    border-radius: 3px;
    top: calc(50% + 3em);
    left: auto;
    right: 0;
    z-index: 5;
  }
  .shop_block .meiyo .popup_meiyo:before {
    content: "";
    left: auto;
    right: 10%;
  }
  .link_block {
    display: block !important;
    margin-top: 0;
  }
  .link_block aside {
    width: 90%;
    gap: 20px;
    margin: 0 auto 100px;
  }
  .link_block aside .flex_exclusive {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 3px;
  }
  .link_block aside .flex_exclusive .link_app {
    width: 100%;
  }
  .link_block aside .flex_exclusive .link_faq {
    width: 100%;
  }
  .link_block aside .flex_exclusive .link_shop {
    padding: 25px 0;
  }
  .link_block aside .flex_exclusive .link_shop::before {
    content: "";
    display: inline-block;
    background-image: url(images/link_shop_m.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 170px;
    width: 100px;
    margin-right: -50px;
    position: relative;
    padding: 25px 0;
  }
  .link_block aside .flex_exclusive .link_shop b {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}

/* frontpage
--------------------------------------------- */
@media all and (max-width: 768px) {
  .scroller {
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
  }
  .front_hero.fadein {
    background-image: url(images/hero_m.jpg);
    background-image: -webkit-image-set(url(images/hero_m.jpg) 1x, url(images/hero_m@2x.jpg) 2x);
    background-image: image-set(url(images/hero_m.jpg) 1x, url(images/hero_m@2x.jpg) 2x);
    background-attachment: fixed;
  }
  .hero_logo.fadein {
    background-position: 50% 70%;
    background-size: 38vh;
  }
  .front_content .info_list ul {
    width: 100%;
    padding: 20px 0;
  }
  .front_content .news_block .arrow_flex {
    padding-bottom: 100px;
  }
  .front_content .news_block .more_arrow {
    bottom: 0;
  }
  .front_content .link_block {
    margin-bottom: 400px;
    margin-top: 0;
  }
}

/* news - shop - archive 
--------------------------------------------- */
@media all and (max-width: 768px) {
  #Post .inner {
    width: 100%;
  }
  .entry_header {
    margin-top: 68px;
    margin-bottom: 44px;
    border-width: 2px;
  }
  .entry_title {
    font-size: 20px;
  }
  .entry_title .eng {
    font-size: 41px;
    margin-right: 20px;
    margin-top: -12px;
  }
  .archive-topic article.topic_card {
    padding: 0 5%;
  }
  .archive-term-list ul {
    padding: 16px 0;
  }
  .entry_content {
    margin: 50px 0;
  }
  .entry_title.shop_title {
    font-size: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .entry_title.shop_title .area {
    font-size: 20px;
    margin-right: 10px;
    word-break: keep-all;
    display: inline-block;
  }
  .shop_img .shop_interior {
    padding: 0;
    width: 112%;
    margin-left: -6%;
    height: 210px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shop_img .ultraman {
    position: relative;
    top: 0;
    left: 4%;
    margin-top: -60px;
    margin-bottom: 40px;
  }
  .shop_img .ultraman img {
    height: 280px;
  }
  .shop_img .ultraman_plate {
    position: absolute;
    bottom: 90px;
    left: auto;
    right: 4%;
  }
  .shop_img .ultraman_plate img {
    height: auto;
    width: 200px;
  }
  .shop_page .shop_block .shop_list .more_parts a {
    color: #0a2144;
  }
  .shop_page .shop_block .shop_list .more_parts a:after {
    background-image: url(images/more_arrow_navy.svg);
  }
  .shop_page .news_block .news_articles {
    padding-bottom: 100px;
  }
  .shop_page .news_block .news_articles::before {
    content: "";
    display: block;
    background-image: url(images/title_arrow_sp.svg);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 18px;
    left: -30px;
    bottom: 0;
    position: absolute;
  }
  .shop_page .news_block .more_parts {
    bottom: 0;
  }
  .shop_access {
    padding: 80px 0;
  }
  .shop_access .arrow_flex {
    margin-bottom: 0;
  }
  .shop_access .access-content div h3 {
    margin-top: 0;
  }
  .shop_archive_inner {
    padding-top: 0;
  }
  .shop_archive_inner .inner {
    width: 100%;
    padding: 0;
    display: block;
  }
  .shop_archive_inner .inner a {
    width: 100%;
    position: relative;
  }
  .shop_archive_img .shop_interior {
    width: 100%;
    height: 210px;
    margin: 0px 0 50px;
  }
  .shop_archive_img .ultraman {
    top: 0;
    margin: 0 5%;
  }
  .shop_archive_img .ultraman img {
    height: 240px;
  }
  .shop_archive_img:hover .ultraman {
    right: 0;
  }
  .shop_archive_inner:nth-child(even) .shop_archive_img .ultraman {
    left: auto !important;
  }
  .shop_archive_info {
    padding: 0px 10%;
  }
  .shop_archive_info h2 {
    font-size: 20px;
  }
  .link_shop2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 130px auto;
  }
  .link_shop2 .link_shop2_txt p {
    font-size: 23.5px;
  }
  .link_shop2 .link_shop2_txt b {
    font-size: 16.5px;
  }
  .link_shop2 .link_shop2_img {
    height: 88px;
  }
  .link_shop2 .link_shop2_img img {
    top: -40px;
    height: 138px;
    width: auto;
  }
  .shop_dealer h2 {
    font-size: 40px;
  }
  .shop_dealer h3,
  .shop_dealer h4 {
    font-size: 16px;
  }
  .entry_category {
    font-size: 24px;
    text-align: left;
    padding-bottom: 2px;
  }
  .entry_title_box {
    margin-top: 0;
  }
  .post_navi_box {
    padding: 50px 5%;
  }
  .post_navi_box .fb_390p {
    -ms-flex-preferred-size: 94px;
        flex-basis: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .intro_item .items {
    gap: 30px 4%;
  }
  .intro_item .items > div {
    width: 48%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .intro_item .items > div figure img {
    width: 100%;
    height: auto;
  }
  .intro_item .items h3,
  .intro_item .items .price {
    text-decoration: underline;
  }
  .shere_box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faq_block h2,
  .faq_block p {
    margin: 40px 0;
  }
  .entry_title .info_eng {
    font-size: 26px;
    margin-top: 0px;
  }
  .archive_info .inner_m {
    width: 100%;
  }
  .archive_info ul li {
    padding: 30px 0px;
  }
  .pagination {
    margin: 60px auto;
  }
  .pagination .page-numbers {
    font-size: 20px;
    margin: 10px;
  }
  .archive_block {
    padding: 50px 0;
  }
  .archive_block .news_block {
    margin: 40px auto;
  }
  .info_content.inner_m {
    width: 100%;
  }
  .info_content .entry_header {
    padding-left: 0;
    padding-right: 0;
  }
  .info_content.inner_m .entry_content {
    width: 100%;
  }
}
/*# sourceMappingURL=style-ultra-responsive.css.map */