﻿@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@400;600&family=Raleway:wght@600&display=swap');

body, .font_sans-serif{
    font-family: 'Murecho', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.menu .nav ul li a .nav2, .more, #top_cms .cms_title p, .other .box_title2, #page_title p, #intro .intro_title span::before, .contact_btn span, #con_h .con_no{
    font-family: 'Raleway', 'Murecho', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    font-weight: normal;
}

/*** fade ****/

.fadein_h{
    opacity: 0;
    transform: scale(0.9);
    transition: 0.4s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
}
.fadein_h.active{
    opacity: 1;
    transform: none;
}

.main_img_wrap .main_title{
    opacity: 0;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    transition-property: transform;
    transform: translate(-50%, -50%) scale(0.9);
}
.main_img_wrap .main_title.active{
    opacity: 1;
    transform: translate(-50%, -50%);
}

/*** other ***/

header{
    display: none;
}

.shadow_h{
    box-shadow: 0 5px 0 #f9f57a;
}

.txt_shadow, .txt_shadow-l, .txt_shadow-b{
    text-shadow: none;
}

.normal_img img, .square_img, .rectangle_img{
    border-radius: 20px;
}

.top_page header .logo{
    display: none!important;
}
header .logo{
    width: 100px;
}
header #nav_menu{
    top: 5px;
}

.menu .nav ul{
    padding-left: 30px;
}
.menu .nav ul li, .menu .nav ul li a{
    transform: none;
    border: none;
    margin: 0;
}
.menu .nav ul li a{
    padding: 0 15px!important;
    z-index: 1;
    position: relative;
}
.menu .nav ul li a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    display: block;
    text-align: center;
    margin-bottom: 7px;
    color: #b7a125;
}
.menu .nav ul li:nth-of-type(1) a::before{
    content: '\f1ea';
}
.menu .nav ul li:nth-of-type(2) a::before{
    content: '\f1ad';
}
.menu .nav ul li:nth-of-type(3) a::before{
    content: '\f328';
}
.menu .nav ul li:nth-of-type(4) a::before{
    content: '\f0d1';
}
.menu .nav ul li:nth-of-type(5) a::before{
    content: '\f007';
}
.menu .nav ul li:nth-of-type(6) a::before{
    content: '\f095';
}
.menu .nav ul li a::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f9f57a;
    opacity: 0;
    transition: 0.3s;
    transition-property: opacity, transform;
    z-index: -1;
    border-radius: 50%;
}
.menu .nav ul li a:hover{
    color: #3f3919;
}
.menu .nav ul li a:hover::after{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5);
}
.menu .nav ul li a .nav1{
    font-size: 16px;
}
.menu .nav ul li a .nav2{
    font-size: 12px;
    opacity: 0.5;
}
.menu .logo{
    width: 150px!important;
}

#wrap {
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 20px;
}

.main_img_wrap {
    height: calc(100vh - 40px);
    width: calc(100% - 40px);
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    border-color: #f9f57a;
}
.main_img_wrap::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url('./Dup/img/bg_img1.png');
    background-repeat: repeat-x;
    background-size: 1200px;
    background-position-y: 100%;
    background-position-x: 0;
    animation: anime1 20s linear infinite;
    pointer-events: none;
    z-index: 1;
}
@keyframes anime1 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1200px;
    }
}
.main_img_wrap .main_title{
    z-index: 1;
}
.main_img_wrap .navi, .vegas-timer{
    display: none;
}

.main_wrap {
    margin-top: 100vh;
}

.menu{
    padding-top: 20px;
    padding-bottom: 20px;
}

#intro .intro_wrap{
    background-color: rgba(255,255,255,0.7);
    backdrop-filter: blur(2px);
}
#intro .intro_wrap::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
#intro .intro_title span{
    border-radius: 50px;
}
#intro .intro_title span::before{
    position: absolute;
    content: "INTRODUCTION";
    left: 50%;
    top: -15px;
    font-size: 20px;
    transform: translateX(-50%);
    color: #b7a125;
    letter-spacing: 4px;
    display: inline-block;
}
#intro .intro_title span{
    border-color: #f9f57a;
}
#intro .intro_title span::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: solid 10px transparent;
    border-top: solid 20px #f9f57a;
    border-right: solid 10px transparent;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
}
#intro .intro_wrap .intro_img{
    z-index: 1;;
}

#con_h .con_txt_box::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
}
#con_h .con_box1, #con_h .con_box2{
    position: relative;
}
#con_h .con_box1::before, #con_h .con_box2::before{
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-size: contain;
    top: -80px;
}
#con_h .con_box1::before{
    background-image: url('./Dup/img/bg_img2.png');
    right: -50px;
}
#con_h .con_box2::before{
    background-image: url('./Dup/img/bg_img3.png');
    left: -50px;
}
#con_h .con_box1 .con_txt_box::before{
    border-right: solid 20px #b7a125;
    left: -20px;
}
#con_h .con_box2 .con_txt_box::before{
    border-left: solid 20px #b7a125;
    right: -20px;
}

#top_category{
    background-image: repeating-linear-gradient(-45deg,#fff, #fff 3px,transparent 0, transparent 12px);
}

