@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* CSS Document */


/* リセットCSS */

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    /* sets the default sizing to make sure nothing is actually 10px */
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    /*display: block;*/
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #102127;
    text-align: center;
    font-family: '源ノ角ゴシック Regular', '源ノ角ゴシック', 'Noto Sans Japanese', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
    font-size: 100%;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}


/* 共通設定 */

a {
    text-decoration: none;
}

.clf:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
    content: ".";
    font-size: 0.1em;
}

.clf {
    display: inline-block;
}

.spacer {
    width: 100%;
    height: 1200px;
    border-bottom: 1px solid #000;
}

.flex-container {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.sp_visible {
    display: none;
}

section {
    width: 100%;
}

.marker_lime {
    background: linear-gradient(transparent 60%, #66FFCC 60%);
}

@media only screen and (min-width:640px) {
    body {
        font-size: 16px;
    }
}

@media only screen and (max-width:640px) {
    body {
        font-size: 15px;
    }
}

/** 固定ヘッダ */
.fixed-header {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 10;
    box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.20);
}

.logo-area {
    max-width: 50%;
}

.button {
    color: #fff;
    background: #00CC56;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 5px 1rem;
}

.header-link {
    color: #1A1A1A;
    display: block;
    margin-right: 2rem;
    font-weight: bold;
}

@media only screen and (min-width:640px) {
    .sp-only {
        display: none;
    }

    .fixed-header {
        font-size: 0.9rem;
        padding: 1rem 12%;
        width: 76%;
    }

    .pc-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .sp-header {
        display: none;
    }

    .header-logo {
        width: 75%;
        display: block;
        max-width: 250px;
    }

    .header-link-area {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width:640px) {
    .pc-only {
        display: none;
    }

    .fixed-header {
        font-size: 0.8rem;
        padding: 1rem 2%;
        width: 96%;
    }

    .pc-header {
        display: none;
    }

    .sp-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .header-logo {
        width: 75%;
        display: block;
    }

}
/* TOP画像 */

.top-area {
    width: 100%;
    background: #102127 url(../image/img_hraderbg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.top-content {
    max-width: 1024px;
    max-height: 858px;
    margin: 0 auto;
    padding-top: 12%;
    padding-bottom: 12%;
}

.top-content h1 {
    display: inline-block;
    font-size: 4em;
    color: #FFF;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 auto 6.25% auto;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(0, 0, 0, 0.5), 0px 0px 0.4px rgba(0, 0, 0, 0.5);
}

.top-content .subttl.flex-container {
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
}

.top-dl-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin: 2rem auto;
    width: 55%;
    text-align: center;
    padding: 1rem;
    background: #FFFFFF50;
    border-radius: 1rem;
}

.top-dl-area .flex-container {
    margin: 1rem;
}

.top-dl-area .button {
    margin: 1rem;
    font-size: 1.5rem;
    border-radius: 3rem;
    padding: 0.8rem 2rem;
}

.top-dl-area .dl-button {
    margin: 0 0.8rem;
}

.top-dl-area .dl-button img {
    height: 60px;
}

@media only screen and (max-width:640px) {
    .top-dl-area {
        width: 100%;
        border-radius: 0;
    }

    #top-ios {
        display: none;
    }

    #top-android {
        display: none;
    }
    .top-dl-area .button {
        margin: 0.8rem 0;
        font-size: 1rem;
        border-radius: 1.5rem;
        padding: 0.5rem 1rem;
    }

}

.subttl img {
    width: 60px;
    height: 60px;
    margin-right: 1rem;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5), 0px 0px 20px rgba(0, 0, 0, 0.5), 0px 0px 0.4px rgba(0, 0, 0, 0.5);
}

.top-content h2 {
    color: #FFF;
    line-height: 1.2;
    font-weight: bold;
    font-size: 2em;
    margin: 0 auto;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.6), 0px 0px 20px rgba(0, 0, 0, 0.6), 0px 0px 0.4px rgba(0, 0, 0, 0.6);
}

.top-content .dl {
    display: inline-block;
    margin-top: 3.9%;
}

