body {
    -webkit-text-size-adjust: none;
    min-width: 320px;
    font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
    font-size: 14px;
    text-rendering: optimizeLegibility;
}

#wrapper {
    margin: 0;
    padding: 0;
    color: #444;
    overflow-x: hidden;
    line-height: 1.5;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.top0103Inner,
.top02Inner,
.inner,
.mainInner,
.contents01Inner,
.footerInner {
    width: 980px;
    margin: 0 auto;
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 300ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/*header*/
.header {
    background-color: #333;
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;*/
}

.headerTop {
    display: flex;
    align-items: center;
    padding: 20px 0 5px;
}

.mainLogo {
    margin-right: auto;
}

.onlineBanner,
.facebook {
    padding-right: 20px;
}

.online {
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    /* 追加 */
    transform: rotate(.03deg);
    padding-right: 5px;
}

.online_en {
    color: #fff;
    font-family: "Times New Roman", Times, "serif";
    /* 追加 */
    transform: rotate(.03deg);
    padding-right: 5px;
}

.onlineBanner {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}

.btn-icon {
    display: inline-block;
    text-align: center;
    max-width: 260px;
    background-color: #b02a52;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 4px;
    position: relative;
}

.btn-icon:hover {
    opacity: 0.8;
}

.facebook a {
    display: block;
}

.facebook a:hover {
    filter: alpha(opacity=70);
    /* IE 6,7*/
    -moz-opacity: 0.7;
    /* IE 8,9 */
    opacity: 0.7;
    transition: 1.0s;
}

.facebook img {
    width: 38px;
}

.language_button {
    color: #fff;
    font-family: "Times New Roman", Times, "serif";
    /* 追加 */
    transform: rotate(.03deg);
}

.btn-border {
    display: inline-block;
    max-width: 180px;
    text-align: left;
    font-size: 20px;
    color: #fff;
    background-color: #888;
    text-decoration: none;
    font-weight: bold;
    padding: 4px 16px;
    border-radius: 4px;
    transition: .4s;
}

.btn-border:hover {
    background-color: #b02a52;
    color: #000;
    transition: 1.0s;
}

.headerNav,
.headerNav_en {
    padding-bottom: 5px;
}

nav.top ul {
    display: flex;
    flex-flow: row;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 10px 0 10px 0;
}

nav.top_en ul {
    display: flex;
    flex-flow: row;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 10px 0 10px 0;
}

nav.top li {
    padding: 0 60px;
}

nav.top_en li {
    padding: 0 20px;
}

nav.top li a {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    /* 追加 */
    transform: rotate(.03deg);
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav.top_en li a {
    display: block;
    font-family: "Times New Roman", Times, "serif";
    font-size: 120%;
    /* 追加 */
    transform: rotate(.03deg);
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav.top li a:hover,
nav.top_en li a:hover,
.mail a:hover,
.contactus a:hover,
.footerLogo a:hover {
    color: #b02a52;
    transition: 1.0s;
}

#nav-content li a:hover {
    color: #000;
    background-color: #eee;
    transition: 1.0s;
}

/* #logo img {
    width: 205px;
} */

#nav-drawer,
#nav-drawer_en {
    display: none;
}

@media only screen and (max-width: 768px) {

    .headerTop,
    .top,
    .headerTop,
    .top_en {
        display: none;
    }

    #nav-drawer,
    #nav-drawer_en {
        display: block;
        position: relative;
        padding: 10px 0 0;
    }

    .drawerLogo {
        padding-left: 10px;
    }

    .drawerLogo img {
        width: 80px;
    }

    /*チェックボックス等は非表示に*/
    .nav-unshown {
        display: none;
    }

    /*アイコンのスペース*/
    #nav-open,
    #nav-open_sub {
        display: inline-block;
        width: 30px;
        height: 22px;
        vertical-align: middle;
        position: absolute;
        right: 10px;
    }

    /*ハンバーガーアイコンをCSSだけで表現*/
    #nav-open span,
    #nav-open span:before,
    #nav-open span:after {
        position: absolute;
        height: 3px;
        /*線の太さ*/
        width: 25px;
        /*長さ*/
        border-radius: 3px;
        background: #fff;
        display: block;
        content: '';
        cursor: pointer;
        right: 0;
    }

    #nav-open_sub span,
    #nav-open_sub span:before,
    #nav-open_sub span:after {
        position: absolute;
        height: 3px;
        /*線の太さ*/
        width: 25px;
        /*長さ*/
        border-radius: 3px;
        background: #444;
        display: block;
        content: '';
        cursor: pointer;
        right: 0;
    }

    #nav-open span:before {
        bottom: -8px;
    }

    #nav-open_sub span:before {
        bottom: -8px;
    }

    #nav-open span:after {
        bottom: -16px;
    }

    #nav-open_sub span:after {
        bottom: -16px;
    }

    /*閉じる用の薄黒カバー*/
    #nav-close {
        display: none;
        /*はじめは隠しておく*/
        position: fixed;
        z-index: 99;
        top: 0;
        /*全体に広がるように*/
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }

    /*中身*/
    #nav-content,
    #nav-content_en {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        /*最前面に*/
        width: 70%;
        /*右側に隙間を作る（閉じるカバーを表示）*/
        max-width: 330px;
        /*最大幅（調整してください）*/
        background: #b02a52;
        /*背景色*/
        transition: .3s ease-in-out;
        /*滑らかに表示*/
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
        /*左に隠しておく*/
    }

    #nav-content li:not(:last-child) {
        border-bottom: #fff 1px solid;
    }

    #nav-content_en li:not(:last-child) {
        border-bottom: #fff 1px solid;
    }

    #nav-content li a {
        display: block;
        padding: 20px;
        font-family: YuMincho;
        text-decoration: none;
        color: #000;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #nav-content_en li a {
        display: block;
        padding: 20px;
        font-family: "Times New Roman", Times, "serif";
        text-decoration: none;
        color: #000;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked~#nav-close {
        display: block;
        /*カバーを表示*/
        opacity: .5;
    }

    #nav-input:checked~#nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        /*中身を表示（右へスライド）*/
        box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    }

    #nav-input:checked~#nav-content_en {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        /*中身を表示（右へスライド）*/
        box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    }
}