#top_cms{
    background-image: repeating-linear-gradient(-45deg,#fff, #fff 3px,transparent 0, transparent 12px);
}
#top_cms:before, #top_cms .line{
    display: none;
}
#top_cms .cms_title{
    text-align: center;
}
#top_cms .cms_title p.font_12up{
    font-size: 30px;
    font-weight: bold;
}

.more_box .more:hover div{
    color: #fff;
}
.more_box .more:hover:before, .more:hover span:before{
    background-color: #fff;
}
.more:hover span:after{
    border-left: 5px solid #fff;
}

.more_box .more{
    border-radius: 50px;
    border-width: 2px;
}

.other .other_link_wrap{
    justify-content: space-between;
}
.other .box{
    width: calc(50% - 10px);
    border: solid 2px #b7a125!important;
    border-radius: 20px;
    
}
.other .box figure{
    opacity: 0.2;
}

#page_title{
    padding-top: 0;
    overflow: hidden;
    border-radius: 20px;
}
#page_title #title_img::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(./Dup/img/bg_img2.png), url(./Dup/img/bg_img3.png);
    background-size: 200px;
    background-position: top -20px right -20px, bottom -20px left -20px;
    background-repeat: no-repeat;
}
#page_title .page_title_box{
    text-align: center;
    display: block;
    width: 100%;
    margin-left: 0;
}
#title_img {
    width: 100%;
}
.img-container.active .img-container_img{
    opacity: 0.3!important;
}
.img-container:before{
    background-color: #f2eb6d;
}
.page_title_box:before {
    left: 0;
    right: 0;
    margin: auto;
}
#page_title p{
    padding-right: 0;
}
#page_title p.font_45{
    font-weight: bold;
    font-size: 40px;
}

.all_page{
    background-color: #fff;
}
.all_page:before{
    display: none;
}

.cate_title{
    border-color: #f9f57a;
}
.cate_title i{
    color: #e8383d;
}

.cate_list{
    border-bottom: none;
}
.cate_list li{
    margin: 0 0 10px;
    width: auto;
    padding: 0 5px;
    max-width: 100%;
    font-size: 14px;
}
.cate_list li a{
    display: block;
    max-width: 100%;
    padding: 10px 20px!important;
    border-radius: 50px;
    background-color: #f7f6f5;
    color: #3f3919;
}
.cate_list li a:hover{
    color: #fff;
    background-color: #b7a125;
}
.cate_list li a:hover::before{
    color: #fff;
}

.pager li a span{
    color: #b7a125!important;
}

#cms_3-b .box_wrap{
    justify-content: flex-start;
}

footer{
    background-image: url(./Dup/img/bg_img6.png), url(./Dup/img/bg_img7.png);
    background-size: 300px;
    background-position: top 20px right 20px, top 20px left 20px;
    background-repeat: no-repeat;
    background-color: #b7a125;
    border-radius: 20px 20px 0 0
}
footer .svg_box{
    display: none!important;
}
footer .footer_cms{
    padding-left: 30px;
    padding-right: 30px;
}

#page-top a div i{
    color: #b7a125;
}

.foot_banner{
    right: 80px;
    bottom: 10px;
    z-index: 99;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
.normal_img img, .square_img, .rectangle_img{
    border-radius: 10px;
}
header{
    display: block;
}
.main_wrap{
    padding-top: 0;
}
.other .box_title{
    font-size: 22px;
}
#page_title p.font_45 {
    font-size: 30px;
}
main{
    margin-top: 0!important;
}
#con_h .con_box1::before, #con_h .con_box2::before {
    width: 150px;
    height: 150px;
    top: -80px;
}
#con_h .con_box1::before{
    right: 0;
}
#con_h .con_box2::before{
    left: 0;
}
#con_h .con_txt_box::before{
    top: -20px;
    left: 0!important;
    right: 0!important;
    bottom: auto;
    border-top: none;
    border-bottom: solid 20px #b7a125!important;
    border-left: solid 10px transparent!important;
    border-right: solid 10px transparent!important;
}
footer{
    background-size: 200px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
.other .box{
    width: 100%;
    margin-bottom: 20px;
}
#page_title p{
    color: #3f3919;
}
.page_title_box:before{
    color: #b7a125;
}
#top_cms .cms_title p.font_12up{
    font-size: 24px;
}
#page_title #title_img::after {
    background-size: 120px;
    transform: none!important;
    background-color: transparent;
}
#page_title p.font_45 {
    font-size: 24px;
    letter-spacing: 3px;
}
.page_title_box:before{
    bottom: 50px;
    transform: none;
}
footer {
    background-size: 150px;
    background-position: top -10px right -10px, bottom -10px left -10px;
}
.foot_banner{
    right: 0;
    left: 0;
    margin: auto;
}
#copyright{
    padding-bottom: 50px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.top_cms_box .more_box .more div, .page10 .more_box .more div{
    padding-top: 0;
}
.pager li a span{
    padding-top: 10px;
}
#page_title .page_title_box .wrap{
    margin-top: -50px;
}
}