* {
    margin: 0;
    padding: 0;
}


/*　iOSのデフォルトの設定を無効か */

input,
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pcview {
    display: inline!important;
}

.spview {
    display: none!important;
}

@media screen and (max-width: 769px) {
    /*tablet , smart phone access*/
    .pcview {
        display: none!important;
    }
    .spview {
        display: inline!important;
    }
}


/* html,bodyタグの設定 */


/*ダブルタップ制限*/

html {
    touch-action: manipulation;
}

body {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body::-webkit-scrollbar {
    display: none;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f5f5;
    font-size: 16px;
    font-family: sans-serif;
}

.main2 {
    z-index: 1;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    height: 220px;
    background: #f7f5f5;
    box-shadow: 0px 2px 2px 1px #bebebe;
    border: 2px solid #89B700;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.main {
    z-index: 1;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    height: 220px;
    background: #f7f5f5;
    box-shadow: 0px 0px 2px 0px #bebebe;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
}

@media screen and (min-width: 769px) {
    .main {
        box-shadow: 0px 2px 2px 1px #bebebe;
    }
}

.en {
    font-size: 1.8em;
}

#jp {
    font-size: 1.1em;
    padding-left: 5px;
    padding-right: 5px;
}

.en2 {
    /*color: #fcfeff;*/
    color: #545454;
    font-size: 2em;
}

.jp2 {
    font-size: 1.3em;
    /*color: #fcfeff;*/
    color: #545454;
}

.yes {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 25px;
    font-size: 1.5em;
    padding: 1px 10px;
    text-decoration: none;
    color: #FFF;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0px 2px 2px 1px #bebebe;
    border: 2px solid #89B700;
    background-color: #89B700;
}

.no {
    margin-top: 10px;
    font-size: 1.5em;
    padding: 1px 10px;
    text-decoration: none;
    color: #FFF;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0px 2px 2px 1px #bebebe;
    border: 2px solid #89B700;
    background-color: #89B700;
}

.restart_box {
    position: absolute;
    display: none;
    z-index: 50;
    background: #f7f5f5;
    top: 0;
    height: 100%;
    width: 100%;
    font-family: sans-serif;
    text-align: center;
}

.restart {
    margin: 0 auto;
    margin-top: 10px;
    font-size: 1.3em;
    padding: 1px 10px;
    text-decoration: none;
    color: #FFF;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0px 2px 2px 1px #bebebe;
    border: 2px solid #89B700;
    background-color: #89B700;
}

.sound {
    margin-right: 25px;
    width: 75px;
    height: auto;
}

#stop {
    margin-top: 10px;
    margin-right: 25px;
    font-size: 1.5em;
    padding: 1px 10px;
    text-decoration: none;
    color: #FFF;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0px 2px 2px 1px #bebebe;
    border: 2px solid #FF9900;
    background-color: #FF9900;
}

#start {
    margin-top: 10px;
    margin-right: 25px;
    font-size: 1.5em;
    padding: 1px 10px;
    text-decoration: none;
    color: #FF9900;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0px 2px 2px 1px #bebebe;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
}