/*top*/

#top01,
#top02 {
    background: #000;
}

#top03 {
    background: #fff;
}

#top01 img,
#top02 img,
#top03 img {
    display: block;
    margin: 0 auto;
}

/*main*/

#main {
    background: #000;
}

.backImage {
    max-width: 100%;
    height: auto;
}

/*contents01*/

#contents01 {
    background-image: url(../img/handle_up.gif);
    background-repeat: repeat-x;
}

.catch {
    position: relative;
}

.word_pc {
    padding-top: 130px;
    display: block !important;
}

.word_res {
    display: none !important;
}

.tokucho {
    padding: 40px 0 0 60px;
}

.circle01 {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    margin: 0 18px 0 9px;
}

.circle01_en {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    margin: 0 18px 0 9px;
    font-family: 'Montserrat', sans-serif;
    font-size: 80%;
}

.circle02 {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #F8B62D;
    color: #000;
    margin-right: 18px;
}

.circle02_en {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #F8B62D;
    color: #000;
    margin-right: 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 80%;
}

.circle01 span,
.circle01_en span,
.circle02 span,
.circle02_en span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 150px;
    text-align: center;
}

#lineUp,
#cyui {
    padding-top: 100px;
}

#lineUp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#lineUp img {
    width: 250px;
}

#lineUp p {
    text-align: center;
    padding: 10px 0 50px;
}

#howToUse {
    padding-top: 160px;
}

.howToUseTitle {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
}

.howToUseTitle_en {
    font-family: "Times New Roman", Times, "serif";
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    padding-bottom: 30px;
}

.moviePhoto {
    display: flex;
    padding-bottom: 25px;
    justify-content: space-between;
    align-items: flex-start;
}

.item {
    flex-basis: 49.5%;
}


.youtube {
    position: relative;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    overflow: hidden;
}

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

