﻿@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
html{
-webkit-font-smoothing: antialiased;
}
.liana, .catch span, #copyright, #pc_nav li a, #footer_nav li a, .overlay .overlay-nav .en, #page10 li, #page_title .en, .intro_title, .con_txt, .modal_title2, h3, .box_txt1, .hgs {
    font-family: 'Hina Mincho', serif;
}

.patrima {
font-family: 'Niconne', cursive;
font-family: 'Pinyon Script', cursive;
}
#intro .con_title, .cms_title p, #page_title .jp {
    font-family: 'Pinyon Script', cursive;
    /* font-family: 'Niconne', cursive; */
    letter-spacing: 0.2rem;
}

.overlay {
    background-color: rgb(0 0 0 / 70%);
}
.fadein_upp {
opacity: 0;
}
.fuwatto {
    animation-name: fadeUpAnime2;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime2{
from {
    opacity: 0;
    transform: translateY(50px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


.num {
    position: absolute;
    font-size: 120px;
    font-family: 'Parisienne', cursive;
    left: 0;
    right: 0;
    margin: auto;
    top: -77px;
    opacity: 0.7;
    color: #ff5a29;
}
.catch {
    z-index: 1;
    max-width: 800px;
}
#cms_1-a .cate_box, #cms_2-a .cate, #cms_3-c .cate, #cms_3-f .cate, #cms_5-c .cate_box, #info_wrap, #page9 .con_box, #page10 .con_box {
    background: rgb(255 255 255 / 72%);
    padding: 3%;
    border: 0;
}
#cms_2-a .cate_title {
    display: block;
    border-top-width: 1px;
    border-bottom-width: 1px;
    font-weight: bold;
}
#cms_2-a .box_txt1 {
    margin-top: 15px;    
}
#cms_2-a h4.box_title1 {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #fff 60%);
    padding-bottom: 0;
    display: inline;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 4px;
}
.more .more_item:hover {
    border-color: #3e3e3e;
}
.more .more_item:hover .icon-right.after:after {
    color: #3e3e3e;
}
#loading.bg_color1 {
    background: linear-gradient(349deg, rgb(255 214 99) 0%, rgb(255 149 225) 75%);
}

/*
██╗  ██╗███████╗ █████╗ ██████╗ ███████╗██████╗
██║  ██║██╔════╝██╔══██╗██╔══██╗██╔════╝██╔══██╗
███████║█████╗  ███████║██║  ██║█████╗  ██████╔╝
██╔══██║██╔══╝  ██╔══██║██║  ██║██╔══╝  ██╔══██╗
██║  ██║███████╗██║  ██║██████╔╝███████╗██║  ██║
╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═════╝ ╚══════╝╚═╝  ╚═╝
*/
#footer_nav li a {
    color: #212121;
}
#pc_nav li a::after, #footer_nav li a::after {
    background: #212121;
}
header #logo a img {
    width: 87px;
    transition: all 0.3s;
}

header.scr_header #logo a img {
    max-width: 83px;
}
#fix_bnr {
    bottom: 10px;
    position: fixed;
    z-index: 4;
    right: 22px;
    max-width: 200px;
}

