@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ TABLET
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック（ChromiumベースのEdgeは除外できる。旧Edgeは除外できない）
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */

        #harajuku
 img {width:100%;}
        body{margin:0;}
        #harajuku
 .text_area {text-align: center; padding:40px;}
        .harajuku_top {position: relative;}
        .harajuku_title {font-family: FFModern, "Noto Sans JP", "Meiryo UI", メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif; font-size: 4rem;}
        .harajuku_sub {font-size: 2rem; font-weight: bold;}
        .harajuku_copy {font-size: 16px; line-height: 30px;}
        .harajuku_button {background-color: green; padding: 3% 11%; display: inline-block; margin-top: 8%; border-radius: 50px;}
        .harajuku_button a {color: white; text-decoration: none; font-size: 1.1rem;}
        .sp{display:none;}
        .pc{display:block;}

@media screen and (max-width: 767px) {
#harajuku
 .text_area {position:relative;top: 0;text-align: center;right: 0;}
.harajuku_title {
    font-family: FFModern, "Noto Sans JP", "Meiryo UI", メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    margin-top: 15px;
}

.harajuku_sub {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 5px;
}
.harajuku_copy {
    margin-top: 5%;
    font-size: 14px;
    line-height: 23px;
}
.harajuku_button a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}
.harajuku_button {
    background-color: green;
    padding: 4% 13%;
    display: inline-block;
    margin-top: 8%;
    border-radius: 50px;
    margin-bottom: 10%;
}
.sp{display:block;}
.pc{display:none;}
}


@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -5000px 0;
  }
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -5000px 0;
  }
}