.moviePhoto img {
    width: 100%;
}

.ushiImage {
    padding-left: 37px;
}

.torisetsuSP {
    display: none;
}

.torisetsutext a {
    display: block;
    /* 追加 */
    transform: rotate(.03deg);
    color: #444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 5px;
}

.torisetsutext a:hover,
.mail a:hover,
.contactus a:hover,
.footerLogo a:hover {
    color: #b02a52;
    transition: 1.0s;
}

#cyui p {
    font-size: 16px;
    border-bottom: 1px solid;
}

.cyuiColor {
    color: #F8B62D;
}

#cyui li {
    margin: 1em 0 0 1rem;
    list-style-type: disc;
}

/*pageTop*/

#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    pointer-events: auto;
}

#pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1;
    border-bottom: none;
    background: #b02a52;
    color: #fff;
    text-align: center;
    font-size: 20px;
    transition: all .2s ease-out;
}

#pagetop a:hover {
    opacity: 0.9;
}

#pagetop a i {
    padding-top: 10px;
}

/*footer*/

#footer {
    background-image: url(../img/handle_down.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 100px;
}

.footerInner {
    padding-bottom: 150px;
}

.copyright {
    padding-top: 20px;
}

.corporate {
    display: flex;
    justify-content: space-between;
}

.English_page {
    padding: 0 50px 0 0;
}

.office {
    font-size: 19px;
}

.English {
    font-family: "Times New Roman", Times, "serif";
}

.contact {
    width: 606px;
    border: 1px solid;
    margin-top: 10px;
    padding: 5px;
}

.Englishcontact {
    width: 611px;
    border: 1px solid;
    margin-top: 10px;
    padding: 5px;
}

.mail {
    font-family: "Times New Roman", Times, "serif";
    font-size: 18px;
}

.mail a {
    text-decoration: none;
    color: #444;
}

@media screen and (max-width:768px) {

    .inner,
    .top0103Inner,
    .top02Inner,
    .contents01Inner,
    .footerInner {
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
    }

    /*top*/
    #top {
        display: none;
    }

    /*main*/
    #main {
        background: #000;
    }

    .mainlogo {
        padding: 10px;
    }

    .mainlogo img {
        width: 60%;
    }

    .language_button {
        padding: 7px;
    }

    .online {
        bottom: 5px;
    }

    .banner img {
        width: 65%;
    }

    .button {
        font-size: 14px;
    }

    /*contents01*/
    .word_pc {
        padding-top: 130px;
        display: none !important;
    }

    .word_res {
        display: block !important;
        padding-top: 130px;
    }

    .word_res img {
        max-width: 100%;
    }

    .tokucho {
        padding: 30px;
        width: 300px;
        text-align: center;
        margin: 0 auto;
    }

    .circle01,
    .circle01_en {
        margin: 0 0 20px 0;
    }

    .circle02,
    .circle02_en {
        margin: 0 0 20px 0;
    }

    #lineUp,
    #cyui {
        padding: 50px 20px 0;
    }

    #howToUse {
        padding-top: 160px;
    }

    .howToUseTitle {
    	font-size: 14px;
    }

    #lineUp {
        display: block;
        text-align: center;
    }

    .moviePhoto {
        display: block;
        text-align: center;
    }

    .ushiImage {
        padding-left: 0;
    }

    .torisetsu {
        display: none;
    }

    .torisetsuSP {
        display: block;
    }

    .torisetsuSP {
        font-size: 18px;
    }

    .torisetsuSP img {
        width: 100%;
    }

    .torisetsutext {
        padding-left: 20px;
    }

    /*footer*/
    #footer {
        padding-top: 100px;
    }

    .corporate {
        display: block;
    }

    .copyright {
        padding-left: 20px;
    }

    .Japanese,
    .English_page {
        padding: 0 20px;
        float: none;
        text-align: center;
    }

    .English,
    .ushiwakka_logo {
        text-align: center;
        padding: 30px 20px 0;
    }

    .contact,
    .Englishcontact {
        width: 90%;
        margin: 30px auto 0;
    }
}