body {
    font-family: "Segoe UI", Verdana, 游ゴシック, YuGothic,
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.font-jp {
    font-family: "Noto Serif JP", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
}
a:link,
a:visited {
    color: #333;
}
.swal2-content a {
    color: #1d74b3;
    transition: 0.5s;
}
a:hover {
    color: #1d74b3;
}
/* a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
} */
header .container {
    max-width: 1440px!important;
}
/*========================*/
.freebie-site-links {
    background: #fff;
}
.freebie-site-links:after {
    content: "";
    background-color: #6c757d;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.freebie-site-links .navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
}
.freebie-site-links .menu-top {
    font-size: 14px;
}
.freebie-site-links .menu-top a {
    text-decoration: none;
}
.freebie-site-links .menu-top a:hover {
    color: #dc3545;
}
.freebie-site-links .menu-top .nav-item a:hover {
    background-color: #f2f2f2;
}
.freebie-site-links .menu-top .dropdown-menu {
    font-size: 0.82rem;
}
.freebie-site-links .menu-top .dropdown-menu a:hover {
    color: #509bdc;
}
.freebie-site-links .menu-top .nav-item .angle-down:before {
    content: "\f107";
}
.freebie-site-links .menu-top .nav-item.show .angle-down:before {
    content: "\f106";
    transition: 0.3s;
}
.freebie-site-links .sns-list i {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.freebie-site-links a.link-site-illust {
    border-bottom: 3px solid #d73a4e;
}
.freebie-site-links a.link-site-photo {
    border-bottom: 3px solid #e7c700;
}
.freebie-site-links a.link-site-silhouette {
    border-bottom: 3px solid #10a1a2;
}
.freebie-site-links a.link-site-freebieac {
    border-bottom: 3px solid #2f6dbc;
}
.freebie-site-links a.link-site-newyear {
    border-bottom: 3px solid #e48f9e;
}
.freebie-site-links a.link-site-faq {
    border-bottom: 3px solid #a9e0f2;
}
#omega-menu .menu-top-mobile-title {
    background-color: #999;
    color: #fff;
}
#omega-menu ul.mobile-menu a i.angle:before {
    content: "\f105";
}
#omega-menu ul.mobile-menu a[aria-expanded="true"] i.angle:before {
    content: "\f107";
}
#omega-menu ul.mobile-menu a:hover {
    background-color: #f2f2f2;
}
#omega-menu ul.mobile-menu a span {
    color: #999;
}
#omega-menu .menu-list-ai-sites ul li {
    border-right: 0;
}
#omega-menu .sns-list i {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#omega-overlay {
    display: none;
    position: fixed;
    z-index: 10004;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
