@charset "UTF-8";
/* --------------------------------------------------
 Base
-------------------------------------------------- */

@import url('https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css');
* {
    line-height: 180%;
}

body, ol, ul, dl, li, dt, dd, table, th, td, input, textarea, select, h1, h2, h3, h4, h5, h6 {
    color: #464646;
    font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    line-height: 2;
    font-size: 100%;
    word-break: break-all;
    position: relative;
    overflow-x: hidden;
    animation: pageLoad 2s;
}

body:after {
    position: fixed;
    z-index: 0;
    height: 100%;
    content: "https://www.f-prize.co.jp/";
    background: #000;
    color: #fff;
    top: 0;
    right: 0;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    /* text-orientation: upright; */
    display: flex;
    justify-content: center;
    font-size: 18px;
    letter-spacing: .1rem;
    z-index: 900;
}

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

@media screen and (max-width: 1250px) {
    body:after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    body {
        line-height: 1.8;
    }
}

img {
    max-width: 100%;
    vertical-align: middle;
}

input {
    padding: 5px 8px;
}

textarea {
    padding: 3px;
}

ul {
    list-style: none;
}

ol {
    margin: 0px 0px 0px 21px;
}

ol>li {
    list-style: decimal outside;
    margin: 0px 0px 3%;
}

a {
    color: #333333;
    text-decoration: underline;
    outline: 0;
}

a:hover, a:active {
    color: #333333;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

em {
    font-style: normal;
    font-weight: bold;
}

strong {
    font-style: normal;
    font-weight: bold;
}


/* --------------------------------------------------
 Wrapper
-------------------------------------------------- */

#wrapper {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

/* --------------------------------------------------
 drwNavBtn
-------------------------------------------------- */

#drwNavTrigger {
    display: none;
}

.drwNavBtn {
    position: fixed;
    top: 14px;
    right: 6px;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}

.drwNavBtnBar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.4);
    transition: all 0.4s;
    transform-origin: left top;
}

#drwNavTrigger:checked~.drwNavBtn .drwNavBtnBar {
    box-shadow: none;
}

.drwNavBtnBar.top {
    top: 11px;
    left: 5px;
}

.drwNavBtnBar.middle {
    top: 20px;
    left: 5px;
    opacity: 1;
}

.drwNavBtnBar.bottom {
    top: 29px;
    left: 5px;
    transform-origin: left bottom;
}

#drwNavTrigger:checked~.drwNavBtn .drwNavBtnBar.top {
    width: 26px;
    left: 11px;
    background-color: #fff;
    transform: rotate(45deg);
}

#drwNavTrigger:checked~.drwNavBtn .drwNavBtnBar.middle {
    opacity: 0;
}

#drwNavTrigger:checked~.drwNavBtn .drwNavBtnBar.bottom {
    width: 26px;
    left: 11px;
    top: 29px;
    background-color: #fff;
    transform: rotate(-45deg);
}

.drwNavBtnText {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s;
    display: block;
    visibility: visible;
    opacity: 1;
    letter-spacing: 0;
    color: #070f2f;
    font-size: 10px;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
}

#drwNavTrigger:checked~.drwNavBtn .drwNavBtnText {
    visibility: hidden;
    opacity: 0;
}

.drwNavClose {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
}

#drwNavTrigger:checked~.drwNavClose {
    transition: all 0.4s 0.3s;
    background: rgba(0, 0, 0, 0.6);
    visibility: visible;
    opacity: 1;
    z-index: 993;
    box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.35);
}

#drwNav {
    display: none;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    opacity: 0;
    overflow: hidden;
    z-index: 992;
    visibility: hidden;
}

#drwNavTrigger:checked~#drwNav {
    transition-delay: 0.3s;
    transform: none;
    opacity: 1;
    z-index: 993;
    visibility: visible;
    width: 100%;
}

.drwNavInner {
    box-sizing: border-box;
    width: 100%;
    min-width: 250px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: rgb(53 53 53 / 92%);;
}

#drwNavTrigger:checked~#wrapper {
    transition-delay: 0s;
}

#drwNav .globalNav.style01 {
    background-color: #fff;
    margin: 10px 0;
}

#drwNav .globalNav > li {
    color: #fff;
    background-repeat: no-repeat;
    background-position: 30px calc(50% - 2px);

}

#drwNav .globalNav a, #drwNav .accordionWrap .accordionTrigger {
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #000;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    padding: 10px 20px;
}

#drwNav .globalNav.style01 > li a {
    color: #242e49;
    border-bottom: 1px solid #242e49;
    padding: 10px 20px 10px 20px;
}

#drwNav .accordionWrap .accordionTrigger.onclick::before {
    content: '\f106';
}

#drwNav .accordionWrap .accordionTrigger::before {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    top: 12px;
    right: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

#drwNav .accordionWrap .accordionTrigger {
    padding-right: 40px;
}

#drwNav .accordionWrap .accordionTrigger.onclick {
    background-color: #cca42f;
}