/*
TOP CONTENTS
████████╗ ██████╗ 
╚══██╔══╝██╔═══██╗
   ██║   ██║   ██║ 
   ██║   ██║   ██║ 
   ██║   ╚██████╔╝ 
   ╚═╝     ╚════╝
*/
body {
    position: relative;
}
body:before {
content: "";
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
background-image: url(Dup/img/sunset.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
.blur {
    background: #ffd04d;
    background: rgb(255,214,99);
    /*background: linear-gradient(0deg, rgb(255 214 99 / 61%) 0%, rgb(255 149 225 / 65%) 100%);*/
    background: linear-gradient(0deg, rgb(255 214 99 / 52%) 0%, rgb(255 149 225 / 58%) 28%, rgb(255 214 99 / 77%) 52%, rgb(255 149 225 / 68%) 70%, rgb(255 214 99 / 73%) 86%, rgb(255 149 225 / 62%) 100%);
}
.intro_title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -24px;
    right: 0;
    width: 357px;
    height: 37px;
    background-image: url(Dup/img/intro_title_kazari.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    margin: auto;
    opacity: 0.6;
}
.intro_right_inner {
    padding: 5%;
    background: rgb(255 255 255 / 75%);
    position: relative;
}
#contents .con_box_item_inner {
    background: rgb(255 255 255 / 77%);
    padding: 8% 5%;
    color: #212121;
}
#contents .con_title {
    font-size: 27px;
    margin-bottom: 15px;
}
.intro_img1, .intro_img2, .con_photo {
    border: 6px solid #eee;
}
#intro .intro_right {
    position: relative;
}
#intro .intro_right:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -41px;
    right: -38px;
    width: 154px;
    height: 133px;
    background-image: url(Dup/img/con_photo_kazari.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    /* left: 0; */
    z-index: 1;
}
#intro .intro_right:after {
    content: "";
    display: block;
    position: absolute;
    top: -75px;
    width: 268px;
    height: 110px;
    background-image: url(Dup/img/con_photo_kazari2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    left: -54px;
    z-index: 1;
}
.con_photo:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -41px;
    right: -38px;
    width: 154px;
    height: 133px;
    background-image: url(Dup/img/con_photo_kazari.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    /* left: 0; */
    z-index: 1;
}
.con_photo:after {
    content: "";
    display: block;
    position: absolute;
    top: -75px;
    width: 268px;
    height: 110px;
    background-image: url(Dup/img/con_photo_kazari2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    left: -54px;
    z-index: 1;
}
.con_box_item {
    background-image: url(Dup/img/suisai.png);
    background-size: 89% auto;
    background-repeat: no-repeat;
    background-position: 0% 0;
    padding-top: 68px;
    padding-bottom: 50px;
}
.box2 .con_box_item {
    background-position: 100% 0;
}
.cms_title {
    text-align: center;
}
.cms_title h3 {
    font-size: 35px;
    margin-bottom: 10px;
}
.cms_title p {
    font-size: 25px;
}
.top_cms_box {
    background: rgb(255 255 255 / 73%);
    color: #212121;
    position: relative;
}
.top_cms_box::before, .intro_right_inner:before {
    position: absolute;
    display: block;
    content: "";
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 2px solid #4a4a4a;
}
.top_cms_box:after {
    content: "";
    display: block;
    position: absolute;
    top: -64px;
    right: 0;
    width: 300px;
    height: 600px;
    background-image: url(Dup/img/topcms_kazari.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    margin: auto;
}
/*
OTHER
*/


.pager li a {
    background-color: rgb(255 127 114 / 60%);
}

/*
███████╗ ██████╗  ██████╗ ████████╗ ███████╗██████╗
██╔════╝██╔═══██╗██╔═══██╗╚══██╔══╝ ██╔════╝██╔══██╗
█████╗  ██║   ██║██║   ██║   ██║    █████╗  ██████╔╝
██╔══╝  ██║   ██║██║   ██║   ██║    ██╔══╝  ██╔══██
██║     ╚██████╔╝╚██████╔╝   ██║    ███████╗██║  ██║
╚═╝      ╚═════╝   ╚════╝    ╚═╝    ╚══════╝╚═╝  ╚═╝
*/
.info_txt {
    padding: 15px 5%;
}
#footer_info #logo2 img {
    max-width: 133px;
}

.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 57px!important;
    margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
    background-image: url("../dup/img/link_type1_icon.png");
    background-size: 50px;
    background-position: top center;
    background-repeat: no-repeat;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 40px;
	padding-bottom: 40px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}


@media screen and (max-width: 768px){
#loading #loading_text .progressbar-text {/*ローディングの％*/
    top: 67%;
}
.con_box_item {
    background-size: 89% auto;
    background-position: 0% 0;
    padding-top: 45px;
    padding-bottom: 50px;
}
#intro .intro_right:before {
bottom: -41px;
    right: -25px;
    width: 92px;
    height: 86px;
}
#intro .intro_right:after {
top: -45px;
    width: 142px;
    height: 65px;
    left: -34px;
}
.con_photo:before {
    bottom: -41px;
    right: -25px;
    width: 92px;
    height: 86px;
}
.con_photo:after {
    top: -45px;
    width: 142px;
    height: 65px;
    left: -34px;
}
.top_cms_box:after {
    top: -31px;
    right: 0;
    width: 147px;
    height: 67px;
}
}
@media screen and (max-width: 667px){
html {
    font-size: 95%;
}
body {
    line-height: 2;
}
.num {
    font-size: 65px;
    top: -51px;
}
.con_box_item {
    background-size: 102% auto;
}
#cms_2-a .cate_box {
    padding-bottom: 10px;
    margin-top: 15px;
}
.page1 main {
    padding-top: 48vw;
}
    .top_cms_box::before, .intro_right_inner:before {
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid #818181;
}
.catch {
    top: 70px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
}
.cms_title {
    margin-bottom: 20px;
}
.link_type1 .link_top .link_title{
    font-size: 15px;
}
.cms_title h3 {
    font-size: 25px;
}
#video {
    height: 55.4vw;
}
#top_cms_wrap {
    padding: 3%;
}
#page2 .con_box, #page3 .con_box, #page4 .con_box, #page5 .con_box, #page6 .con_box {
    padding: 0%;
}
#loading_logo {
    max-width: 160px;
}
header #logo a img {
    width: 70px;
}
header.scr_header #logo a img {
    max-width: 52px;
}
#page_title .jp {
    left: -18px;
}
#page_title .en:before {
    display: none;
}
#page_title .jp {
    font-size: 25px;
    top: -48px;
    left: -11px;
}
#page_title .jp span {
    line-height: 1.5;
}
#fix_bnr {
    max-width: 31%;
    right: 10px;
}
.sns_links {
    bottom: -53px;
    left: 0;
    z-index: 1;
    right: 0;
    margin: auto;
}
#intro_wrap {
    padding-top: 75px;
}
.intro_title:before {
    bottom: -26px;
    width: 100%;
}
footer .scroll {
    right: -20px;
}
}

