﻿@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
.font1{
    font-family: 'Sacramento', cursive;
    letter-spacing:0;
    line-height: 1.2;
}


/*--all page---------------------------
-------------------------------------*/

.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
}

.head_box .tel_bt a{
    margin:0 auto 10px;
    border-radius:50px;
}
.head_box .head_banner a,.more a,.foot_tel_bt a{
    border-radius:50px;
}
.more a.bg_color3{
    background-color: #3971BC;
}
.link_bnr a{
    margin-top:30px;
    border-radius:50px;
}

/*--top page---------------------------
-------------------------------------*/

.main_box{
    padding-left:10px;
    padding-right:10px;
}
#main_img:before,
#attach:after{
    content:'';
    position:absolute;
    display:block;    
}
#main_img:before{
    width:calc(100% + 2px);
    height:calc(100% + 2px);
    background-image:url(./Dup/img/video_frame.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    top:-1px;
    left:-1px;
    z-index:2;
}
.catch{
    width:45vw;
    max-width:700px;
    top:38%;
    left:0;
    right:0;
    margin:auto;
    z-index:2;
}
.dog {
    width: 100px;
    height: 120px;
    right: 5%;
    bottom: -0.5%;
    z-index: 2;
}
#video{
    border-radius: 0 0 10px 10px;
}
.scroll_bt span{
    border:0;
}
.con1_outer {
    background: url(./Dup/img/bg_line.png) no-repeat;
    background-size: 100% 75%;
    background-position: center;
}
#contents1{
    width:35%;
    margin:auto; 
    position:relative;
    background-image: url(./Dup/img/cat.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: bottom;
    
}
#contents1:before,
#contents1:after,
.img5:before,
.img6:before,
.img7:before,
.cms_4-a .box_img1:before{
    content:'';
    position:absolute;
    display:block;
}
#contents1:before {
    width: 14vw;
    max-width: 180px;
    height: 50vh;
    background: url(./Dup/img/item2.png) no-repeat;
    background-size: contain;
    left: -23%;
    top: -12%;
}
#contents1:after {
    width: 20vw;
    max-width: 200px;
    height: 31vh;
    background: url(./Dup/img/item3.png) no-repeat;
    background-size: contain;
    right: -25%;
    bottom: -11%;
}

#contents1 .con_no{
    padding-right:0;
    font-size: 2.5rem;
    margin-bottom: 0;
}
#contents1 .con_no:before{
    display:none;
}
#contents1 h2{
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 30px;
}
#contents1 .txt3,
.con2_txt,
.txt6,.txt8{
    line-height: 2;
}



#contents2 .item1 {
    width: 10vw;
    max-width: 200px;
    bottom: -43%;
    right: -1%;
    z-index: 3;
}
#contents2 .font1{
    font-size: 3.5rem;
}
.img5:before,
.img6:before,
.img7:before,
.cms_4-a .box_img1:before{
    width:calc(100% + 2px);
    height:calc(100% + 2px);
    background:url(./Dup/img/waku.png) no-repeat;
    top:-1px;
    left:-1px;
    background-size:100% 100%;
    z-index:2;
}
#contents3 .font1{
    font-size: 2.5rem;
}
#contents3 .d_flex > div{
    width:calc(50% - 20px)!important;
}
#contents3 .d_flex > div:last-of-type{
    margin-top:100px;
}
#contents3 figure{
    width:80%!important;
    margin:auto;
}

/*--under page---------------------------
-------------------------------------*/

/*gallery*/
html.modalset{
	overflow: hidden;
}
.g_type3 .cate_box{
    cursor: pointer;
    margin: 0;
}
.g_type3 .slide_img .thumbnail .swiper-wrapper .swiper-slide {
    cursor: pointer;
}
.g_type3 .open.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
.g_type3 .open {
    top: 0;
    left: 0;
    z-index: 10;
    overflow-y: auto;
    background-color: rgba(255,255,255,0.95);
    transform: scale(0.95);
    transition: 0.3s;
    transition-property: opacity, transform;
    opacity: 0;
    pointer-events: none;
}
.g_type3 .swiper-slide{
    opacity: 1!important;
}
.g_type3 .slide_img .thumbnail .swiper-wrapper {
    margin-left: 0!important;
    transform: none!important;
}
.g_type3 .open .close {
    top: 20px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    width: 30px;
}
.g_type3 .open .close img{
	box-shadow: 0 2px 4px rgba(0,0,0,0);
}
.g_type3 .swiper-button-prev{
	background-image: url(../dup/img/swiper_prev.png)!important;
}
.g_type3 .swiper-button-next{
	background-image: url(../dup/img/swiper_next.png)!important;
}
/*IE*/
@media all and (-ms-high-contrast: none){
.g_type3 .slide_img .thumbnail .swiper-wrapper .swiper-slide {
    overflow: hidden;
    position: relative;
    height: 80px;
}
.g_type3 .slide_img .thumbnail .swiper-wrapper .swiper-slide img{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1420px){
#contents1 {
    width: 50%;
}

}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header #logo{
    max-width:130px;
}
.main_box{
    padding-top:93px;
}
.catch{
    width:50vw;
}
.dog {
    width: 80px;
    height: 90px;
}
.con1_outer{
    background-image:none;
}
#contents1 {
    width: 65%;
}
#contents1:before {
    width: 15vw;
    left: -7%;
    top: -13%;
}
#contents1:after {
    width: 20vw;
    right: -2%;
    bottom: -25%;
}
#contents2 .item1 {
    width: 23vw;
    bottom: -37%;
    right: -6%;
    z-index:3;
}

.head_box .head_banner a {
    border-radius: 20px 20px 0 0;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
header #logo {
    max-width: 100px;
}
.catch {
    width: 65vw;
}
.dog {
    width: 50px;
    height: 60px;
    bottom:-1.5%;
}
#contents1{
    padding:20px 20px 100px;
    box-sizing:border-box;
    width:100%;
    background-size: 50px;
}
#contents1:before,
#contents1:after{
    display:none;
}
#contents1 h2 {
    font-size: 1.9rem;
    line-height: 2;    
}
#contents2 {
    padding: 50px 5% 150px;
}
#contents2 .item1 {
    width: 33vw;
    bottom: -25%;
    right: -2%;
}
#contents3 {
    padding: 0 10% 50px;
}
#contents3 .d_flex > div{
    width:100%!important;
}
#contents3 .d_flex > div:last-of-type {
    margin-top: 50px;
}
footer .logo,.footer_cms{
    text-align:center;
}
}






