a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    display: block;
    margin-block: 0em; margin-inline: 0px; }

section {
    width: 100%;
    max-width: 100%;
    margin: 0px auto 10px;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block: 0em; margin-inline: 0px; padding-inline-start: 0px; }

.header_line {
    display: none;
}

.header_line_inner {
    display: none;
}

.header_line_box a {
    color: rgb(255, 255, 255);
    border-left: 1px solid;
    padding: 0px 8px;
}

.header_line_box a:hover {
    text-decoration: underline;
}

.header_line_box:nth-of-type(1) {
    border-right: 1px solid;
}

#st-menubox {
    padding: 1px 0px 0px;
    box-shadow: rgba(197, 197, 197, 0.39) 0px 1px 20px 0px;
    background: rgba(255, 255, 255, 0.97);
}

#st-menuwide {
    width: 100%;
    height: 50px;
    display: flex;
    flex-flow: row;
    margin: 0px auto;
    padding-bottom: 0px;
}

.smanone {
    height: 50px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.smanone ul {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 12px;
    width: 100%;
    padding-inline-start: 0px; }

.smanone li {
    position: relative;
    width: 14px;
    margin: 0px 20px;
    text-align: center;
    transform: translate(0px, 10px);
}

.smanone ul::before {
    display: none;
}

.smanone li::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(0% - 30px);
    border-bottom: 2px solid transparent;
    transition: all 300ms ease 0s;
}

.smanone li a:hover {
    text-decoration: none;
}

.smanone li a {
    display: block;
    font-weight: 600;
    color: rgb(0, 144, 214);
}

.smanone li:hover::after {
    display: none;
}

.scroll-header-a #st-menubox {
    padding: 0px;
    box-shadow: rgb(204, 204, 204) -1px 1px 7px 0px;
    background: rgb(255, 255, 255);
    margin: 0px auto;
    width: 100%;
    height: 50px;
}

.scroll-header-a .smanone li {
    width: 20%;
    margin: 0px;
    text-align: center;
    transform: translate(0px, 15px);
}

.scroll-header-a .smanone li:hover::after {
    border-bottom: 0px solid rgba(255, 255, 255, 0) !important;
}

.scroll-header-a {
    display: none;
    position: fixed;
    top: -70px;
    left: 0px;
    width: 100%;
    background-color: rgb(127 127 127);
    z-index: 10000000;
    box-shadow: rgba(221, 221, 221, 0) 0px 0px 0px;
    height: 50px;
}

.scroll-header-a img {
    transform: translate(0px, 28px);
    height: 40px;
    width: 88px !important;
}

.scroll-header-a li a:hover {
    color: rgb(253, 73, 102);
    text-decoration: none;
    font-weight: bold;
}

.hover15 {
    display: block;
    padding: 0px;
    height: 43px;
    border-radius: 12px;
    background-color: rgb(242, 0, 68);
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    left: 0px;
    transform: translate(0px, 0px);
    width: 96%;
    bottom: 0px;
    position: fixed;
    margin: 0px 2%;
    top: auto;
}

.hover15 p {
    min-width: 150px;
    display: block;
    transform: translate(0px, 10px);
}

#point00 {
    transform: translate(0px, -150px);
}

#point01, #point02, #point03, #point04 {
    transform: translate(0px, -50px);
}

body {
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: rgb(127 127 127);
}

#all-wrap {
    overflow: hidden;
    margin-bottom: 0px;
    text-align: center;
}

#all-wrap img {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 375px;
}

.top_screen {
    width: 100%;
    margin: 30px 0 65px !important;
    background: rgb(127 127 127);
    display: block;
    unicode-bidi: normal;
    transform: translate(0px, 40px);
}

.top-screen-inner {
    position: relative;
    background-color: rgb(255, 255, 255);
}

.top_screen img {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%,0%);
    max-width: 390px !important;
    width: 94% !important;
}

.bx-wrapper, .bx-viewport {
    height: 337px !important;
}

.hidden_box {
    margin: 0px;
    padding: 0px;
}