.loading_bg {
    color: #4f8091;
    z-index: 99;
    position: absolute;
    background: #f7f5f5;
    top: 0;
    height: 100%;
    width: 100%;
    font-size: 1.5em;
    font-family: sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading_content {
    text-align: center;
    display: inline-block;
    color: #114c61;
    position: absolute;
}

.tango_left {
    position: absolute;
    text-align: left;
    font-weight: bold;
    font-size: 1em;
    padding-left: 20px;
    line-height: 0.95em;
    color: transparent;
    background: rgb(60, 59, 62);
    text-shadow: 0 0 0.1em rgba(69, 52, 166, 0.05), 0.01em 0.04em 0.03em rgba(255, 255, 255, 0.4);
    -webkit-background-clip: text;
}

.not_yet_box {
    height: 20px;
    text-align: right;
    margin-bottom: 50px;
    padding-right: 50px;
}

.not_yet {
    font-size: 0.9em;
    box-shadow: 0px 2px 2px 1px #848383;
    border: 2px solid #332015;
    background-color: #332015;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFF;
    padding-top: 2px;
    padding-bottom: 2px;
}

.container {
    width: 100%;
    margin: auto;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -50px;
}

.btns {
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .parent {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .parent {
        margin: 0 auto;
        width: 80%;
        max-width: 600px;
    }
}

.retry_list {
    position: relative;
    top: 30px;
    padding-right: 10px;
    width: 210px;
    height: 20px;
    background: #632F1C;
    padding: 7px;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
}

.retry_list:after,
.retry_list:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 150px;
}

.retry_list:after {
    border-color: rgba(99, 47, 28, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-bottom-color: #632F1C;
}

.retry_list:before {
    border-color: rgba(133, 133, 133, 0);
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 13px;
    border-right-width: 13px;
    margin-left: -13px;
    margin-bottom: 3px;
    border-bottom-color: #858585;
}

.table_retry {
    width: 100%;
    text-align: right;
}

.sub_text {
    font-size: 20px;
}

.futosa {
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    text-align: center;
}

.futosa_text {
    width: 60%;
    font-weight: bold;
    height: 32px;
    color: #8cb8dc;
    vertical-align: middle;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    background: #91a3b4;
    height: 17px;
    width: 100%;
    border-radius: 10px;
}

input[type="range"]#point_slider {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    background: #91a3b4;
    height: 17px;
    width: 55%;
    border-radius: 10px;
}


/* sp */

@media screen and (max-width: 769px) {
    input[type="range"] {
        -webkit-appearance: none;
        appearance: none;
        cursor: pointer;
        outline: none;
        background: #91a3b4;
        height: 17px;
        width: 100%;
        border-radius: 10px;
    }
    input[type="range"]#point_slider {
        -webkit-appearance: none;
        appearance: none;
        cursor: pointer;
        outline: none;
        background: #91a3b4;
        height: 17px;
        width: 55%;
        border-radius: 10px;
    }
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: rgb(117, 98, 98);
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

#sokudo {
    text-align: center;
}

.speed_btn {
    color: #FFF;
    font-weight: bold;
    background-color: #5e5a5a;
    border: solid 5px white;
    width: 50px;
    height: 30px;
    border-radius: 30%;
    box-shadow: 0 0 0 5px #5e5a5a;
}

.speed_text {
    padding-bottom: 10px;
    color: #5e5a5a;
    font-size: 0.8em;
}

.notbox {
    height: 20px;
}

.first_yes {
    margin-top: -40px;
    position: absolute;
    width: 220px;
    height: 20px;
    background: #632F1C;
    padding: 7px;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
}

.first_yes:after,
.first_yes:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 17%;
}

.first_yes:after {
    border-color: rgba(99, 47, 28, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #311d15;
}

.first_yes:before {
    border-color: rgba(133, 133, 133, 0);
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 13px;
    border-right-width: 13px;
    margin-left: -13px;
    margin-top: 3px;
    border-top-color: #858585;
}

.yasa,
.nan {
    display: inline-block;
}

.yasa {
    margin-right: auto;
}

.nannido_text {
    margin: 0 auto;
    width: 60%;
    color: #7b8996;
    display: flex;
}

.plan {
    font-size: 1em;
    padding: 7px 12px;
    text-decoration: none;
    color: #FFF;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0px 2px 2px 1px #bebebe;
    border: 2px solid #5e5a5a;
    background-color: #5e5a5a;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .footer {
        display: flex;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 30px;
    }
}

@media screen and (min-width: 769px) {
    .footer {
        display: flex;
        position: absolute;
        bottom: 0;
        width: 80%;
        max-width: 600px;
        height: 30px;
    }
}

#home_btn {
    cursor: pointer;
    width: 30px;
    height: auto;
}

.home_btn {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
    padding-left: 3px;
    padding-bottom: 3px;
}

.home,
.auto_save {
    display: inline-block;
}

.home {
    cursor: pointer;
    bottom: 0;
    width: 30px;
    height: auto;
    padding-left: 3px;
    padding-bottom: 3px;
    margin-right: auto;
}

.auto_save {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 0.7em;
    color: #5e5a5a;
    animation: auto_save 1s ease-in-out infinite alternate;
}

