@charset "urf-8";


/* Base
   ========================================================================== */

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { 
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #333;
    margin: 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

html {
    font-size: 62.5%;
}

body {
    background-color: #fff;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    line-height: 1;
	-webkit-font-smoothing: antialiased;
	        font-smoothing: antialiased;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}

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

img[src$=".svg"] {
    width: 100%;
    height: auto;
}







.bg-yellow {
    /* テスト */
    width: 100%;
}

/* Background Yellow */

.bg-yellow-top img,
.bg-yellow-bottom img {
    display: block;
}

.bg-yellow {
    padding: 45px 0;
    background-color: #ffec00;
}

.bg-yellow-top {
    margin-bottom: -1px;
}

.bg-yellow-bottom {
    margin-top: -1px;
}

.inner {
    padding: 0 20px;
}

@media screen and (min-width: 600px) {
    .inner {
        width: 90%;
        margin: auto;
        padding: 0;
        max-width: 980px;
    }
}


/* 共通 ---------------------------------------- */

.page-title-wrap {
    position: relative;
}

.page-title {
    font-size: 30px;
    letter-spacing: 4px;
}

.lead-contents p {
    line-height: 1.75;
    letter-spacing: 2px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.heading span {
    display: inline-block;
    line-height: 1.25;
    vertical-align: middle;
}

.heading-line {
    height: 3px;
    width: 12px;
    margin-right: 4px;
    background-color: #000;
}

.heading-text {
    font-size: 16px;
    letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
    .page-title {
        font-size: 42px;
    }
    
    .lead-contents p {
        font-size: 16px;
    }
    
    .heading-text {
        font-size: 18px;
        letter-spacing: 3px;
    }
}

@media screen and (min-width: 960px) {
    a {
        -webkit-transition: .2s ease;
        transition: .2s ease;
    }
    
    a:hover {
        opacity: .7;
    }
    
    .page-title {
        font-size: 48px;
    }
    
    .lead-contents p {
        font-size: 20px;
        line-height: 2;
    }
}

/* SNS */

.sns {
    padding: 40px 15px 30px;
}

.twitter-timeline-wrap {
    margin-bottom: 40px;
    text-align: center;
}

.twitter-timeline-wrap iframe {
    border: 1px solid #eee !important;
    border-radius: 5px;
}

.timeline-Tweet-text {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.CroppedImage--fillHeight .CroppedImage-image {
    max-width: none;
}

.instagram-account-yokkaichi {
    margin-bottom: 40px;
}

.instagram-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.instagram-account-icon {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #000;
}

.instagram-account-icon img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: auto;
}

.instagram-account a {
    color: #000;
    font-size: 16px;
    font-family: 'Helvetica Neue','Arial', sans-serif;
}

.instagram-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.instagram-feed {
    overflow: hidden;
}

.instagram-item {
    width: 33.2%;
}

@media screen and (min-width: 600px) {
    .sns {
        width: 90%;
        max-width: 980px;
        margin: auto;
    }
    
    .twitter-timeline-wrap iframe {
        width: 100% !important;
    }
}

@media screen and (min-width: 768px) {
    .instagram-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .instagram-account-wrap {
        width: 49.9%;
    }
}


/* Header
   ========================================================================== */

header {
    position: relative;
    height: 0;
}

.header-logo {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 135px;
    z-index: 89;
}

@media screen and (min-width: 768px) {
    .header-logo {
        left: 25px;
        width: 200px;
    }
}

/* Navigation Button */

.nav-btn {
    position: fixed;
    top: 25px;
    right: 15px;
    z-index: 98;
    width: 32px;
    height: 19px;
    cursor: pointer;
}

.bar {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.bar:nth-of-type(1) {
    top: 0;
}

.bar:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bar:nth-of-type(3) {
    bottom: 0;
}

.nav-btn.active .bar:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.nav-btn.active .bar:nth-of-type(2) {
    opacity: 0;
}

.nav-btn.active .bar:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}

.header-pc-btns {
    display: none;
}

@media screen and (min-width: 768px) {
    .nav-btn {
        top: 30px;
        right: 25px;
    }
    
    .header-pc-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 22px;
        right: 75px;
        z-index: 99;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .header-pc-btns a {
        display: inline-block;
        margin-right: 10px;
    }
    
    .header-pc-btns a:first-of-type,
    .header-pc-btns a:nth-of-type(2) {
        width: 120px;
    }
    
    .header-pc-btns a:nth-of-type(3),
    .header-pc-btns a:last-of-type {
        width: 40px;
        text-align: center;
    }
    
    .header-pc-btns a:nth-of-type(3) img,
    .header-pc-btns a:last-of-type img {
        width: 30px;
    }
    
    .header-pc-btns .insta-icon-title {
        margin-top: 3px;
        color: #000;
        font-size: 10px;
        font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo, sans-serif;
        white-space: nowrap;
    }
}

@media screen and (min-width: 960px) {
    .header-logo {
        width: 300px;
    }
    
    .nav-btn {
        top: 45px;
        right: 35px;
        width: 42px;
        height: 26px;
    }

    .nav-btn.active .bar:nth-of-type(1) {
        -webkit-transform: translateY(12px) rotate(-45deg);
        transform: translateY(12px) rotate(-45deg);
    }

    .nav-btn.active .bar:nth-of-type(3) {
        -webkit-transform: translateY(-12px) rotate(45deg);
        transform: translateY(-12px) rotate(45deg);
    }
    
    .bar {
        height: 2px;
    }
    
    .header-pc-btns {
        top: 37px;
        right: 85px;
    }
    
    .header-pc-btns a:first-of-type,
    .header-pc-btns a:nth-of-type(2) {
        width: 160px;
    }
    
    .header-pc-btns a:nth-of-type(3),
    .header-pc-btns a:last-of-type {
        width: 40px;
    }
}

/* ナビメニュー */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.overlay.visible {
    display: block;
}

.nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 97;
    width: 100%;
    max-width: 300px;
    height: 100%;
    padding: 30px 20px 0;
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.nav-menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.nav-logo {
    width: 135px;
    margin-bottom: 30px;
}

.nav-menu-title {
    padding: 0 0 10px 5px;
    border-bottom: 2px solid #000;
    font-size: 18px;
    letter-spacing: 2px;
}

.nav-menu-item a {
    display: block;
    position: relative;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 2.5;
}

.nav-menu-item a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #aaa;
    content: "＞";
}

.nav-sns {
    margin-top: 30px;
}

.nav-sns a {
    display: block;
}

.nav-sns a:first-of-type {
    margin-bottom: 20px;
}

.nav-sns a img {
    width: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.nav-sns a p {
    display: inline-block;
    color: #333;
    letter-spacing: 1px;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .nav-menu {
        max-width: 400px;
    }
    
    .nav-logo {
        width: 200px;
    }
    
    .nav-menu-item a {
        font-size: 16px;
    }
}

@media screen and (min-width: 960px) {
    .nav-logo {
        width: 300px;
    }
}


/* Footer
   ========================================================================== */

footer {
    padding: 20px 15px;
}

.footer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-logo {
    width: 135px;
}

.footer-sns a {
    display: inline-block;
    width: 40px;
    text-align: center;
}

.footer-sns a:first-child {
    margin-right: 15px;
}

.footer-sns a img {
    width: 30px;
}

.footer-sns .footer-insta-title {
    margin-top: 3px;
    color: #000;
    font-size: 10px;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo, sans-serif;
    white-space: nowrap;
}

.footer-external-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0;
}

.footer-external-link-item {
    width: 49%;
    width: calc(50% - 5px);
}

.footer-shop {
    margin-bottom: 25px;
}

.footer-shop .shop-item-outline:first-child {
    margin-bottom: 20px;
}

footer small {
    color: #555;
    font-weight: bold;
    font-size: 11px;
    font-family: 'Helvetica Neue','Arial', sans-serif;
}

@media screen and (min-width: 768px) {
    footer {
        padding: 40px 15px;
    }
    
    .footer-box {
        margin-bottom: 40px;
    }
    
    .footer-logo {
        width: 240px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .footer-external-link {
        width: auto;
        margin: 0 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    
    .footer-sns {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    
    .footer-shop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .footer-shop .shop-item-outline:first-child {
        margin-right: 30px;
    }
}


/* Top Page
   ========================================================================== */

/* First View -------------------------------- */

.first-view {
    height: 100vh;
    min-height: 640px;
}

.first-view-inner {
    position: relative;
    width: 100%;
    max-width: 375px;
    height: 100%;
    margin: auto;
}

.first-view-car {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
}

.first-view-human01 {
    position: absolute;
    width: 75px;
    bottom: 180px;
    left: 20px;
}

.first-view-human02 {
    position: absolute;
    width: 140px;
    bottom: 60px;
    left: -20px;
}

.first-view-human03 {
    position: absolute;
    bottom: 135px;
    right: 15px;
    width: 90px;
}

.first-view-human04 {
    position: absolute;
    width: 85px;
    right: 10px;
    bottom: 50px;
}

.first-view-catch {
    position: absolute;
    bottom: 310px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
}

.animation-btn {
    position: absolute;
    bottom: 490px;
    right: 15px;
    width: 150px;
    -webkit-animation: fuwafuwa 3s infinite;
    animation: fuwafuwa 3s infinite;
}

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

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

@media screen and (max-width: 320px) {
    .first-view-car {
        width: 175px;
    }
    
    .first-view-human01 {
        width: 65px;
    }
    
    .first-view-human02 {
        width: 120px;
    }
    
    .first-view-human03 {
        width: 80px;
    }
    
    .first-view-human04 {
        width: 75px;
    }
    
    .first-view-catch {
        width: 180px;
    }
    
    .animation-btn {
        bottom: 475px;
    }
}

@media screen and (min-width: 768px) {
    .first-view {
        height: 830px;
        min-height: 800px;
    }
    
    .first-view-inner {
        max-width: 1120px;
    }
    
    .first-view-car {
        width: 300px;
    }
    
    .first-view-human01 {
        bottom: 100px;
        width: 140px;
    }
    
    .first-view-human02 {
        bottom: 110px;
        left: 100px;
        width: 230px;
    }
    
    .first-view-human03 {
        bottom: 110px;
        right: 160px;
        width: 130px;
    }
    
    .first-view-human04 {
        bottom: 110px;
        right: 30px;
        width: 100px;
    }
    
    .first-view-catch {
        bottom: 420px;
        width: 320px;
    }
}

@media screen and (min-width: 960px) {
    .first-view-human03 {
        right: 250px;
    }
    
    .first-view-human04 {
        right: 130px;
    }
    
    .animation-btn {
        width: 250px;
    }
}


/* Policy ------------------------------------ */

.over-5000 {
    max-width: 500px;
    margin: 0 auto 50px;
}

.over-5000-pc {
    display: none;
}

.policy-catch {
    max-width: 480px;
    margin-bottom: 30px;
    text-align: center;
}

.policy-main {
    margin-bottom: 35px;
    overflow: hidden;
}

.policy-main-catch {
    display: none;
}

.policy-main-content {
    padding-right: 15px;
}

.policy-main-title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 3px;
}

.policy-main-content {
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 1px;
    overflow: hidden;
}

.policy-main-image {
    width: 30%;
    max-width: 180px;
    padding-top: 50px;
    float: right;
}

.policy-guide {
    margin-bottom: 50px;
    text-align: center;
}

.policy-guide img {
    display: inline-block;
    max-width: 330px;
    margin-bottom: 10px;
}

.policy-guide p {
    font-size: 20px;
    letter-spacing: 2px;
    text-indent: 2px;
    white-space: nowrap;
}

@media screen and (max-width: 320px) {
    /* 旧iPhone SE用*/
    .policy-guide p {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) {
    .over-5000 {
        max-width: none;
        margin-bottom: 80px;
    }
    
    .over-5000-sp {
        display: none;
    }
    
    .over-5000-pc {
        display: block;
    }
    
    .policy-catch-wrap {
        display: none;
    }
    
    .policy-main-catch {
        display: block;
        width: 65%;
        margin-bottom: 50px;
    }
    
    .policy-main-content {
        font-size: 16px;
    }
}

@media screen and (min-width: 960px) {
    .policy-main-image {
        max-width: 300px;
        padding-top: 0;
    }
    
    .policy-main-catch {
        padding-top: 30px;
    }
    
    .policy-main-title {
        margin-bottom: 90px;
        font-size: 52px;
        letter-spacing: 8px;
    }
    
    .policy-main-content {
        overflow: visible;
        font-size: 20px;
    }
}


/* Youtube 一覧 */

.youtube-item {
    margin-bottom: 25px;
}

.youtube-item:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .youtube-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .youtube-list::after {
        display: block;
        width: 32%;
        content: "";
    }
    
    .youtube-item {
        width: 32%;
    }
}

/* サムネイル */

.youtube-item-thumb {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}

.youtube-item-thumb::after {
    display: block;
    padding-top: 75%;
    content: "";
}

.youtube-item-thumb > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-item-thumb .youtube-frame {
    position: absolute;
}

.youtube-item-thumb .youtube-frame-top {
    top: -1px;
    left: 0;
    width: 100%;
    height: auto;
}

.youtube-item-thumb .youtube-frame-right {
    top: 0;
    right: -1px;
    width: auto;
    height: 100%;
}

.youtube-item-thumb .youtube-frame-bottom {
    bottom: -1px;
    left: 0;
    width: 100%;
    height: auto;
}

.youtube-item-thumb .youtube-frame-left {
    top: 0;
    left: -1px;
    width: auto;
    height: 100%;
}

/* タイトル */

.youtube-item-title a {
    display: flex;
    align-items: flex-start;
}

.youtube-item-title img {
    display: inline-block;
    width: 40px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.youtube-item-title span {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    vertical-align: middle;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .youtube-item-title img {
        width: 26px;
        margin-right: 5px;
    }
    
    .youtube-item-title span {
        font-size: 13px;
    }
}


/* Search ------------------------------------ */

.search {
    padding: 45px 0;
}

.search h2 {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.cars {
    margin-bottom: 20px;
    padding: 0 15px;
}

.search-catch {
    margin-bottom: 25px;
    text-align: center;
}

.search-catch p {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1px;
    text-indent: 1px;
}

.external-link {
    margin-bottom: 70px;
    padding: 0 15px;
}

.external-link-item:first-of-type {
    margin-bottom: 15px;
}

@media screen and (min-width: 600px) {
    .external-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .external-link-item {
        width: 48%;
    }
}

@media screen and (min-width: 768px) {
    .search {
        padding: 80px 0 45px;
    }
    
    .cars {
        margin-bottom: 40px;
    }
    
    .search-catch p {
        
    }
    
    .search-catch p br {
        display: none;
    }
}

/* Shop */

.shop-item-yokkaichi {
    margin-bottom: 40px;
}

.shop-item-thumb {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shop-item-thumb::after {
    display: block;
    padding-top: 75%;
    content: "";
}

.shop-item-yokkaichi .shop-item-thumb {
    background-image: url(../images/shop_yokkaichi.jpg);
}

.shop-item-matsusaka .shop-item-thumb {
    background-image: url(../images/shop_matsusaka.jpg);
}

.frame {
    position: absolute;
}

.shop-item-thumb .frame-top {
    top: -1px;
    left: 0;
    width: 100%;
    height: auto;
}

.shop-item-thumb .frame-right {
    top: 0;
    right: -1px;
    width: auto;
    height: 100%;
}

.shop-item-thumb .frame-bottom {
    bottom: -1px;
    left: 0;
    width: 100%;
    height: auto;
}

.shop-item-thumb .frame-left {
    top: 0;
    left: -1px;
    width: auto;
    height: 100%;
}

.shop .shop-item-outline {
    padding: 0 15px;
}

.shop-item-title-ja {
    margin-bottom: 3px;
    font-size: 18px;
    letter-spacing: 2px;
}

.shop-item-title-en {
    margin-bottom: 10px;
    color: #777;
    font-family: 'Helvetica Neue','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo, sans-serif;
}

.shop-info {
    font-family: 'Helvetica Neue','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ', Meiryo, sans-serif;
    line-height: 1.5;
}

.free-call {
    margin-top: 5px;
}

.free-call-icon {
    display: inline-block;
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
}

.free-call-number {
    display: inline-block;
    color: #003893;
    font-size: 15px;
    vertical-align: middle;
}

@media screen and (min-width: 600px) {
    .shop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .shop-item {
        width: 48%;
    }
}


/* Reason ------------------------------------ */

.reason .inner {
    padding: 0 30px;
}

.reason h2 {
    margin-bottom: 25px;
}

.reason h2 span:first-child {
    display: block;
    margin-bottom: 5px;
    font-size: 22px;
}

.reason h2 span:last-child {
    display: block;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 2px;
}

.reason-hint {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 1.5;
}

.reason-hint p:first-child {
    margin-bottom: 5px;
    font-size: 16px;
}

.reason-hint p:nth-of-type(2) {
    padding: 0 16px;
    letter-spacing: 2px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.reason-answer {
    position: relative;
    margin-bottom: 100px;
}

.reason-answer-btn {
    display: inline-block;
    position: relative;
    width: 200px;
}

.reason-answer-btn span {
    position: absolute;
    top: 50%;
    left: 90px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #333;
    font-size: 14px;
    letter-spacing: 2px;
    text-indent: 2px;
    white-space: nowrap;
}

.reason-answer-btn img {
    display: block;
}

.reason-hint .reason-answer-btn {
    display: none;
}

.reason-humans-pc {
    display: none;
}

.reason-humans-sp {
    position: absolute;
    top: -15px;
    left: 160px;
}

.reason-human01-sp {
    width: 70px;
}

.reason-human02-sp {
    width: 39px;
}

@media screen and (max-width: 320px) {
    .reason h2 span:first-child {
        font-size: 20px;
    }
    
    .reason h2 span:last-child {
        font-size: 25px;
    }

    .reason-human01-sp {
        width: 60px;
    }

    .reason-human02-sp {
        width: 34px;
    }
}

@media screen and (min-width: 600px) {
    .reason h2 span:last-child br {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .reason-hint-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 80px;
    }
    
    .reason-humans-pc {
        display: block;
        width: 225px;
    }
    
    .reason-human01-pc {
        width: 140px;
    }

    .reason-human02-pc {
        width: 78px;
    }

    .reason-answer {
        display: none;
    }
    
    .reason-hint {
        padding-right: 40px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .reason-hint p:nth-of-type(2) {
        font-size: 16px;
    }
    
    .reason-hint .reason-answer-btn {
        display: inline-block;
        width: 260px;
        margin-top: 30px;
    }
    
    .reason-answer-btn span {
        left: 50%;
        font-size: 18px;
    }
    
    .reason-catch {
        position: relative;
    }
    
    .reason-message {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 270px;
    }
}

@media screen and (min-width: 960px) {
    .reason-message {
        width: 360px;
    }
}


.banner-campaign {
    padding: 0 15px 30px;
}

.banner-campaign a {
    display: block;
}

.banner-campaign a:hover {
    opacity: .7;
}

.banner-campaign-pc {
    display: none;
}

@media screen and (min-width: 768px) {
    .banner-campaign {
        width: 90%;
        max-width: 980px;
        margin: auto;
        padding: 50px 0;
    }
    
    .banner-campaign-sp {
        display: none;
    }
    
    .banner-campaign-pc {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .campaign-list {
        margin-bottom: 60px;
    }
    
    .banner-campaign {
        padding-bottom: 100px;
    }
}


.youtube {
    width: 90%;
    max-width: 980px;
    margin: auto;
    padding: 50px 0;
}

.youtube__inner {
    position: relative;
}

.youtube__inner::after {
    display: block;
    padding-top: 62.5%;
    content: "";
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .youtube__inner::after {
        padding-top: 55%;
    }
}