﻿.txt_wrap_ore{
        max-width: 1000px;
    margin: auto;
    margin-bottom: 100px;
}

.svg_box{
    display: none;
}

#contents .box_wrap{
    max-width: 1400px;
}

.youtube{
  position: relative;
	/*max-width: 780px;*/
	width: 70%;
	text-align: center;
	margin: 4% auto 4%;
}
.youtube:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }
.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt_color1 {
    color: #4e55af;
}

footer {
    background-color: #dfdeed;
        background-color: #edecf3;
}

.bg_color1 {
    background-color: #7a75ed;
}

.bg_color2 {
    background-color: #edecf3;
}

.logo {
    text-align: center;
    width: 15%!important;
    max-width: 300px;
    min-width: 200px;
}

#loading_line .line {
    background-color: #fdf8f5 !important;
}

.main_img_wrap{
    -webkit-mask-image: url(./Dup/img/test.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
       -webkit-mask-size: 100% 100%;
           top: -15px;
    
}

#contents .box .txt_wrap {
    background-image: url(./Dup/img/ira.png);
        background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
        text-align: center;
        padding: 20px 0;
}

.img-container:before {
    background: #d6d4e3;
}

.t_cms_img2 .img-container:before {
    background: #ebdbc8;
}

.other .box {
    height: auto;
    border: none;
    background-color: transparent!important;
}

.other{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.other .other_link::before{
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background-image: url(./Dup/img/foot_img.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    right: -80px;
    bottom: -50px;
    z-index: 1;
}
.other .box{
    height: auto;
    border: none;
    background-color: transparent!important;
}
.other .box:nth-of-type(1){
    padding-right: 20px;
}
.other .box:nth-of-type(2){
    padding-left: 20px;
}
.other .box a{
    height: 300px;
    background-color: #fff;
    border-radius: 10px;
    transition: background-color 0.5s;
        height: 300px !important;
    position: relative;
    display: block;
    overflow: hidden;
}
.other .box a:hover{
    background-color: black;
}
.other .box a:hover .other_img{
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1.05);
}

/*footer:before{*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: -50%;*/
/*    left: 50%;*/
/*    background-image: url(./Dup/img/con_back.png);*/
/*    background-position: top center;*/
/*    background-repeat: no-repeat;*/
/*    -webkit-transform: translate(-50% , -50%);*/
/*    transform: translate(-50% , -50%);*/
/*    background-size: cover;*/
/*    pointer-events: none;*/
/*}*/

#top_cms:before {
    z-index: -1;
}

.sou{
        background-image: url(./Dup/img/con_back.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#top_cms{
        background-color: #ffffff;
}

.txt_more{
        background-color: white;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    width: 200px;
    border: 2px solid #b2b1d3;
        cursor: pointer;
}

.txt_wrap_ore h3{
        text-align: center;
    display: block;
}

#contents .box h3 {
    font-size: 28px;
        text-align: center;
    display: block;
}

.img-container {
    border-radius: 40px;
}

.berry{
        max-width: 150px;
    display: block;
    margin: auto;
        margin-bottom: 20px;
}

.txt_wrap > p{
        color: #3c37b7;
    margin-bottom: 10px;
}

.txt_wrap_ore p{
    padding: 40px;
    box-sizing: border-box;
    /* width: 60%; */
    margin: auto;
    max-width: 860px;
    position: relative;
    z-index: 2;
}

#contents{
     background-image: url(./Dup/img/kumo.png), url(./Dup/img/tex.jpg);
    background-position: 95% 2%;
    background-size: 30%;
    background-repeat: no-repeat, repeat;
    background-color: transparent;
}

main{
    position: relative;
}

.top_page main:before {
        content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/logo_pc.jpg), url(./Dup/img/copy.png), url(./Dup/img/right.png), url(./Dup/img/left.png),url(./Dup/img/tubu.png);
    background-position: 98% 0% , 0 100%, bottom right, top left, 99% 25%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 250px, 700px, 28%, 28%, 220px;
    pointer-events: none;
    z-index: 2;
}

.top_page footer{
    z-index: 9 !important;
        margin-top: -10px;
}

footer, #footer{
        position: relative;
}



footer .txt_white{
    color: black;
}

.all_page{
    background-color: transparent;
}

.top_nav ul li a {
     -webkit-transform: none; 
    -moz-transform: none;
     transform: none; 
         padding-right: 10px;
}

.top_nav ul li {
     -webkit-transform: none;
    -moz-transform: none;
     transform: none; 
        background-color:#d3c8b5;
    border-radius: 20px;
}

.txt_wrap_ore{
    position: relative;
}

.txt_wrap_ore:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/siro.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
}

.txt_wrap_ore img{
    position: relative;
    z-index: 1;
}

.hvr_txt_color1:hover {
    color: #7a75ed;
}

.linkStyle{
color: #7a75ed;
font-weight: bold;
}

.ore p{
        text-align: left;
    padding: 20px;
    box-sizing: border-box;
}

.top_nav {
    width: auto;
}

.main_img_wrap .navi {
    display: none;
}

#map iframe{
	width: 100%;
	height: 500px;
}

#footer {
    background-image: url(./Dup/img/asi.png);
    background-repeat: no-repeat;
    background-position: 90% 90%;
    background-size: 100px;
}



.banner2{
    bottom: 0;
    left: 0;
    z-index: 9;
    max-width: 300px;
        /*transition: 0.3s;*/
}

.tuika p a {
    width: 340px;
    box-sizing: border-box;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 1000px){
.top_page main:before {
       background-size: 85%, 28%, 28%, 200px;
       background-image:  url(./Dup/img/copy.png), url(./Dup/img/right.png), url(./Dup/img/left.png),url(./Dup/img/tubu.png);
           background-position:  0 85%, bottom right, top left, 99% 25%;
}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

 #map iframe{
	height: 350px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

.main_img_wrap {
    -webkit-mask-image: url(./Dup/img/test3.svg);
}

.vegas-slide{
    transform: translateX(100px);
}

.top_page main:before {
    height: 65vh;
    top: 0%;
    -webkit-transform: translate(-50% , 0%);
    transform: translate(-50% , 0%);
        background-size: 85%, 28%, 28%, 100px;
    pointer-events: none;
    z-index: 2;
}

.main_wrap {
    margin-top: 65vh;
}

.main_img_wrap {
    height: 65vh;
}

.txt_color3 {
    color: #7a75ed;
}

.other .box:nth-of-type(1) {
    padding-right: 0;
}

.other .box:nth-of-type(2) {
    padding-left: 0;
}

.other .box:last-child {
    border-left: none;
}

.banner{
    margin-top: 50px;
}

.all_page {
    margin-top: 0 !important;
}

.tuika p a{
        width: 285px;
    box-sizing: border-box;
}

}