@keyframes auto_save {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modosu {
    width: 20px;
    height: auto;
    vertical-align: middle;
}

.susumu {
    width: 20px;
    height: auto;
    vertical-align: middle;
}

#done_num {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 0.95em;
    color: transparent;
    background: rgb(60, 59, 62);
    text-shadow: 0 0 0.1em rgba(69, 52, 166, 0.05), 0.01em 0.04em 0.03em rgba(255, 255, 255, 0.4);
    -webkit-background-clip: text;
    vertical-align: middle;
}

.menu2 {
    padding-top: 10px;
}

.animate {
    font-size: 30px;
    margin: 100px 0 0;
}

.animate span {
    display: inline-block;
}

.animate span:nth-of-type(2) {
    animation-delay: .05s;
}

.animate span:nth-of-type(3) {
    animation-delay: .1s;
}

.animate span:nth-of-type(4) {
    animation-delay: .15s;
}

.animate span:nth-of-type(5) {
    animation-delay: .2s;
}

.animate span:nth-of-type(6) {
    animation-delay: .25s;
}

.animate span:nth-of-type(7) {
    animation-delay: .3s;
}

.animate span:nth-of-type(8) {
    animation-delay: .35s;
}

.animate span:nth-of-type(9) {
    animation-delay: .4s;
}

.animate span:nth-of-type(10) {
    animation-delay: .45s;
}

.animate span:nth-of-type(11) {
    animation-delay: .5s;
}

.animate span:nth-of-type(12) {
    animation-delay: .55s;
}

.animate span:nth-of-type(13) {
    animation-delay: .6s;
}

.animate span:nth-of-type(14) {
    animation-delay: .65s;
}

.animate span:nth-of-type(15) {
    animation-delay: .7s;
}

.animate span:nth-of-type(16) {
    animation-delay: .75s;
}

.animate span:nth-of-type(17) {
    animation-delay: .8s;
}

.animate span:nth-of-type(18) {
    animation-delay: .85s;
}

.animate span:nth-of-type(19) {
    animation-delay: .9s;
}

.animate span:nth-of-type(20) {
    animation-delay: .95s;
}


/* Animation Six */

.six span {
    color: #114c61;
    opacity: 0;
    transform: rotate(-180deg) translate(150px, 0);
    animation: twister .5s forwards;
}

@keyframes twister {
    10% {
        opacity: 1;
    }
    100% {
        transform: rotate(0deg) translate(0);
        opacity: 1;
    }
}


/*　ハンバーガーボタン　*/

.hamburger {
    cursor: pointer;
    display: block;
    position: fixed;
    z-index: 13;
    right: 5px;
    top: 5px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #b75f5f;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 10px;
}

.hamburger span:nth-child(2) {
    top: 20px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}

@media (min-width: 769px) {
    .hamburger {
        display: block;
        position: fixed;
        z-index: 13;
        right: 13px;
        top: 12px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }
    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #b75f5f;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 10px;
    }
    .hamburger span:nth-child(2) {
        top: 20px;
    }
    .hamburger span:nth-child(3) {
        top: 30px;
    }
}


/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

nav.globalMenuSp {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    overflow-y: scroll;
}

.globalMenuSp::-webkit-scrollbar {
    display: none;
}

nav.globalMenuSp ul {
    background: rgb(160, 159, 159);
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #fff;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li:hover {
    background: #b0b0b0;
}


/* このクラスを、jQueryで付与・削除する */

nav.globalMenuSp.active {
    transform: translateX(0%);
}


/* アコーディオン */

.contents_menu {
    font-size: 1em;
    display: none;
}

.list-item {
    height: 60px;
}

.menu-title {
    color: #fff;
    font-size: 1.1em;
    height: 50px;
    padding-top: 18px;
    padding-bottom: 4px;
    font-weight: 600;
    font-family: sans-serif;
}

@media (min-width: 769px) {
    .list-item {
        height: 60px;
    }
    .menu-title {
        height: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.cencept_pa {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.cencept_pa .concept {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    width: 98%;
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
}

@media (min-width: 769px) {
    .cencept_pa .concept {
        width: 50%;
        text-align: left;
        display: inline-block;
    }
}

.list_link {
    font-size: 1.1em;
    font-weight: 700;
    color: #fff;
}

.speed_jp {
    margin-top: 15px;
}