#drwNav .accordionWrap .accordionContent li a {
    background-color: #fff;
    border-bottom: 1px solid #194787;
    color: #194787;
}

#drwNav .drwContact {
    text-align: center;
    padding: 20px 15px;
    box-sizing: border-box;
    max-width: 480px;
    margin: 20px auto;
    width: 94%;
}

#drwNav .drwContact .ttl {
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    color: #b42a3d;
    background: #fff;
    padding: 0 2%;
    margin-bottom: 10px;
}

#drwNav .drwContact .txt {
    font-size: 100%;
    color: #fff;
    margin-bottom: 10px;
}

#drwNav .drwContact .tel a {
    text-decoration: none;
    font-size: 200%;
    color: #fff;
}

#drwNav .drwHead {
    width: 100%;
    padding: 0 0 10px;
}

#drwNav .drwHead .logo {
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0 8vw;
    margin-bottom: 10px;
}

#drwNav .drwHead .logo img {
    max-width: 200px;
}

#drwNav .drwHead .captionLogo {
    text-align: center;
    width: 94%;
    font-size: 90%;
    color: #fff;
    margin: 0 auto;
}

#drwNav .drwHead .ttl {
    background-color: #000;
    text-align: center;
    font-size: 90%;
    color: #fff;
    padding: 0 2%;
    box-sizing: border-box;
}

#drwNav .drwHead .tag {
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0 8vw;
    margin-bottom: 10px;
}

#drwNav .drwHead .tag img {
    max-width: 240px;
}

@media screen and (min-width: 1001px) {
    #drwNav {
        display: none;
        opacity: 1;
        transform: translateX(0px);
    }
    .drwNavClose {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    body #drwNav {
        display: flex;
    }
    body .drwNavBtn {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .drwNavBtn {
        top: 10px;
    }
}

/* --------------------------------------------------
 Header
-------------------------------------------------- */

#header {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 901;
}

#header > .topHeader {
    position: relative;
    display: block;
    background-color: #000;
}

#header > .topHeader > .inner {
    position: relative;
    max-width: 1200px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#header > .topHeader > .inner > .ttl {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 5px 305px;
    margin: 0 auto;
}

#header > .topHeader > .inner .tag {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 300px;
    z-index: 1;
}

#header > .topHeader > .inner .tag:hover {
    opacity: 0.7;
}

#header > .topBar {
    background-color: #fff;
}

#header > .topBar > .inner {
    position: relative;
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 35px;
    margin: 0 auto;
}

#header > .topBar > .inner .logo {
    position: absolute;
    display: inline;
    top: 0;
    left: 0;
    z-index: 9;
}

#header > .topBar > .inner .logo > a {
    display: inline-block;
}

#header > .topBar > .inner .nav {

}

#header > .topBar > .inner .nav .menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#header > .topBar > .inner .nav .menu > li {
    padding: 0 15px;
    margin-right: 10px;
}

#header > .topBar > .inner .nav .menu > li:nth-last-child(1) {
    margin-right: 0;
}

#header > .topBar > .inner .nav .menu > li {
    
}

#header > .topBar > .inner .nav .menu > li > a {
    text-decoration: none;
    transition: .3s all;
}

#header > .topBar > .inner .nav .menu > li > a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1200px) {
    #header > .topHeader > .inner {
        width: 96%;
    }
    #header > .topHeader > .inner > .ttl{
        margin-right: 20px;
        padding: 5px 275px;
    }
    #header > .topHeader > .inner .tag {
        width: 290px;
    }
}

@media screen and (max-width: 1000px) {
    #header > .topHeader > .inner > .ttl{
        padding: 5px 195px;
        margin-right: 50px;
    }
    #header > .topHeader > .inner .tag {
        width: 240px;
    }
    #header > .topBar > .inner {
        position: static;
        padding-top: 0;
    }
    #header > .topBar > .inner .nav {
        display: none;
    }
    #header > .topBar > .inner .logo {
        max-width: 170px;
    }
}

@media screen and (max-width: 767px) {
    #header > .topHeader {
        display: none;
    }
	#header > .topBar.single > .inner {
		justify-content: flex-start;
	}
	#header > .topBar.single > .inner .logo {
		position: relative;
	}
}

/* --------------------------------------------------
 Contents
-------------------------------------------------- */

#contents {
    position: relative;
    width: 100%;
}

#contents.tagRed::before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 140px 140px 0 0;
    border-color: #CE2020 transparent transparent transparent;
    z-index: 5;
}

#contactBlc {
    padding: 100px 0;
}

#contactBlc > .inner {
    max-width: 1000px;
    width: 96%;
}

#contactBlc > .inner > .list {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}

#contactBlc > .inner > .list a {
    text-decoration: none;
}

#contactBlc > .inner > .list .btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 450px;
    width: 100%;
    color: #fff;
    padding: 20px 40px;
    background-color: #21BA6F;
    border: 3px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 11px #939393;
    box-sizing: border-box;
}