.top-content .dl a:hover img {
    opacity: 1;
    -webkit-animation: flash 1.0s;
    animation: flash 1.0s;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: .2;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes flash {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: .2;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@media only screen and (max-width:768px) {
    .top-content {
        width: 100%;
    }
    .top-content .dl img {
        width: 80%;
    }
    .top-content h1 {
        font-size: 3em;
    }
    .top-content h2 {
        font-size: 1em;
    }
}

@media only screen and (max-width:414px) {
    .top-area {
        width: 100%;
        background: #102127 url(../image/img_hraderbg.png) no-repeat 20% 50%;
        background-size: cover;
    }
    .top-content {
        height: auto;
        padding-top: calc(100vh * 0.2);
        padding-bottom: calc(100vh * 0.2);
    }
    .top-content h1 {
        font-size: 2rem;
    }
    .top-content h2 {
        font-size: 1.5rem;
    }
    .subttl {
        margin-left: 1em;
        margin-right: 1em
    }
    .subttl.flex-container {
        flex-flow: column;
    }
    .subttl img {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-right: 0;
    }
    .top-content .dl img {
        margin-top: 1rem;
        width: calc(100vw * 0.5);
    }
}

@media only screen and (max-width:375px) {
    .top-content {
        height: auto;
        padding-top: calc(100vh * 0.2);
        padding-bottom: calc(100vh * 0.2);
    }
    .top-content h1 {
        font-size: 1.6em;
    }
}


/* アニメーションのスタイル共通 */


/* テキスト部分 */

.animation-scrollUp {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.animation-scrollUp.is-animated {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


/* キャプチャ部分 */

.animation-scrollScale {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.animation-scrollScale.is-animated {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/* type1 */

.column.type1 {
    padding: 10.15% 0 5% 0;
}

.column.type1 .style1 {
    margin-bottom: 6%;
}

.column.type1 .style1 h2 {
    font-size: 3em;
    color: #00CC56;
    margin-bottom: 6%;
    line-height: 1.2;
}

.column.type1 .style1 p {
    font-size: 1.5em;
    line-height: 1.5;
}

.column.type1 .style1.inner {
    margin-bottom: 6rem;
}

@media only screen and (max-width:768px) {
    .column.type1 .style1 h2 {
        font-size: 2em;
    }
    .column.type1 .style1 p {
        font-size: 1em;
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media only screen and (max-width:414px) {
    .column.type1 .style1 h2 {
        font-size: 1.5em;
    }
    .column.type1 .style1 h2 .sp_visible {
        display: block;
    }
    .column.type1 .style1 p {
        text-align: left;
    }
    .column.type1 .style1 p .sp_none {
        display: none;
    }
}

.column.type1 .style2 .bg {
    background: #53d693;
    height: 11em;
    z-index: 10;
}

.column.type1 .style2 .bg .ic_green {
    position: absolute;
    top: -3rem;
    z-index: 12;
    width: 100%;
}

.column.type1 .style2 .bg .sp_none {
    display: none;
}

.column.type1 .style2 .bg h2 {
    position: absolute;
    width: 100%;
    z-index: 13;
    color: #FFF;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.2;
    top: 3rem;
}

.column.type1 .style2 .stroke_left {
    width: 20%;
    height: 11em;
    margin-top: -11em;
    margin-left: 0;
    background: url(../image/stroke_left.png) no-repeat right bottom;
    /*position: absolute;
    left: calc((640px - (100vw * 0.1)) * -1);*/
}

.column.type1 .style2 .stroke_right {
    width: 20%;
    height: 11em;
    margin-top: -11em;
    margin-left: 80%;
    background: url(../image/stroke_right.png) no-repeat 0 bottom;
}

@media only screen and (max-width:414px) {
    .column.type1 .style2 .bg {
        height: 9rem;
    }
    .column.type1 .style2 .bg .ic_green img {
        width: 60px;
    }
    .column.type1 .style2 .bg .ic_green {
        top: -30px;
    }
    .column.type1 .style2 .bg h2 {
        width: calc(100vw - 2rem);
        font-size: 1.2em;
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

@media only screen and (max-width:960px) {
    .column.type1 .style2 .sp_none {
        display: none;
    }
}


/* type2 */

.type2 .wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 112px;
    padding-left: 32px;
    padding-right: 32px;
}

.type2 .wrap.flex-container {
    -webkit-align-items: center;
    align-items: center;
}

.type2 .inner.flex-container {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.type2 .inner {
    /*display: inline-block;*/
}

.type2 .inner .block_text {
    width: 632px;
    /*display: inline-block;*/
}

@media only screen and (max-width:640px) {
    .type2 .inner .block_text {
        width: auto;
    }
}

.type2 .block_text {
    text-align: left;
    margin-right: 1rem;
    margin-left: auto;
}

.type2 .block_text .flex-container {
    -webkit-align-items: center;
    align-items: center;
}

.type2 h2 {
    font-size: 3em;
    font-weight: bold;
    margin-left: 0.5em;
}

.type2 .block_text p {
    font-size: 1.4em;
    min-height: 213px;
    line-height: 1.5em;
    margin-top: 40px;
    padding-left: 1em;
}

@media only screen and (max-width:960px) {
    .type2 .wrap {
        max-width: 100%;
        margin: 0 auto;
        /*position: relative;*/
        padding-top: 4rem;
        padding-left: 0;
        padding-right: 0;
    }
    .type2 .wrap.flex-container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .type2 .inner.flex-container {
        width: 100%\9;
        /*IE9*/
    }
    .type2 .block_text {
        text-align: center;
        max-width: 100%;
        margin-right: 1.5em;
        margin-left: 1.5em;
        margin-bottom: 2em;
    }
    .type2 .block_text .flex-container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .type2 h2 {
        font-size: 2em;
        margin-left: 0;
        margin-top: 2rem;
    }
    .type2 .block_text p {
        text-align: left;
        font-size: 1.0em;
        min-height: inherit;
        padding-left: 0;
    }
}

@media only screen and (max-width:414px) {
    .type2 .wrap {
        padding-top: 8rem;
    }
}

@media only screen and (max-width:360px) {
    .type2 h2 .sp_visible {
        display: block;
    }
}


/* animation */

.animebox {
    width: 640px;
    height: 240px;
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width:639px) {
    .animebox {
        width: 100%;
        height: calc(100vw * 0.37);
    }
}


/* area1専用 */

.area1 {
    border-bottom: 8px solid #F6953D;
    /*background: url(../image/area1_bg.png) repeat-x 50% bottom;*/
}

.area1 h2 {
    letter-spacing: -2px;
}

@media only screen and (max-width:960px) {
    .area1 {
        background: none;
        border-bottom: none;
    }
    .area1 h2 {
        letter-spacing: normal;
    }
    .area1 .inner {
        background: url(../image/area1_bg.png) repeat-x 50% bottom;
        background-size: contain;
		 border-bottom: 4px solid #F6953D;
    }
}

.area1 .animebox .walk {
    background: url(../image/walk01.png) no-repeat;
    width: 136px;
    height: 240px;
    animation: walk01 1.5s steps(8) infinite;
}

@keyframes walk01 {
    to {
        background-position: -1152px 0;
    }
}
.area1 .wrap .animebox {
    background: url(../image/area1_bg.png) no-repeat 0 bottom;
}
.area1 .animebox .walk {
    max-width: 144px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.area1 .animebox .bg {
    z-index: 0;
    position: relative;
    width: 640px;
    height: 240px;
}

.area1 .animebox .hukidashi01,
.area1 .animebox .hukidashi02,
.area1 .animebox .hukidashi03 {
    width: 15.9%;
    height: 60.7%;
    max-width: 102px;
    max-height: 145px;
}

.area1 .animebox .hukidashi01 {
    position: absolute;
    bottom: 0;
    right: 11.25%;
    z-index: 1;
}

.area1 .animebox .hukidashi02 {
    position: absolute;
    bottom: 0;
    right: 37.5%;
    z-index: 1;
}

.area1 .animebox .hukidashi03 {
    position: absolute;
    bottom: 0;
    right: 63.75%;
    z-index: 1;
}

@media only screen and (max-width:639px) {
    .area1 .animebox .hukidashi01 {
        /*bottom: calc((100vw * 0.37) * -1);*/
    }
    .area1 .animebox .hukidashi02 {
        /* bottom: calc((100vw * 0.37) * -1);*/
    }
    .area1 .animebox .hukidashi03 {
        /*bottom: calc((100vw * 0.37) * -1);*/
    }
    .area1 .animebox .walk {
        width: 21.25%;
        height: calc(100vw * 0.375);
    }
    .area1 .animebox .walk {
        background: url(../image/walk01.png) no-repeat;
        background-size: calc(100vw * 1.8);
    }
    .area1 .animebox .bg {
        width: 100%;
        height: calc(100vw * 0.375);
    }

	
    @keyframes walk01 {
        to {
            background-position: calc((100vw * 1.8) * -1) 0;
        }
    }
}


.area1 .wrap .animebox>.animation-scrollUp svg {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.area1 .wrap .animebox .animation-scrollUp.is-animated svg {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.area1 .wrap .animebox .animation-scrollUp.is-animated .hukidashi01 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.area1 .wrap .animebox .animation-scrollUp.is-animated .hukidashi02 {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.area1 .wrap .animebox .animation-scrollUp.is-animated .hukidashi03 {
    -webkit-transition-delay: 3.1s;
    transition-delay: 3.1s;
}

@media only screen and (max-width:414px) {
    .area1 .wrap .animebox>.animation-scrollUp svg {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    .area1 .wrap .animebox .animation-scrollUp.is-animated .hukidashi01 {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .area1 .wrap .animebox .animation-scrollUp.is-animated .hukidashi02 {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }
    .area1 .wrap .animebox .animation-scrollUp.is-animated .hukidashi03 {
        -webkit-transition-delay: 2.7s;
        transition-delay: 2.4s;
    }
}


/*.area1 .animation-scrollRotate img {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.area1 .animation-scrollRotate.is-animated img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.area1 .animation-scrollRotate .hukidashi01 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.area1 .animation-scrollRotate .hukidashi02 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.area1 .animation-scrollRotate .hukidashi03 {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}*/

.area1 .animation-scrollVertical {
    -webkit-transform: translateX(448px);
    transform: translateX(448px);
    opacity: 1;
    -webkit-transition: 4.0s;
    transition: 4.0s;
    transition-timing-function: linear;
}

@media only screen and (max-width:639px) {
    .area1 .animation-scrollVertical {
        -webkit-transform: translateX(calc(100vw * 0.7));
        transform: translateX(calc(100vw * 0.7));
    }
    .area2 .animebox .walk {
        height: calc(100vw * 0.375);
    }
}

.area1 .animation-scrollVertical.is-animated {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}


/* area2専用 */

.area2 {
    border-bottom: 8px solid #e13d38;
}

.area2 .inner {
    margin-left: 1rem;
}

@media only screen and (max-width:960px) {
    .type2 .area2 .wrap.flex-container {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .area2 {
        border-bottom: none;
    }
    .area2 .inner {
        margin-left: 0;
    }
}

.area2 .wrap .animebox {
    background: url(../image/area2_bg.png) no-repeat 0 bottom;
}

.type2 .area2 .block_text {
    margin-right: 0;
}

@media only screen and (max-width:960px) {
    .area2 {
        background: none;
    }
    .area2 .wrap .animebox {
        background-size: contain;
    }
    .area2 .inner {
        border-bottom: 4px solid #ff9696;
    }
    .type2 .area2 .block_text {
        margin-right: 1.5rem;
    }
}

.area2 .animebox .walk {
    background: url(../image/walk02.png) no-repeat;
    width: 136px;
    height: 240px;
    animation: walk02 1.5s steps(8) infinite;
}

@keyframes walk02 {
    to {
        background-position: -1152px 0;
    }
}

.area2 .walk {
    max-width: 144px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.area2 .bg {
    z-index: 0;
}

.area2 .pin1 {
    position: absolute;
    top: 30%;
    left: 34.37%;
    z-index: 1;
    width: 12.3%;
    height: 50%;
    max-width: 79px;
}

.area2 .pin2 {
    position: absolute;
    top: 21%;
    left: 57.81%;
    z-index: 1;
    width: 7.9%;
    height: 33.33%;
    max-width: 51px;
}

.area2 .pin3 {
    position: absolute;
    top: 22%;
    left: 79.68%;
    z-index: 1;
    width: 5.4%;
    height: 20.83%;
    max-width: 35px;
}

.area2 .wrap .animebox .animation-scrollDown svg {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.area2 .wrap .animebox .animation-scrollDown.is-animated svg {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1;
}

.area2 .wrap .animebox .animation-scrollDown.is-animated .pin1 {
    -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s;
}

.area2 .wrap .animebox .animation-scrollDown.is-animated .pin2 {
    -webkit-transition-delay: 2.0s;
    transition-delay: 2.0s;
}

.area2 .wrap .animebox .animation-scrollDown.is-animated .pin3 {
    -webkit-transition-delay: 3.0s;
    transition-delay: 3.0s;
}

.area2 .animation-scrollVertical {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: 4.0s;
    transition: 4.0s;
    transition-timing-function: linear;
}

.area2 .animation-scrollVertical.is-animated {
    -webkit-transform: translateX(520px);
    transform: translateX(520px);
    opacity: 1;
}

@media only screen and (max-width:639px) {
    .area2 .pin1 {
        width: 17%;
        top: 10%;
    }
    .area2 .pin2 {
        width: 20%;
        height: 40%;
        max-width: none;
    }
    .area2 .pin3 {
        width: 15%;
        height: 25%;
        max-width: none;
    }
    .area2 .animation-scrollVertical.is-animated {
        -webkit-transform: translateX(calc(100vw * 0.75));
        transform: translateX(calc(100vw * 0.75));
        opacity: 1;
    }
    .area2 .animebox .walk {
        width: 21.25%;
        height: calc(100vw * 0.375);
    }
    .area2 .animebox .walk {
        background: url(../image/walk02.png) no-repeat;
        background-size: calc(100vw * 1.8);
    }
    @keyframes walk02 {
        to {
            background-position: calc((100vw * 1.8) * -1) 0;
        }
    }
}


/* area3専用 */
.area3 {
    border-bottom: 8px solid #258fe6;
}

.area3 .wrap .animebox {
    background: url(../image/area3_bg.png) no-repeat 0 bottom;
}

@media only screen and (max-width:960px) {
    .area3 .inner {
        background-size: contain;
    }
    .area3 .inner {
        border-bottom: 4px solid #258FE6;
    }

.area3 {
    border-bottom: none;
}
}

.area3 .animebox .walk {
    background: url(../image/walk03.png) no-repeat;
    width: 256px;
    height: 240px;
    animation: walk03 1.5s steps(8) infinite;
}

@keyframes walk03 {
    to {
        background-position: -2048px 0;
    }
}

.area3 .walk {
    max-width: 256px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.area3 .bg {
    z-index: 0;
}

.area3 .parts1 {
	margin-top: 40px;
position: absolute;
    top: 10%;
    left: 30%;
    z-index: 1;
}

.area3 .parts2 {
    width: 32.03%;
    height: 83.33%;
    position: absolute;
    bottom: 0;
    left: 28%;
    z-index: 1;
}

@keyframes circular {
    0% {
        transform: rotate(0deg) translateY(-20%) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateY(-20%) rotate(-360deg);
    }
}

.area3 .animebox .animation-scrollRotateY .parts1 {
    opacity: 0;
}

.area3 .animebox .animation-scrollRotateY.is-animated .parts1 {
    animation: circular 1s linear 2;
    opacity: 1;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

@-webkit-keyframes rotateY {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    25% {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    75% {
        -webkit-transform: rotateY(270deg);
        transform: rotateY(270deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-moz-keyframes rotateY {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    25% {
        -moz-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    50% {
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    75% {
        -moz-transform: rotateY(270deg);
        transform: rotateY(270deg);
    }
    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotateY {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    25% {
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    50% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    75% {
        -webkit-transform: rotateY(270deg);
        -moz-transform: rotateY(270deg);
        transform: rotateY(270deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.area3 .animebox .animation-scrollRotateY .parts2 {
    opacity: 0;
}

.area3 .animebox .animation-scrollRotateY.is-animated .parts2 {
    -webkit-animation: rotateY 1s linear 2s 1;
    -moz-animation: rotateY 1s linear 2s 1;
    -ms-animation: rotateY 1s linear 2s 1;
    animation: rotateY 1s linear 2s 1;
    opacity: 1;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.area3 .animation-scrollVertical {
    -webkit-transform: translateX(460px);
    transform: translateX(460px);
    opacity: 1;
    -webkit-transition: 3.5s;
    transition: 3.5s;
    transition-timing-function: linear;
}

@media only screen and (max-width:639px) {
    .area3 .parts1 {
        left: 30%;
        width:35%;
    }
    .area3 .parts2 {
        width: 35%;
    }
    .area3 .animation-scrollVertical {
        -webkit-transform: translateX(calc(100vw * 0.6));
        transform: translateX(calc(100vw * 0.6));
    }
    .area3 .animebox .walk {
        width: 40%;
        height: calc(100vw * 0.375);
    }
    .area3 .animebox .walk {
        background: url(../image/walk03.png) no-repeat;
        background-size: calc(100vw * 3.2);
    }
    @keyframes walk03 {
        to {
            background-position: calc((100vw * 3.2) * -1) 0;
        }
    }
}

.area3 .animation-scrollVertical.is-animated {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}




/* area4専用 */

.area4 {
    border-bottom: 8px solid #915da3;
}

.area4 .inner {
    margin-left: 1rem;
}

@media only screen and (max-width:960px) {
	
	.type2 .block_text {
    text-align: center;
    max-width: 100%;
    margin-right: 1.5em;
    margin-left: 1.5em;
    margin-bottom: 2em;
}

    .type2 .area4 .wrap.flex-container {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .area4 {
        border-bottom: none;
    }
    .area4 .inner {
        margin-left: 0;
    }
}
@media only screen and (max-width:960px) {
    .area4 {
        background: none;
    }
    .area4 .wrap .animebox {
        background-size: contain;
    }
    .area4 .inner {
        border-bottom: 4px solid #915da2;
    }
    .type4 .area2 .block_text {
        margin-right: 1.5rem;
    }
}

.area4 .wrap .animebox {
    background: url(../image/area4_bg.png) no-repeat 0 bottom;
}

.type2 .area4 .block_text {
    margin-right: 0;
}

@media only screen and (max-width:960px) {
 /*z   .area4 {
        background: none;
    }
    .area4 .wrap .animebox {
        background-size: contain;
    }
    .area4 .inner {
        border-bottom: 4px solid #ff9696;
    }
    .type2 .area4 .block_text {
        margin-right: 1.5rem;
    }*/
}

.area4 .animebox .walk {
    background: url(../image/walk02.png) no-repeat;
    width: 136px;
    height: 240px;
    animation: walk02 1.5s steps(8) infinite;
}

@keyframes walk02 {
    to {
        background-position: -1152px 0;
    }
}

.area4 .walk {
    max-width: 144px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    z-index: 2;
}

.area4 .bg {
    z-index: 0;
}
.area4 .animebox .bg {
    z-index: 0;
    position: relative;
 	width: 100%;
   height: calc(130vw * 0.375);
} 


.area4 .parts1 {
	margin-top: 40px;
	position: absolute;
    top: 10%;
    left: 34%;
    z-index: 1;
}
.area4 .parts1 {
	margin-top: 0px;
	position: absolute;
    top: 12px;
    left: 25%;
	bottom: -5px;
    z-index: 1;
}

@keyframes circular {
    0% {
        transform: rotate(0deg) translateY(-20%) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateY(-20%) rotate(-360deg);
    }
}

.area4 .animebox .animation-scrollRotateY .parts1 {
    opacity: 0;
}

.area4 .animebox .animation-scrollRotateY.is-animated .parts1 {
    animation: circular 1s linear 2;
    opacity: 1;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}




.area4 .animation-scrollVertical {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: 3.0s;/* 歩く距離を短くしたらここの値も小さくしないと速度遅くなる */
    transition: 3.0s;/* 歩く距離を短くしたらここの値も小さくしないと速度遅くなる */
    transition-timing-function: linear;
}

.area4 .animation-scrollVertical.is-animated {
    -webkit-transform: translateX(520px);
    transform: translateX(400px);/* 歩かせる距離 */
    opacity: 1;
}

@media only screen and (max-width:639px) {
	.type2 .area4 .inner {
		width: 100%;
		
}
	.type2 .area4 .inner .flex-container{
		margin: 0 auto;	
}
	.type2 .inner .block_text {
    width: auto;
		width: 87%;
	}
    .area4 .parts1 {
        left: 22%;
		top: 4%;
        width:30.5%;
    }
    .area4 .animation-scrollVertical.is-animated {
        -webkit-transform: translateX(calc(130vw * 0.75));
        transform: translateX(calc(80vw * 0.75));
        opacity: 1;
    }
    .area4 .animebox .walk {
        width: 21.25%;
		/*width: 11.25%;*/
        height: calc(100vw * 0.375);
    }
    .area4 .animebox .walk {
        background: url(../image/walk02.png) no-repeat;
        background-size: calc(100vw * 1.8);
    }
    @keyframes walk02 {
        to {
            background-position: calc((100vw * 1.8) * -1) 0;
        }
    }
}
/*@media only screen and (max-width:639px) {
    .area4 .parts1 {
        left: 30%;
        width:35%;
    }
    .area4 .parts2 {
        width: 35%;
    }
    .area4 .animation-scrollVertical {
        -webkit-transform: translateX(calc(100vw * 0.6));
        transform: translateX(calc(100vw * 0.6));
    }
    .area4 .animebox .walk {
        width: 40%;
        height: calc(100vw * 0.375);
    }
    .area4 .animebox .walk {
        background: url(../image/walk03.png) no-repeat;
        background-size: calc(100vw * 3.2);
    }
    @keyframes walk04 {
        to {
            background-position: calc((100vw * 3.2) * -1) 0;
        }
    }
}*/



/* type2 共通　強制上書き */

.type2 .block_cap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.type2 .block_cap img {
    width: auto;
}

.type2 .slidebox {
    width: 304px;
    height: 499px;
}

.type2 .slidebox img{
	display: block;
    width: 304px;
	height: auto;
    border: 1px solid #c7c7c7;
}
	.type2 .slidebox .videoArea {
	width: 304px;
	height:540.44px;
}
	.type2 .slidebox .videoArea video{
	width: 304px;
	height:540.44px;
}


@media only screen and (max-width:960px) {
    .type2 .block_cap {
        margin-top: calc(100vh * 0.1);
        margin-bottom: calc(100vh * 0.1);
    }
}

@media only screen and (max-width:414px) {
    .type2 .block_cap {
        margin-top: calc(100vh * 0.1);
        margin-bottom: calc(100vh * 0.2);
    }
    .slidebox {
        height: auto;
    }

}

@media only screen and (max-width:376px) {
    .type2 .block_cap img {
        /*width: calc(100% - 2rem);*/
        max-width: 83vw;
        margin-left: auto;
        margin-right: auto;
    }
}


/* type3 */

.column.type3 {
    width: 100%;
    background-color: #258fe6;
    padding: 10.93% 0;
}

.type3 h3 {
    font-size: 2.5em;
    color: #FFF;
    font-weight: 500;
}

@media only screen and (max-width:414px) {
    .type3 h3 .sp_visible {
        display: block;
        line-height: 1.2;
    }
}

.type3 .wrap {
    max-width: 1024px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
}

.type3 .wrap.flex-container {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.type3 .gloup {
    width: 312px;
    height: 312px;
    position: relative;
}

.type3 .card_active {
    width: 288px;
    height: 288px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border: 2px solid #258fe6;
    background-color: #FFF;
}

.type3 .card_active p {
    font-size: 1.5em;
    color: #258fe6;
    margin-bottom: 2.0rem;
    margin-top: 1.5rem;
}

.type3 .card_hind {
    width: 288px;
    height: 288px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border: 2px solid #258fe6;
    background-color: #85beed;
}

.card_hind.no01 {
    position: absolute;
}

.card_hind.no02 {
    position: absolute;
}

.card_hind.no01 {
    margin-left: 24px;
    margin-top: 24px;
}

.card_hind.no02 {
    margin-left: 12px;
    margin-top: 12px;
}

@media only screen and (max-width:960px) {
    .type3 h3 {
        font-size: 2em;
    }
    .type3 .wrap {
        width: 100%;
    }
    .type3 .gloup {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;
        width: 196.66px;
        height: 196.66px;
    }
    .type3 gloup div {
        margin: auto;
    }
    .type3 .card_active {
        width: 180px;
        height: 180px;
    }
    .type3 .card_hind {
        width: 180px;
        height: 180px;
    }
    .type3 .card_active p {
        font-size: 1em;
        margin-bottom: 1.0rem;
    }
    .type3 .card_active img {
        width: 60%;
    }
    .card_hind.no01 {
        margin-left: 16px;
        margin-top: 16px;
    }
    .card_hind.no02 {
        margin-left: 8px;
        margin-top: 8px;
    }
}

@media only screen and (max-width:639px) {
    .column.type3 {
        padding: 10.93% 0 20% 0;
    }
    .type3 .wrap.flex-container {
        -webkit-flex-direction: column;
        -webkit-justify-content: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
}

.type3 .wrap.animation-scrollUp div {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}


/*グループ全体のアニメーション*/

.type3 .wrap.animation-scrollUp.is-animated div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.type3 .wrap.animation-scrollUp.is-animated .turn01 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.type3 .wrap.animation-scrollUp.is-animated .turn02 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.type3 .wrap.animation-scrollUp.is-animated .turn03 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

@media only screen and (max-width:960px) {
    .type3 .wrap.animation-scrollUp.is-animated .turn01 {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
    .type3 .wrap.animation-scrollUp.is-animated .turn02 {
        -webkit-transition-delay: 1.0s;
        transition-delay: 1.0s;
    }
    .type3 .wrap.animation-scrollUp.is-animated .turn03 {
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }
}


/*カードのアニメーション

.type3 .gloup .animation-scrollUp div {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: 1.0s;
    transition: 1.0s;
    position: absolute;
    top: 0;
    left: 0;
}

.type3 .gloup .animation-scrollUp.is-animated div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.type3 .gloup .animation-scrollUp.is-animated .no01 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    position: absolute;
    top: 24px;
    left: 24px;
}

.type3 .gloup .animation-scrollUp.is-animated .no02 {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
    position: absolute;
    top: 12px;
    left: 12px;
}

.type3 .gloup .animation-scrollUp.is-animated .no03 {
    -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s;
    position: absolute;
    top: 0;
    left: 0;
}
*/


/* type4 */

.column.type4 {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.column.type4 .bg {
    padding-top: 60px;/* 2行になったので上余白詰めbefore112px */
    /*padding-top: calc(100vw * 0.1);*/
    /*background-image: url(../image/bg_shape_green.png);
    background-repeat: no-repeat;
    background-position: 50% 0;*/
}

.column.type4 .txt01 {
    font-size: 2em;
    color: #00CC56;
    margin-bottom: 32px;
    font-weight: 500;
    line-height: 1.4;/* 2行になったので増before1.2 */
}

.column.type4 .flex-container {
    -webkit-justify-content: center;
    justify-content: center;
}

.column.type4 .flex-container div {
    margin: 0 10px;
}

.column.type4 .txt02 {
    margin-top: 3rem;
    font-size: 3em;
    font-weight: 600;
    color: #00CC56;
    line-height: 1.2;
}

.column.type4 .txt03 {
    margin-top: 1rem;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.5;
    color: #00CC56;
}

@media only screen and (max-width:768px) {
    .column.type4 {
        max-width: 100%;
    }
    .column.type4 .bg {
        padding-top: 64px;
        /*background-image: url(../image/bg_shape_green.png);
        background-repeat: no-repeat;
        background-position: 50% -200px;*/
    }
    .column.type4 .txt01 {
        font-size: 1.5em;
        color: #00CC56;
        margin-bottom: 1rem;
        font-weight: 500;
    }
    .column.type4 .txt01 .sp_visible {
        display: block;
    }
    .column.type4 .txt02 {
        font-size: 2em;
    }
    .column.type4 .txt03 {
        font-size: 1em;
    }
    .column.type4 .flex-container div img {
        width: calc(100vw * 0.4);
        max-width: 256px;
    }
}

@media only screen and (max-width:414px) {
    .column.type4 .bg {
        padding-top: 40px;
    }
    .column.type4 .txt01 .sp_visible,
    .column.type4 .txt02 .sp_visible,
    .column.type4 .txt03 .sp_visible {
        display: block;
    }
    .column.type4 .txt02 {
        font-size: 1.5em;
    }
    .column.type4 .txt03 {
        font-size: 0.8em;
    }
}

.column.type4 .animation-scrollUp img {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.column.type4 .animation-scrollUp.is-animated img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.column.type4 .animation-scrollUp.is-animated .step01 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.column.type4 .animation-scrollUp.is-animated .step02 {
    -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s;
}


/*type5*/

.column.type5 {
    background-color: #00CC56;
    padding-bottom: 5rem;
}

/*▼矢印に動きを出す場合これ必要.column.type5 .animation-scrollDown div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.column.type5 .animation-scrollDown.is-animated div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 1;
}  矢印に動きを出す場合これ必要▲*/


.column.type5 .bg {
    width: 100%;
    height: 120px;
    background-image: url(../image/bg_shape_white.png);
    background-repeat: no-repeat;
    background-position: 50% bottom;
}

.column.type5 .appttl.flex-container {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.column.type5 .appttl .txt01 {
        font-size: 1.5em;
        color: #FFF;
	line-height: 1.2;
        margin-top: 2rem;
        font-weight: 500;
    }



.column.type5 .icon {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.column.type5 .icon img {
    width: 64px;
    height: 64px;
}

.column.type5 h2 {
    font-size: 1em;
    font-weight: 500;
    color: #FFF;
}

.column.type5 .dlbtn {
    margin-top: 2rem;
}

.column.type5 .dlbtn .flex-container {
    -webkit-justify-content: center;
    justify-content: center;
}

.column.type5 .dlbtn .flex-container div {
    margin: 0 1rem;
}

@media only screen and (max-width:768px) {
    .column.type5 .bg {
        width: 100%;
        height: 60px;
        background-image: url(../image/bg_shape_white.png);
        background-repeat: no-repeat;
        background-position: 50% bottom;
    }
	
}

@media only screen and (max-width:414px) {
    .column.type5 .dlbtn .flex-container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .column.type5 .dlbtn .flex-container div {
        margin: 0.5rem;
    }
	  .column.type5 .sp_visible {
        display: block;
    }
}


/*footer*/

footer {
    background-color: #494949;
    padding: 1rem 1rem;
}

@media (max-width: 480px) {
    /* スマートフォンの横幅が480px以下の場合にコピーライト下にpaddingを入れる */
    footer {
        background-color: #494949;
        padding: 1rem 1rem 6.5rem 1rem;
    }
}

footer .flex-container {
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    justify-content: space-between;
    align-items: center;
}

footer p {
    color: #c2c2c2;
    font-size: 0.5em;
    font-weight: lighter;
}

.footer_link{
	background-color: #494949;
    padding: 2rem 1rem 1rem 1rem;
	width:100%;
	height:auto;
}

.footer_link p{
	float:left;
	font-size:1em;
	color:#fff;
}

p.link_sec{
	margin-left:4rem;
}


.footer_link p a{
	color:#fff;
	text-decoration: underline;
}

@media only screen and (max-width:414px) {
    footer .flex-container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    footer p {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width:768px) {
	.footer_link p{
		float:none;
	}
	p.link_sec{
		margin-top:2rem;
		margin-left:0;
	}
}


.pagetop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 16px;
}

@media only screen and (max-width:414px) {
    .pagetop {
        bottom: 16px;
    }
}

.pagetop a {
    display: block;
    background-color: #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    color: #222;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#notice-alkoo-name-change {
    width: 100%;
    opacity: 0.7;
    background-color: #ffd174;
    text-align: left;
    padding: 13px;
}

#notice-alkoo-name-change .title {
    width: 100%;
    font-family: HiraKakuProN-W6;
    font-size: 10px;
    line-height: normal;
    letter-spacing: 0.63px;
    color: #1a1a1a;
    margin: 0 auto 2px;
}

#notice-alkoo-name-change .message {
    width: 100%;
    font-family: HiraKakuProN-W3;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.63px;
    color: #1a1a1a;
    margin: 0 auto;
}

/* ×ボタン */
.batsu-mark {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    background-color: white;
    float: right;
    margin-right: -13px;
    margin-top: -13px;
}

.batsu-mark span::before,
.batsu-mark span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 8%;
    margin: -4% 0 0 -41%;
    background: #979797;
}
.batsu-mark span::before {
    transform: rotate(-45deg);
}
.batsu-mark span::after {
    transform: rotate(45deg);
}

.tariff {
    overflow: scroll;
    margin: 5rem auto 1rem;
    width: 90%
}

table {
    background: white;
    text-align: left;
    border-collapse: collapse;
    line-height: 1.5;
    white-space: nowrap;
    table-layout: fixed;
}
@media only screen and (min-width:640px) {
    table {
        width: 100%
    }
}

thead th {
    background: #E6FFEB;
    color: #4A5D53;
    padding: 1rem;
    border: #eeeeee 2px solid;
}

tbody td {
    padding: 1rem;
    border: #eeeeee 1px solid;
    background: white;
}

.fixed-column {
    position: sticky;
    left: 0;
    background: #A0DCB9;
    color: #4A5E53;
}

.subscribe-notice {
    width: 90%;
    font-size: 0.8rem;
    margin: 1rem auto;
    color: #eeeeee;
    text-align: left;
}

.package-area {
    width: 90%;
    margin: auto;
}

.package-area a {
    display: block;
    margin: 1rem;
}

@media only screen and (min-width:640px) {
    .package-area {
        width: 75%;
        display: flex;
    }
}

@media (min-width: 480px) {
    /* スマートフォンの横幅が480px以上の場合にフッターを非表示にする */
    #fixed-footer {
        display: none;
    }
}

#fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    padding: 10px;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

#fixed-footer img {
    width: 100%;
    min-width: 160px;
    max-width: 200px;
    display: block;
}

#fixed-footer a {
    line-height: 0;
}

#fixed-footer .flex-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
}