﻿@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

.blur {
    background-image: url(./Dup/img/back.jpg);
}

.blur .txt_white{
    color: black;
}

.bg_color1, .hvr_bg_color1:hover {
    background-color: #e9ab2d;
}

.more .more_item:before {
    background-color: rgb(5, 141, 63);
}

.bg_color3, .hvr_bg_color3:hover {
    background-color: #009b66;
}

h1#logo img {
    max-width: 120px;
}

#pc_nav{
    position: relative;
    top: -10px;
}

#loading_logo {
    max-width: 150px;
}

.more .more_item{
    color: white;
}

.more .more_item:before {
    background-color: rgb(201, 18, 47) !important;
}

.liana {
        font-family: 'Kaushan Script', cursive, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main_img:before {
    background-color: rgba(0,0,0,0) !important;
}

#main_img{
    border: 3vw solid white;
}

.txt_color2, .hvr_txt_color2:hover {
    color: #c9122f;
}

#main_img:before{
   content: "";
    display: block;
    width: calc(100% + 6vw);
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/copy.png), url(./Dup/img/hata.png), url(./Dup/img/sita.png);
    background-position: 2% 80%, 100% 25%, 87% 100%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 38%, 400px, 450px;
    pointer-events: none;
}

/*#main_img:after{*/
/*    content: "";*/
/*    display: block;*/
/*    width: calc(100% + 6vw);*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    background-image: url(./Dup/img/catch.png);*/
/*    background-position: 60% 80%;*/
/*    background-repeat: no-repeat;*/
/*    -webkit-transform: translate(-50% , -50%);*/
/*    transform: translate(-50% , -50%);*/
/*    background-size: 38%;*/
/*    pointer-events: none;*/
/*}*/

.menu-trigger, .close-trigger {
        right: 6vw;
    top: 48%;
}

#header{
    padding-right: 200px;
}

.scr_header h1#logo img {
    max-width: 50px;
}

#contents_wrap{
    position: relative;
        padding: 130px 10%;
}

#contents_wrap:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #e8ddba;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    z-index: -1;
    filter: brightness(0.9);
    mix-blend-mode: color-burn;
}

#contents{
    position: relative;
        -webkit-mask-image: url(./Dup/img/test2.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 3200px 100%;
    background-image: url(./Dup/img/back.jpg);
}

#contents:before{
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 50%;
    background-image: url(./Dup/img/san.png);
    /* background-color: #e8ddba; */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) scaleY(0.99);
    pointer-events: none;
    z-index: -1;
    background-size: 20px;
    background-repeat: repeat-x;
    mix-blend-mode: multiply;
    background-position: bottom;
}

.top_title {
    height: 0px;
}

.con_photo{
        transform: scale(0.9);
}

.box1, .box2, .box3{
    position: relative;
        margin-bottom: 10px;
}

.box1:before {
   content: "";
    display: block;
    width: 350px;
    height: 350px;
    position: absolute;
    top: 3%;
    left: 1%;
    background-image: url(./Dup/img/ira0.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}

.box2:before {
    content: "";
    display: block;
    width: 350px;
    height: 100%;
    position: absolute;
    top: -5%;
    left: 100%;
    background-image: url(./Dup/img/ira.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
}

.box3:before{
    content: "";
    display: block;
    width: 200px;
    height: 100%;
    position: absolute;
    top: -5%;
    left: 5%;
    background-image: url(./Dup/img/ira2.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}

h3.intro_title{
    font-size: 40px;
    font-weight: bold;
}

#footer_info{
    background-color: #e9ab2d;
}

#logo2 img{
    width: 110px;
}

#copyright{
    background-color: black;
}

#page_title .en {
    font-size: 50px;
    top: 20px;
    padding-top: 50px;
    font-weight: bold;
}

#page_title_img {
    height: 350px;
    background-image: url(./Dup/img/main1.jpg);
        background-size: cover;
    background-position: center;
}

.cate_list li a{
        background-color: #008e37;
    color: white !important;
}

p.con_txt{
        font-size: 30px;
    font-weight: bold;
}

#pc_nav li a {
    filter: drop-shadow(2px 2px 8px rgba(0,0,0,1));
    font-weight: bold;
}

.con_box_item{
    padding-right: 0;
        padding: 20px;
    box-sizing: border-box;
    border: 1px solid #c18d95;
    
}

#loading_text{
    display: none !important;
}

#footer_info .info_txt{
    padding: 20px 5%;
}

.bg_color4, .hvr_bg_color4:hover {
    background-color: #c9122f;
    color: white !important;
}

.sns_links li {
    width: 35%;
}

.menu-trigger-bar {
    filter: drop-shadow(2px 4px 6px black);
}

#page10 .con_box{
    max-width: 1280px;
}

.txt_color4, .hvr_txt_color4:hover {
    color: #0c8e37;
}

.linkStyle{
    color: #c9122f;
font-weight: bold;
}

.pager li a:hover {
    background-color: rgba(219, 157, 0, 1) !important;
    color: white;
}

#video video {
    width:  100%!important;
    height: auto !important;
}

#video {
    height: 40vw;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#main_img:before {
    background-position: 2% 80%, 110% 30%, 87% 100%;
    background-size: 60%, 370px, 450px;
}

.box1:before {
    width: 200px;
    height: 200px;
    top: 3%;
    left: 1%;
}

.box3:before {
    width: 80px;
    top: 0%;
    left: -5%;
}

.box2:before {
    width: 150px;
    height: 100%;
    top: -10%;
    left: 100%;
}

.con_box_item {
    border: 1px solid #c18d95;
}

#video video {
    width: auto!important;
    height: 100%;
}

#video {
    height: 60vh;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#main_img:before {

       background-position: 2% 85%, 140% 25%, 87% 100%;
    background-size: 70%, 220px, 240px;
}

h1#logo img {
    max-width: 80px;
}

.box3:before {
    top: 0%;
    left: 0%;
        width: 100px;
}

.box2:before {
    top: -5%;
    left: 100%;
    width: 200px;
}

#page_title .en {
    font-size: 30px;
    top: -20px;
}

#page_title_img {
    height: 250px;
    background-image: url(./Dup/img/main1.jpg);
}

h3.intro_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 10px;
}

p.con_txt {
    font-size: 20px;
    font-weight: bold;
}

#video {
    height: 60vh;
}

#main_img {
    border: 3vw solid white;
    height: 80vh !important;
}

}