.hidden_box label {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    border-top: 1px dotted rgb(255, 255, 255);
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 300ms ease 0s;
    padding: 4px;
    line-height: 1.5;
    color: rgb(255, 255, 255) !important;
    background: rgba(255, 255, 255, 0) !important;
}

.hidden_box p {
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin: 0px 0px 28px;
    padding-left: 45px;
    font-size: 12px !important;
}

.hidden_box label::before {
    display: inline-block;
    content: "+";
    font-family: FontAwesome;
    padding-right: 15px;
    transition: all 1s ease 0s;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 20px;
    left: 0px;
    top: 15px;
}

.hidden_box input:checked ~ label {
    color: rgb(255, 255, 255) !important;
}

.hidden_box input:checked ~ label::before {
    content: "－";
    transform: rotateY(360deg);
    transform-origin: -10% -10%;
    color: rgb(253, 218, 0);
    font-weight: bold;
    font-size: 20px;
}

.hidden_box a:hover {
    color: rgb(253, 218, 0);
}

.hidden_box label:hover {
    background: rgba(222, 247, 255, 0.77);
    color: rgb(255, 255, 255) !important;
}

.hidden_box input {
    display: none;
}

.hidden_box .hidden_show {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.8s ease 0s;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.hidden_box input:checked ~ label ~ .hidden_show {
    padding: 10px 0px;
    height: auto;
    opacity: 1;
}

.footer_area {
    display: flex;
    justify-content: center;
    padding: 25px 0px 31px;
    background-color: rgb(37 37 37 / 48%);
    color: rgb(255, 255, 255);
}

.footer_area a:hover {
    text-decoration: none;
}

.footer_container {
    width: 1125px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer_container_txt {
    font-size: 12px;
    text-align: center;
    font-weight: 100;
}

.footer_container_btn {
    display: flex;
    margin-top: 12px;
}

.footer_container_btn_color:first-of-type {
    margin: 10px 10px 10px 0px;
    width: 450px;
    height: 100px;
    background-color: rgb(253, 73, 102);
}

.footer_container_btn_color {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    border-radius: 6px;
    color: rgb(255, 255, 255);
}

.footer_container_btn_color:hover {
    color: rgb(255, 255, 255) !important;
}

.footer_container_btn_color:nth-of-type(2) {
    flex-direction: column;
    width: 300px;
    height: 100px;
    margin: 10px 10px 10px 0px;
    background-color: rgb(76, 175, 80);
    line-height: 2rem;
}

.footer_container_btn_color::after {
    position: absolute;
    top: calc(50% - 18px);
    right: 10px;
    width: 7px;
    height: 7px;
    content: "▲";
    transform: rotate(90deg);
}

.hover01 {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.hover01 p::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover01 p:hover::before {
    animation: 0.75s ease 0s 1 normal none running circle;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.hover15 a {
    position: relative;
}

.hover15 p::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover15 p:hover::before {
    animation: 0.75s ease 0s 1 normal none running circle;
}

.footer_container_btn_sub {
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}

.footer_container_btn_sub a {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 228px;
    height: 46px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.2s ease 0s;
    color: rgb(255, 255, 255);
}

.footer_container_btn_sub a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(102, 102, 102) !important;
}

.pagetop {
    height: 50px;
    width: 50px;
    background: url("./images/admin/pagetopsp.png") right top / 50px 50px repeat-x rgb(105, 105, 105);
    position: fixed;
    bottom: 55px;
    right: 10px;
    border-radius: 16px;
    z-index: 50;
    opacity: 0.6;
}

.pagetop:hover {
    opacity: 1;
}

.application_contactform {
    font-size: 12px;
}

.application_contactform .post-title {
    display: none;
}

.application_contactform7 {
    text-align: center;
    margin-bottom: 14px;
}

.application_contactform7 p {
    margin: 0px;
}

.application_contactform7_btn {
    margin: 0px auto;
    display: block;
    width: 200px;
}

.application_contactform7_btn #important_button {
    color: rgb(255, 255, 255);
    padding: 0px;
    transform: translate(0px, -10px);
    background: rgb(242, 0, 68) !important;
    min-width: 200px !important;
}

.inquiry_form {
    color: rgb(56, 56, 56);
    padding: 0px;
    max-width: 100% !important;
    width: 98% !important;
    margin: 0px 1% 24px !important;
    font-size: 12px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    display: inline-table !important;
}

.inquiry {
    width: 375px;
    padding: 0px 7px;
}

.inquiry form textarea {
    margin-bottom: 30px;
}

.inquiry_form tbody {
    background: rgb(255, 255, 255);
    margin: 0px auto !important;
    width: 100% !important;
}

.inquiry_form th {
    font-size: 14px;
    vertical-align: middle;
    font-weight: 600;
    text-align: center;
    padding: 10px 8px !important;
    border: 0px solid rgb(119, 119, 119) !important;
    color: rgb(56, 56, 56) !important;
    background: rgb(239, 239, 239) !important;
}

.inquiry_form td {
    position: relative;
    border: 1px solid rgb(255, 255, 255);
    padding: 0px 0px 0px 10px;
    max-width: 100%;
    font-size: 14px;
    display: flex;
    flex-flow: column;
    vertical-align: middle;
    min-height: 49px;
}

.inquiry_form select {
    min-width: 202px;
    height: 35px;
}

.inquiry_form td:hover {
    background-color: rgb(255, 238, 238);
}

.inquiry_form .m-alert {
    position: absolute;
    right: 6px;
    top: 14px;
    padding: 3px 5px;
    background: rgb(255, 128, 128);
    color: rgb(255, 255, 255);
    font-size: 10px;
}

.inquiry_form .topcell {
    font-size: 18px;
    margin: 0px;
    text-align: center;
    background-color: rgb(254, 218, 0) !important;
    color: rgb(255, 255, 255) !important;
    padding: 8px 0px !important;
}

.inquiry_form_careerchoice .wpcf7-list-item {
    display: block;
    width: 76%;
    line-height: 26px;
}

.inquiry_form_careerchoice2 .wpcf7-list-item {
    display: block;
    line-height: 26px;
}

.inquiry_form input[type="text"], .inquiry_form input[type="tel"], .inquiry_form input[type="email"] {
    padding: 0px 0px 1px 10px;
    height: 45px;
    border-radius: 2px;
    max-width: 80%;
}

.wpcf7c-elm-step1 p {
    line-height: 160%;
    margin: 0px 0px 6px;
    font-size: 90%;
}

.inquiry_form form input[type="submit"], form button {
    background: rgb(37, 129, 196);
    color: rgb(255, 255, 255);
    margin: 0px auto;
    display: block;
}

.application-thanks {
    width: 100%;
    max-width: 360px;
    margin: 0px auto;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.application-thanks p {
    padding: 0px 10px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 12px;
}

.application-thanks .application-send {
    width: 90%;
    background: rgb(12, 160, 214);
    padding: 8px;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.application-company {
    text-align: right;
    margin-top: 30px;
}

.application-thanks_page .post-title {
    display: none;
}

.spbr {
    display: block;
}

.hshow {
    display: block !important;
}

#content-w {
    margin-bottom: 60px;
}

.wpcf7-textarea {
    width: 86%;
}

.cbox_hidden {
    font-size: 14px;
    padding: 0px;
    margin: 20px auto;
}

.carea {
    padding: 0px 8px;
}

.cbox {
    font-size: 14px;
}

#checkBox input {
    font-size: 14px;
    color: rgb(231, 0, 9);
    background: rgb(254, 218, 0) !important;
}

#checkBox {
    width: 90%;
    margin: 20px 5%;
}

.ajax-loader {
    display: none !important;
}

.chui {
    font-size: 12px;
}

.chui .b {
    font-weight: bold;
}

.point-container {
    width: 100%;
    margin: 0px auto;
}

.pointbase h3 {
    margin: 10px auto 8px;
    background: rgb(0, 129, 203);
    position: relative;
    z-index: 1;
    transition: all 300ms ease 0s;
    font-weight: bold;
    display: block;
    padding: 9px 5px;
    text-align: center;
    font-size: 18px;
    color: rgb(255, 255, 255) !important;
}

.pointbase {
    z-index: 1;
    background-repeat: no-repeat !important;
}

.pointbase .inner {
    width: 90%;
    margin: 0px auto;
}

.pred {
    color: rgb(220, 20, 60) !important;
}

.b {
    font-weight: 700;
}

.pointbase h4 {
    margin: 15px 0px;
    padding: 2px 4px;
    border-left: 4px solid rgb(13, 160, 214);
    color: rgb(13, 160, 214);
    font-size: 20px;
    font-weight: 600;
}

.imgnone {
    display: none;
}

.page_thanks p {
    margin: 10px auto 2px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.page_thanks .hover20 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 10px auto;
    width: 300px;
    height: 80px;
    background-color: rgb(242, 0, 68);
    display: block;
    vertical-align: middle;
    font-size: 20px;
    color: rgb(255, 255, 255);
    border-radius: 12px;
}

.page_thanks .hover20 p::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.page_thanks .hover20 p:hover::before {
    animation: 0.75s ease 0s 1 normal none running circle;
}

.page_thanks a:hover {
    text-decoration: none;
}

.pointbase:nth-of-type(5) .inner {
    width: 100%;
    margin: 0px auto;
}

.pointbase:nth-of-type(5) h3 {
    padding: 10px 20px;
}

.top_screen_sp {
    opacity: 1;
    animation-name: screen;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes screen {
    0% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hidden_box .page-p {
    margin: 14px 0px;
    padding-left: 14px;
    font-size: 14px !important;
}

.hidden_box .hidden_show img {
    margin: 0px auto !important;
    width: 92% !important;
}

.hayashiline {
    text-align: center;
    display: block;
    padding-left: 0px;
    border-left: 0;
    position: relative;
    margin: 0px;
}

.hayashiline::after {
    content: 0;
    border-left: 0;
    position: absolute;
    top: 0px;
    left: 0;
    width: 0;
    height: 0;
}

.profile-text {
    padding: 6px 12px;
    font-size: 12px;
    text-align: center;
    color: rgb(255, 255, 255);
    width: 80%;
    margin: 0px 5%;
}

.point-container h1 {
    font-size: 16px;
    color: rgb(231, 0, 9);
    text-align: center;
    margin: 10px auto;
    background: rgb(253, 218, 0);
    width: 90%;
}

.top_screen_inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 99%;
    background-color: rgba(115, 115, 115, 0.5);
    background-image: radial-gradient(rgb(0, 0, 0) 30%, transparent 31%), radial-gradient(rgb(56, 56, 56) 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0px 0px, 2px 2px;
}

.profile-img {
    width: 80% !important;
    display: block !important;
    margin-top: 0px !important;
}

.profile-link {
    margin-top: 20px;
    font-weight: bold;
}

.profile-link a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.sb-slider {
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    list-style-type: none;
    padding: 0px;
}

.sb-slider li {
    margin: 0px;
    padding: 0px;
    display: none;
}

.sb-slider li > a {
    outline: none;
}

.sb-slider li > a img {
    border: none;
}

.sb-slider img {
    max-width: 100%;
    display: block;
}

.sb-description {
    padding: 20px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1000;
    position: absolute;
    background: rgba(190, 176, 155, 0.4);
    border-left: 4px solid rgba(255, 255, 255, 0.7);
    opacity: 0;
    color: rgb(255, 255, 255);
    transition: all 200ms ease 0s;
}

.sb-slider li.sb-current .sb-description {
    opacity: 1;
}

.sb-slider li.sb-current .sb-description:hover {
    background: rgba(190, 176, 155, 0.7);
}

.sb-perspective {
    position: relative;
}

.sb-perspective > div {
    position: absolute;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.sb-side {
    margin: 0px;
    display: block;
    position: absolute;
    transform-style: preserve-3d;
}

.container {
    margin: 30px;
}

.shadow {
    width: 100%;
    height: 168px;
    position: relative;
    margin-top: -110px;
    background: url("https://tympanus.net/Development/Slicebox/images/shadow.png") center bottom / 100% 100% no-repeat transparent;
    z-index: -1;
    display: none;
}

.sb-description h3 {
    font-size: 20px;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
}

.sb-description h3 a {
    color: rgb(74, 60, 39);
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 1px;
}

.nav-arrows {
    display: none;
}

.nav-arrows a {
    width: 42px;
    height: 42px;
    background: url("https://tympanus.net/Development/Slicebox/images/nav.png") left top no-repeat rgb(203, 191, 174);
    position: absolute;
    top: 50%;
    left: 2px;
    text-indent: -9000px;
    cursor: pointer;
    margin-top: -21px;
    opacity: 0.9;
    border-radius: 50%;
    box-shadow: rgba(255, 255, 255, 0.8) 0px 1px 1px;
}

.nav-arrows a:first-child {
    left: auto;
    right: 2px;
    background-position: right top;
}

.nav-arrows a:hover {
    opacity: 1;
}

.nav-dots {
    text-align: center;
    position: absolute;
    bottom: -5px;
    height: 30px;
    width: 100%;
    left: 0px;
    display: none;
}

.nav-dots span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 3px;
    background: rgb(203, 191, 174);
    cursor: pointer;
    box-shadow: rgba(255, 255, 255, 0.6) 0px 1px 1px, rgba(0, 0, 0, 0.1) 0px 1px 1px inset;
}

.nav-dots span.nav-dot-current {
    box-shadow: rgba(255, 255, 255, 0.6) 0px 1px 1px, rgba(0, 0, 0, 0.1) 0px 1px 1px inset, rgb(203, 191, 174) 0px 0px 0px 3px inset, rgb(255, 255, 255) 0px 0px 0px 8px inset;
}

.nav-options {
    width: 70px;
    height: 30px;
    position: absolute;
    right: 70px;
    bottom: 0px;
    display: none;
}

.nav-options span {
    width: 30px;
    height: 30px;
    background: url("https://tympanus.net/Development/Slicebox/images/options.png") left top no-repeat rgb(203, 191, 174);
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.7;
    display: inline-block;
    border-radius: 50%;
}

.nav-options span:first-child {
    background-position: -30px 0px;
    margin-right: 3px;
}

.nav-options span:hover {
    opacity: 1;
}

.formbox {
    width: 300px;
    height: 50px;
    margin: 0px auto;
    overflow: hidden;
}

.formbox a {
    padding: 12px 50px;
    background: rgb(255 255 255);
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    animation-name: screen3;
    animation-duration: 5s;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
    color: rgb(231, 0, 9) !important;
    border-radius: 20px!important;
}

@keyframes screen3 {
    0% {
        background: rgb(253, 218, 0);
    }

    30% {
        background: rgb(253, 218, 0);
    }

    100% {
        background:  rgb(253, 218, 0);
    }
}

.formbox a::before {
    display: block;
    content: "✉";
    animation-name: screen1;
    animation-duration: 5s;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes screen1 {
    0% {
        transform: translate(0px, 0px);
    }

    30% {
         transform: translate(0px, 0px);
    }

    80% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.formbox span {
    transform: translate(0px, 0px);
}

.transname {
    width: 300px;
    height: 43px;
    background-image: url("./images/884qaq.png");
    background-size: cover;
    padding: 0px 0px 1px;
    margin: 20px auto 0px;
    animation-name: screen2;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(1, -0.54, 1, -0.68);
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
    filter: blur(2px);
}

.transname:hover {
    background-image: url("./images/884qaa.png");
    width: 300px;
    height: 43px;
}

@keyframes screen2 {
    0% {
        width: 300px;
        height: 43px;
        background-image: url("./images/884qaq.png");
    }

    50% {
        background-image: url("./images/884qaa.png");
        width: 300px;
        height: 44px;
        filter: blur(0px);
    }

    100% {
        background-image: url("./images/884qaa.png");
        width: 300px;
        height: 44px;
    }
}

.newsbox {
    display: flex;
    margin: 0px auto 30px;
    justify-content: space-evenly;
    background: rgba(0, 0, 0, 0.35);
    padding: 10px 0px;
    flex-direction: column;
}

.newsbox h2 {
    display: block;
    margin: 10px 0px;
    color: rgb(253, 218, 0);
    font-size: 14px;
}

.news-img {
    height: 200px;
    width: 200px !important;
    margin: 0px auto !important;
}

.newsbox2 {
    background: linear-gradient(45deg, rgb(182, 123, 3) 0%, rgb(218, 175, 8) 45%, rgb(254, 233, 160) 70%, rgb(218, 175, 8) 85%, rgb(182, 123, 3) 90%, rgb(182, 123, 3) 100%);
    border-radius: 20px;
    border: 1px solid rgb(77, 77, 77);
}

.newsbox2 h2 {
    text-shadow: rgb(255, 255, 255) 1px 1px 0px, rgb(255, 255, 255) -1px -1px 0px, rgb(255, 255, 255) -1px 1px 0px, rgb(255, 255, 255) 1px -1px 0px, rgb(255, 255, 255) 0px 1px 0px, rgb(255, 255, 255) 0px -1px 0px, rgb(255, 255, 255) -1px 0px 0px, rgb(255, 255, 255) 1px 0px 0px;
    color: rgb(221, 0, 9) !important;
}

.newsbox2 img {
    height: auto;
}

.newsbox2 .news-text {
    color: rgb(255, 0, 0);
}

.newsbox2 .news-link {
    background: rgb(255, 241, 0);
    font-weight: bold;
    border: 2px solid;
}

#pickup {
    transform: translate(0px, -72px);
}

.schedulebase {
    margin: 0px auto 0px;
}

.schedulebase h2 {
    margin: 0px auto;
    background: rgb(253, 218, 0);
    display: block;
    color: rgb(105 105 105);
    font-size: 22px;
    text-align: center;
    border-radius: 12px 12px 0 0;
    font-weight: 500;
}

.schedulebox {
    display: flex;
    margin: 0px auto 30px;
    justify-content: space-evenly;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
    flex-direction: column;
    border-radius: 0 0 20px 20px;
}

.schedule-img {
    height: auto;
    width: 200px !important;
    margin: 0px auto !important;
}

.schedule-text {
    color: rgb(105 105 105);
    font-size: 15px;
    font-weight: bold;
    padding: 0px 7px;
}

.schedule-text a {
    background: rgb(253, 218, 0);
    color: rgb(105 105 105);
    padding: 6px;
    display: block;
    border-radius: 20px;
}

.news-text {
    color: rgb(255, 255, 255);
}

.news-day {
    font-size: 12px;
}

.news-day::before {
    content: "🕑";
}

.news-link {
    background: rgb(255, 255, 255);
    padding: 10px;
    display: block;
    text-align: center;
    border-radius: 20px;
    color: rgb(231, 0, 9);
    margin: 14px auto 0px;
    width: 80%;
}

.news-link:hover {
    background: rgb(253, 218, 0);
    font-weight: bold;
}

.footer_icon {
    margin-left: 20px;
}

.footer_icon img {
    transition: all 0.5s ease 0s;
    height: auto;
    width: 20px !important;
}

.footer_icon img:hover {
    width: 30px;
    transform: translate(0px, 0px) rotate(2turn);
}

.ysbtn a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border-bottom: 4px solid rgb(130, 130, 130);
    color: rgb(231, 0, 9);
    margin: 0px auto 20px;
    font-size: 12px;
    transition: all 1s ease 0s;
}

.ysbtn a:hover {
    background: rgb(253, 218, 0);
    cursor: pointer;
}

.loading {
    width: 100vw;
    height: 100vh;
    background-color: rgb(127 127 127);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2147483647;
}

.loading img {
    width: 382px;
    z-index: 2147483647;
}

.logo-img {
    margin: 0px auto 10px !important;
    width: 300px !important;
    max-width: 90% !important;
    opacity: 0;
    display: none !important;
}

.video-deta, .top_screen_inner::after {
    opacity: 0;
    animation-name: video;
    animation-duration: 0;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes video {
    0% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (min-width: 414px) and (max-width: 620px) {
    .loading img {
        width: 191px;
        background-size: contain;
    }
}

@media screen and (min-width: 375px) and (max-width: 413px) {
    .loading img {
        width: 191px;
        background-size: contain;
    }
}

.kyuinbox {
    margin: 0px auto 50px;
    border-radius: 0px 0px 70px 70px;
    overflow: hidden;
    width: 120px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    padding-bottom: 0px;
}

.kyuinbox:hover {
    background: rgba(255, 235, 59, 0.29);
    box-shadow: rgba(255, 235, 59, 0.29) 0px 0px 20px 20px;
}

label.clicktogif {
    background: url("") center center no-repeat rgb(231, 0, 9);
    display: block;
    opacity: 0;
}

label.clicktogif:hover, label.clicktogif:focus-within {
    background: url("https://hayashi.life/wp-content/themes/shuujin_works/images/patosp.png") center center no-repeat;
    display: block;
    opacity: 1;
}

.clicktogif img {
    transform: translate(0px, 40px);
    display: block;
    margin: -40px 0px !important;
}

.clicktogif input[type="checkbox"] {
    position: absolute;
    left: -100vw;
}

.clicktogif input[type="checkbox"] + img {
    opacity: 0;
}

.clicktogif input[type="checkbox"]:checked + img {
    opacity: 1;
}

.patobtnbox {
    margin: 34px 0px 0px;
}

.patobtnbox img {
    width: 226px !important;
    margin: 24px auto 30px !important;
    position: relative !important;
}

.patobtnbox a {
    z-index: 100000;
    display: block;
    position: relative !important;
}

.pickupbefore {
    margin-bottom: -55px !important;
}

.zugarabox img {
    padding: 5px 0px;
    width: 190px !important;
}

.zugarabox {
    margin: 20px auto;
    width: 200px;
    background: rgb(255, 255, 255);
    border-radius: 14px;
}
.iconbox{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin: 50px 0 20px;
}
.icon-img{
	width: 50% !important;
}
.storelogo{
	max-width: 800px !important;
	transform: translate(0px, 14px);
}
.storebox{
}
.storeitembox{
	display: flex;
	flex-wrap: wrap;
	margin: 50px auto;
	flex-direction: row;
	max-width: 800px;
	align-content: space-around;
	justify-content: center;
}
.storeitem{width: 48%;margin: 0 2px;}
.storeitem img{
	width: 100%;
	background: #fff;
	margin: 2px !important;
}
.itemlink:hover{
	
}
.ecarea{
	width: 100%;
	height: 500px;
	margin:30px auto;
}
.storebtn{
	display: block;
	margin: 0 0 50px;
	background: #fdda00;
	padding: 20px;
	text-align: center;
	color: #f00;
	border-radius: 20px;
	font-weight: bold;
}

.drawer_hidden {
  display: none;
}
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}
.drawer_open span:before {
  bottom: 8px;
}
.drawer_open span:after {
  top: 8px;
}
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 99;
  background: linear-gradient(133deg, #5080ab 60%, #6950ab);
  transition: .5s;
}

.nav_list {
  list-style: none;
  font-family: "Anton",sans-serif;
  font-size: 9.875vw;
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 5%;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  height: 50Vh;
  justify-content: space-around;
}
.nav_item {
    border-bottom: 1px solid;
    margin-bottom: 0.8vw;
    border-image: linear-gradient(to right, #ffffff 0%,#ffffff 15%, #ffffff29 85%, #ffffff00 100%);
    border-image-slice: 1;
}
.nav_item a{color: #fff;
}
.nav_item a:hover{color: #000;
}
.nav_item span{
    font-size: 3.875vw;
    margin-left:3.875vw;
}
#drawer_input:checked ~ .nav_content {
  left: 0;
}
.spheader-logo{
	height: 70px;
}
.spheader-logo a{
	display: block;
	height: 70px;
}
.spheader-logo img{
	height: 50px;
	transform: translate(10px, 10px);
	width: 50px !important;
}
.nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
}
/*----SP-------*/