#omega-sidebar {
    display: block;
    position: fixed;
    width: 100%;
    max-width: 320px;
    z-index: 10015;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in-out;
}
#omega-sidebar #omega-sidebar-body {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 50px;
}
#omega-menu.omega-activated #omega-overlay,
#omega-menu.omega-activated #omega-sidebar {
    display: block;
}
#omega-menu.omega-activated #omega-sidebar {
    transform: translateX(0);
}
#omega-sidebar #omega-sidebar-header .btn-mobile-close {
    padding: 0;
    font-size: 1.6rem;
    color: #333;
}
ul.mobile-menu li {
    border-bottom: 1px solid #f6f6f6;
    list-style: none;
}
ul.mobile-menu li:hover {
    background-color: #f1f1f1;
}
ul.mobile-menu li a {
    padding: 0.5rem;
}
ul.mobile-menu li a,
ul.mobile-menu a:link,
ul.mobile-menu a:visited {
    color: #333;
    text-decoration: none;
    display: block;
}
.dropdown-menu{left:0!important;margin-top:9px;width: 100%;}
.dropdown-menu:before{border:12px solid transparent;top:-12px!important;border-bottom-color:#dee2e6;border-top-width:0;content:"";display:block;left:0;right:0;margin:auto;width:0;position:absolute;}
.dropdown-menu:after{border:10px solid transparent;top:-10px!important;border-bottom-color:#fff;border-top-width:0;content:"";display:block;left:0;right:0;margin:auto;width:0;position:absolute;}

.switch-on-off .custom-control-input {
    width: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    cursor: pointer;
}
.switch-on-off .switch-on-off-label {
    content: "";
    width: 3rem;
    height: 1.25rem;
    background-color: #fff;
    border: none;
    border-radius: 2.5rem;
}
.switch-on-off .switch-on-off-label:after {
    content: "";
    position: absolute;
    top: 0.1rem;
    left: 0.05rem;
    width: calc(1.25rem - 4px);
    height: calc(1.25rem - 4px);
    background-color: #fff;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-transform 0.15s ease-in-out;
}
.switch-on-off .switch-on-off-label.active:after {
    transform: translateX(1.85rem);
}
.switch-on-off .switch-on-off-label {
    background-color: #333;
}
.switch-on-off .switch-on-off-label.active {
    background-color: #ff8517;
}
/*========================*/
.text-twitter {
    color: #55acee !important;
}
.text-facebook {
    color: #3b5999 !important;
}
.main-color {
    color: #ff8517 !important;
}
.second-color {
    color: #333333 !important;
}
.main-border-color {
    border-color: #ff8517 !important;
}
.main-bg {
    background-color: #ff8517 !important;
}
.main-btn {
    background-color: #ff8517 !important;
    color: #fff !important;
    border: solid 1px #ff8517 !important;
}
.main-btn:hover {
    background-color: #fff !important;
    color: #ff8517 !important;
}
.main-btn.no-hover-bg:hover {
    background-color: #5cb292 !important;
    color: #fff !important;
}
.bg-f7f9f9 {
    background-color: #f7f9f9;
}
/*========================*/
.width-10 {
    width: 10px;
}
.width-20 {
    width: 20px;
}
.width-30 {
    width: 30px;
}
.width-40 {
    width: 40px;
}
.width-50 {
    width: 50px;
}
.width-60 {
    width: 60px;
}
.width-70 {
    width: 70px;
}
.width-80 {
    width: 80px;
}
.width-90 {
    width: 90px;
}
.width-100 {
    width: 100px;
}
/*========================*/
.max-width-100 {
    max-width: 100px;
}
.max-width-150 {
    max-width: 150px;
}
.max-width-200 {
    max-width: 200px;
}
.max-width-300 {
    max-width: 300px;
}
.max-width-350 {
    max-width: 350px;
}
.max-width-400 {
    max-width: 400px;
}
.max-width-500 {
    max-width: 500px;
}
.max-width-600 {
    max-width: 600px;
}
.max-width-650 {
    max-width: 650px;
}
.max-width-700 {
    max-width: 700px;
}
.max-width-750 {
    max-width: 750px;
}
.max-width-800 {
    max-width: 800px;
}
.max-width-850 {
    max-width: 850px;
}
.max-width-900 {
    max-width: 900px;
}
.max-width-950 {
    max-width: 950px;
}
/*======================*/
.min-width-10 {
    min-width: 10px;
}
.min-width-20 {
    min-width: 20px;
}
.min-width-30 {
    min-width: 30px;
}
.min-width-40 {
    min-width: 40px;
}
.min-width-50 {
    min-width: 50px;
}
.min-width-60 {
    min-width: 60px;
}
.min-width-70 {
    min-width: 70px;
}
.min-width-80 {
    min-width: 80px;
}
.min-width-90 {
    min-width: 90px;
}
.min-width-100 {
    min-width: 100px;
}
.min-width-110 {
    min-width: 110px;
}
.min-width-120 {
    min-width: 120px;
}
.min-width-130 {
    min-width: 130px;
}
.min-width-140 {
    min-width: 140px;
}
.min-width-150 {
    min-width: 150px;
}
.min-width-200 {
    min-width: 200px;
}
.min-width-300 {
    min-width: 300px;
}
.min-width-400 {
    min-width: 400px;
}
.min-width-500 {
    min-width: 500px;
}
.min-width-600 {
    min-width: 600px;
}
.min-width-700 {
    min-width: 700px;
}
.min-width-800 {
    min-width: 800px;
}
.min-width-900 {
    min-width: 900px;
}
.min-width-1000 {
    min-width: 1000px;
}
.min-width-1100 {
    min-width: 1100px;
}
.min-width-1200 {
    min-width: 1200px;
}
/*======================*/
.height-10 {
    height: 10px;
}
.height-20 {
    height: 20px;
}
.height-30 {
    height: 30px;
}
.height-40 {
    height: 40px;
}
.height-50 {
    height: 50px;
}
.height-60 {
    height: 60px;
}
.height-70 {
    height: 70px;
}
.height-80 {
    height: 80px;
}
.height-90 {
    height: 90px;
}
.height-100 {
    height: 100px;
}
/*======================*/
.min-height-250 {
    min-height: 250px;
}
/*======================*/
.font-size-12 {
    font-size: 12px;
}
.font-size-13 {
    font-size: 13px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-15 {
    font-size: 15px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-17 {
    font-size: 17px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-19 {
    font-size: 19px;
}
.font-size-20 {
    font-size: 20px;
}
.font-size-21 {
    font-size: 21px;
}
.font-size-22 {
    font-size: 22px;
}
.font-size-23 {
    font-size: 23px;
}
.font-size-24 {
    font-size: 24px;
}
.font-size-25 {
    font-size: 25px;
}
.font-size-26 {
    font-size: 26px;
}
.font-size-27 {
    font-size: 27px;
}
.font-size-28 {
    font-size: 28px;
}
.font-size-29 {
    font-size: 29px;
}
.font-size-30 {
    font-size: 30px;
}
.font-size-31 {
    font-size: 31px;
}
.font-size-32 {
    font-size: 32px;
}
.font-size-33 {
    font-size: 33px;
}
.font-size-34 {
    font-size: 34px;
}
.font-size-35 {
    font-size: 35px;
}
.font-size-36 {
    font-size: 36px;
}
.font-size-37 {
    font-size: 37px;
}
.font-size-38 {
    font-size: 38px;
}
.font-size-39 {
    font-size: 39px;
}
.font-size-40 {
    font-size: 40px;
}
/*======================*/
.left-0 {
    left: 0 !important;
}
.left-5 {
    left: 5px !important;
}
.left-10 {
    left: 10px !important;
}
.left-20 {
    left: 20px !important;
}
.left-30 {
    left: 30px !important;
}
.left-40 {
    left: 40px !important;
}
.left-50 {
    left: 50px !important;
}
.top-0 {
    top: 0 !important;
}
.top-5 {
    top: 5px !important;
}
.top-10 {
    top: 10px !important;
}
.top-20 {
    top: 20px !important;
}
.top-30 {
    top: 30px !important;
}
.top-40 {
    top: 40px !important;
}
.top-50 {
    top: 50px !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-5 {
    bottom: 5px !important;
}
.bottom-10 {
    bottom: 10px !important;
}
.bottom-20 {
    bottom: 20px !important;
}
.bottom-30 {
    bottom: 30px !important;
}
.bottom-40 {
    bottom: 40px !important;
}
.bottom-50 {
    bottom: 50px !important;
}
.right-0 {
    right: 0 !important;
}
.right-5 {
    right: 5px !important;
}
.right-10 {
    right: 10px !important;
}
.right-20 {
    right: 20px !important;
}
.right-30 {
    right: 30px !important;
}
.right-40 {
    right: 40px !important;
}
.right-50 {
    right: 50px !important;
}
/*======================*/
.text-red {
    color: #d73a4e !important;
}
.text-blue {
    color: #509bdc !important;
}
.box-shadow-none {
    box-shadow: none !important;
}
.outline-none {
    box-shadow: none !important;
}
.bg-f2f2f2 {
    background-color: #f2f2f2 !important;
}
.bg-272727 {
    background-color: #272727 !important;
}
.bg-black {
    background-color: #000 !important;
}
.btn-white:hover {
    background-color: #f8f9fa !important;
}
.cursor-pointer {
    cursor: pointer;
}
/*======================*/
.object-scale-down {
    object-fit: scale-down;
}
.object-cover {
    object-fit: cover;
}
.object-contain {
    object-fit: contain;
}
.object-scale {
    object-fit: scale-down;
}
/*======================*/
.btn-google {
    background-color: #d74c3e !important;
    border-color: #d74c3e !important;
}
.btn-google:hover {
    background-color: #df4b37 !important;
    border-color: #df4b37 !important;
}
.btn-twitter {
    background-color: #6eace6 !important;
    border-color: #6eace6 !important;
}
.btn-twitter:hover {
    background-color: #629ad0 !important;
}
.bg-facebook {
    background-color: #3b5999;
}
.bg-youtube {
    background-color: #cd201f;
}
.bg-instagram {
    background-color: #e4405f;
}
.bg-twitter {
    background-color: #55acee;
}
.bg-linkedin {
    background-color: #0077b5;
}
/*======================*/
.border-width-2 {
    border-width: 2px !important;
}
.border-width-3 {
    border-width: 3px !important;
}
.border-width-4 {
    border-width: 4px !important;
}
.border-width-5 {
    border-width: 5px !important;
}
/*======================*/
.border-solid {
    border-style: solid !important;
}
.border-dotted {
    border-style: dotted !important;
}
.border-double {
    border-style: double !important;
}
.border-dashed {
    border-style: dashed !important;
}
/*======================*/
.z-9 {
    z-index: 9 !important;
}
.z-99 {
    z-index: 99 !important;
}
.z-999 {
    z-index: 999 !important;
}
.z-9999 {
    z-index: 9999 !important;
}
.z-99999 {
    z-index: 99999 !important;
}
/*======================*/
.bg-black-opacity-10 {
    background-color: rgba(0, 0, 0, 0.1);
}
.bg-black-opacity-20 {
    background-color: rgba(0, 0, 0, 0.2);
}
.bg-black-opacity-30 {
    background-color: rgba(0, 0, 0, 0.3);
}
.bg-black-opacity-40 {
    background-color: rgba(0, 0, 0, 0.4);
}
.bg-black-opacity-50 {
    background-color: rgba(0, 0, 0, 0.5);
}
.bg-black-opacity-60 {
    background-color: rgba(0, 0, 0, 0.6);
}
.bg-black-opacity-70 {
    background-color: rgba(0, 0, 0, 0.7);
}
.bg-black-opacity-80 {
    background-color: rgba(0, 0, 0, 0.8);
}
.bg-black-opacity-90 {
    background-color: rgba(0, 0, 0, 0.9);
}
/*======================*/
.checkbox-circle label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    left: 0;
    position: absolute;
    top: 0;
}
.checkbox-circle label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    width: 10px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
}
.checkbox-circle input[type="checkbox"] {
    visibility: hidden;
}
.checkbox-circle input[type="checkbox"]:checked + label {
    background-color: #ff8517;
    border-color: #ff8517;
}
.checkbox-circle input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.radio-main-color .custom-control-label::before {
    background: none !important;
    border: solid 1px #fff;
}
.radio-main-color
    .custom-control-input:checked
    ~ .custom-control-label::before {
    border-color: #fff !important;
    background-color: #fff !important;
}
.radio-main-color .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ff8517;
    border-radius: 50%;
    height: 0.65rem;
    width: 0.65rem;
    top: 0.43rem;
    left: -1.33rem;
    background-image: none !important;
}

.custom-radio-md.custom-control {
    padding-left: 1.25rem;
}
.custom-radio-md .custom-control-input {
    height: 25px;
    width: 25px;
    left: 5px;
    top: 4px;
    z-index: 1;
}
.custom-radio-md .custom-control-label::before {
    height: 25px;
    width: 25px;
}
.custom-radio-md.radio-check
    .custom-control-input:checked
    ~ .custom-control-label::before {
    box-shadow: none !important;
}
.custom-radio-md.radio-check
    .custom-control-input:checked
    ~ .custom-control-label::after {
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    content: "";
    height: 7px;
    width: 12px;
    left: -17px;
    position: absolute;
    top: 13px;
    transform: rotate(-45deg);
    background-image: none !important;
}
.bg-c1c1c1 .custom-control-label::before {
    border-color: #c1c1c1 !important;
    background-color: #c1c1c1 !important;
}
.bg-f5f5f5 .custom-control-label::before {
    border-color: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
}
.bg-ffd0d3 .custom-control-label::before {
    border-color: #ffd0d3 !important;
    background-color: #ffd0d3 !important;
}
.bg-ffd7ed .custom-control-label::before {
    border-color: #ffd7ed !important;
    background-color: #ffd7ed !important;
}
.bg-ecceff .custom-control-label::before {
    border-color: #ecceff !important;
    background-color: #ecceff !important;
}
.bg-ffd0d3 .custom-control-label::before {
    border-color: #ffd0d3 !important;
    background-color: #ffd0d3 !important;
}
.bg-c7eeff .custom-control-label::before {
    border-color: #c7eeff !important;
    background-color: #c7eeff !important;
}
.bg-c7faf9 .custom-control-label::before {
    border-color: #c7faf9 !important;
    background-color: #c7faf9 !important;
}
.bg-d0fad3 .custom-control-label::before {
    border-color: #d0fad3 !important;
    background-color: #d0fad3 !important;
}
.bg-ecfbd4 .custom-control-label::before {
    border-color: #ecfbd4 !important;
    background-color: #ecfbd4 !important;
}
.bg-fef8d1 .custom-control-label::before {
    border-color: #fef8d1 !important;
    background-color: #fef8d1 !important;
}
.bg-ffe1cf .custom-control-label::before {
    border-color: #ffe1cf !important;
    background-color: #ffe1cf !important;
}
/*======================*/
.on-hover-opacity {
    opacity: 0;
    transition: 0.3s;
}
.on-hover-opacity:hover {
    opacity: 1;
    transition: 0.3s;
}
/*======================*/
.collapse-header[aria-expanded="true"] {
    background-color: #ff8517;
    color: #fff;
}
.collapse-header[aria-expanded="true"] .fa-angle-right:before {
    content: "\f107";
}
.collapse-header[aria-expanded="true"] .preview-text {
    color: #fff !important;
}
/*======================*/
.grid-gap-10 {
    grid-gap: 10px;
}
.grid-template-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
/*======================*/
@media (max-width: 992px) {
    .freebie-site-links .menu-top {
        font-size: 16px;
    }
    .freebie-site-links .menu-top a {
        border-bottom: 1px solid #f6f6f6;
    }
    .freebie-site-links .navbar-collapse {
        position: fixed;
        width: 70%;
        z-index: 10015;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #ffffff;
        transform: translateX(100%);
        transition: transform 0.2s ease-in-out;
        overflow: auto;
    }
    .freebie-site-links .navbar-collapse.active {
        transform: translateX(0);
    }
}
@media (max-width: 767px) {
    .grid-template-5 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 575px) {
    .grid-template-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*=======================*/
@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .border-left-sm {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-top-sm {
        border-top: 1px solid #dee2e6 !important;
    }
    .border-left-sm-0 {
        border-left: none !important;
    }
    .border-top-sm-0 {
        border-top: none !important;
    }
}
@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    background: #4d4d4d;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}
.sns-links {
    position: absolute;
    right: 30px;
    top: 30px;
}
.sns-links a {
    background: #4d4d4d;
    color: #fff;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
.sns-links a:hover {
    background: #ff8517;
    color: #fff;
    transition: 0.3s;
}
.section-bg {
    background: #f5f5f5;
}
#footer .footer-top .social-links a {
    background: #4d4d4d;
    color: #b9b9b9;
}
#footer .footer-top .social-links a:hover {
    background: #ff8517;
    color: #fff;
}

.user-info a {
    display: block;
    position: relative;
    color: #666464;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 16px;
    /*font-family: 'Noto Serif JP', serif;*/
    font-weight: 500;
}
.user-info h6 {
    display: block;
    position: relative;
    color: #666464;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 16px;
    /*font-family: 'Noto Serif JP', serif;*/
    font-weight: 700;
}

.text-registrations {
    white-space: nowrap;
}
@media (max-width: 575px) {
    .text-registrations {
        white-space: normal;
    }
}
.text-666464{color: #666464;}

.icon-premium {
    height: 16px;
    margin-right: 4px;
}