#contactBlc > .inner > .list .btn.pink {
    background-color: #EA6776;
}

#contactBlc > .inner > .list .btn > .img {
    float: left;
}

#contactBlc > .inner > .list .btn > .img::after {
    position: relative;
    display: block;
    content: '';
    clear: both;
}

#contactBlc > .inner > .list .btn > .txt p {
    line-height: 1.2;
}

@media screen and (max-width: 1000px) {
    #contactBlc > .inner > .list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
    }
    #contactBlc > .inner > .list .btn {
        width: 96%;
        padding: 10px 40px;
        margin:  0 2% 20px;
    }
}

#inquiryBlc {
    background: linear-gradient(135deg, rgb(255,255,255) 0%,rgb(246,246,246) 80%,rgb(237,237,237) 100%);
    padding: 30px 0;
    text-align: center;
}

#inquiryBlc > .ttl {
    position: relative;
    font-weight: bold;
    color: #000;
    font-size: 140%;
}

#inquiryBlc > .ttl:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #000;
    margin: 1rem auto;
}

#inquiryBlc > .inner {
    max-width: 1000px;
    width: 96%;
    margin: 2rem auto 1rem;
    display: flex;
    flex-wrap: wrap;
}

#inquiryBlc > .inner > .content {
    width: 60%;
}

#inquiryBlc > .inner > .content > .ttl {
    font-size: 110%;
}

#inquiryBlc > .inner > .content > .txt {
    line-height: 130%;
}

#inquiryBlc > .inner > .content > .txt > a {
    display: block;
    font-size: 300%;
    text-decoration: none;
    font-weight: bold;
}

#inquiryBlc > .inner > .content > .txt > a > img {
    vertical-align: baseline;
    padding-right: 10px;
}

#inquiryBlc > .inner > .btnBlc {
    width: 40%;
}

#inquiryBlc > .inner > .btnBlc > .list > li {
    margin-top: .8rem;
}

@media screen and (max-width: 1000px) {
    #inquiryBlc > .inner > .content > .ttl {
    }
    #inquiryBlc > .inner > .content > .txt {
        font-size: 90%;
    }
    #inquiryBlc > .inner > .content > .txt > a {
        font-size: 260%;
    }
}

@media screen and (max-width: 767px) {
    #inquiryBlc > .inner > .content {
        width: 100%;
    }
    #inquiryBlc > .inner > .content > .txt > a {
        font-size: 240%;
    }
    #inquiryBlc > .inner > .btnBlc {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    #inquiryBlc > .inner > .btnBlc > .list{
        display: inline-block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    #inquiryBlc > .inner > .content > .txt > a {
        font-size: 220%;
    }
    #inquiryBlc > .inner > .btnBlc {
    }
}


/* --------------------------------------------------
 Footer
-------------------------------------------------- */
footer {
    background: #CECECE;
    padding-top: 2rem;
    font-size: 14px;
}

footer > .inner {
    max-width: 1024px;
    margin: 0 auto;
    width: 94%;
    display: flex;
    flex-wrap:wrap;   
    justify-content: space-between;
}

footer > .inner address {
    width: 25%;
    color: #4E4E4E;
    text-align: left;
}

footer > .inner > .list {
    width: 70%;
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
    height: 290px;
    text-align: left;
}

footer > .inner > .list > li {
    margin-bottom: .8rem;
    padding-left: 18px;
    background: url('../img/common/f_icon.svg') no-repeat left .4rem;
    background-size: 10px;
    font-weight: bold;
}

footer > .inner > .list > li > dl,
footer > .inner > .list > li > dl dd{
    padding-left: 10px;
}

footer > .inner > .list > li > dl a {
    font-weight: normal;
} 

footer > .inner > .list a {
    text-decoration: none;
}

footer > .inner > .list a:hover {
    text-decoration: underline;
}

footer > #copyright {
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    padding: 20px 10px;
    margin-top: 20px;
}

@media screen and (max-width: 1000px) {
    footer > .inner address {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    footer > .inner > .list {
        width: 100%;
    }
}

@media screen and (max-width: 812px) {
    aside > .inner dt {
        font-size: 16px;
    }
    aside > .inner dd a {
        font-size: 48px;
    }
}

@media screen and (max-width: 640px) {
    footer > .inner > .list {
        display: block;
        height: auto;
    }
    /* footer > .inner > .list > li {
        width: 100%;
    } */
}

@media screen and (max-width: 480px) {
    footer > .inner address {
        margin-bottom: 2rem;
    }
    footer > .inner address,
    footer > .inner > .list {
        width: 100%;
        height: auto;
        flex-direction: row;
    }
    footer > .inner > .list > li {
        margin-left: 25px;
    }
    aside > .inner > .list {
        font-size: 14px;
    }
}

#return {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 40px;
}

/* --------------------------------------------------
 Other
-------------------------------------------------- */

.hide {
    opacity: 0;
}

input,
textarea {
    max-width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    input:not([type=checkbox]):not([type=radio]), textarea {
        width: 100%;
    }
}