﻿
/*
#page-top{
    position:absolute;
}
*/

/*--all page---------------------------
-------------------------------------*/

.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

.loader_icon{
    width:200px;
}

body{
    overflow:hidden;
}
#wrap{
    background:url(./Dup/img/bg1.png) repeat;
    background-size:400px;
    background-color: #e7f5f9;
}
#header h1 img{
    filter: drop-shadow(2px 2px 0 #fff);
}
#con_nav .nav_title{
    letter-spacing:1px;
}
#con_nav .nav_sub_title {
    font-size: calc(1rem + 2px);
    opacity: 0.8;
    line-height: 1;
}
.fixbnr{
    display:none;
}
#footer_info_logo img{
    width:40%;
}

/*animation*/
@keyframes swing{
0%{
  transform-origin: bottom;
  transform: rotate(-3deg);
}
100% {
    transform-origin: bottom;
    transform: rotate(3deg);
}
}

.txt_anim1 span{
	position: relative;
	right: 20px;
	opacity: 0;
	transition: all .8s;
}
.txt_anim1 span.start{
	right: 0;
	opacity: 1;
}

.footer_tel{
    display:none;
}


/*--top page---------------------------
-------------------------------------*/
.mainwrap-l{
    border-radius:0 25px 25px 0;
}
.catchcopy {
    font-size: 3rem;
    bottom: 15%;
    right: 2%;
    z-index: 2;
    font-weight: 500;
    text-shadow: 0 0 12px #fff;
}
.catch {
    z-index: 2;
    bottom: -2%;
    right: 2%;
    width: 53%;
    max-width: 1200px;
    filter: drop-shadow(1px 3px 0px rgba(255,255,255,0.5));
}

#top_news .item1{
    width:200px;
    right:10%;
    bottom:-14px;
}
#top_news .item2 {
    width: 150px;
    right: 6%;
    bottom: 250px;
    z-index:1;
    animation: swing 1s steps(2, start) infinite;
}
#contents1 figure{
    border-radius:20px;
}
#contents1 .con1_bnr{
    border-radius:50px;
}
/* 画像トリミング */
.portrait_img{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 800px!important;
}
.portrait_img img{
	width: 100%;
    height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#con4 .box::before,
#con4 .box::after,
#con4 .check span::before,
#con4 .check span::after,
#top_contents3 .con3_wrap .con3_txt_wrap::before,
#top_contents3 .con3_box1::before,
#top_contents3 .con3_box2::before{
    content:'';
    position:absolute;
    display:block;    
}
#con4 .box::before,
#con4 .box::after{
    width:180px;
    height:80px;
    top:-10px;
    z-index:2;
}
#con4 .box::before{
    background:url(./Dup/img/item3.png) no-repeat;
    background-size:contain;
    left:-10px;
}
#con4 .box::after{
    background:url(./Dup/img/item4.png) no-repeat;
    background-size:contain;
    right:-10px;
}
#con4 .check span::before,
#con4 .check span::after{

    width:1px;
    height:25px;
    background:#e86368;
}
#con4 .check span::before{
    left:-30px;
    bottom:0;
    transform:rotate(-30deg);
}
#con4 .check span::after{
    right:-30px;
    bottom:0;
    transform:rotate(30deg);
}
#con4 .t_bnr{
    border-radius:30px;
}

#top_contents3 .con3_box1{
    z-index:2;
}
#top_contents3 .con3_box1::before {
    width: 100px;
    height: 100px;
    background: url(./Dup/img/item6.png) no-repeat;
    background-size: contain;
    bottom: -17px;
    left: -51px;
    z-index: -1;
    opacity: 0.7;
}
#top_contents3 .con3_wrap .con3_txt_wrap{
    position:relative;
}
#top_contents3 .con3_wrap .con3_txt_wrap::before {
    width: 200px;
    height: 200px;
    background: url(./Dup/img/item5.png) no-repeat;
    background-size: contain;
    top: 35px;
    left: -80px;
    z-index: -2;
    opacity: 0.7;
}

#top_contents3 .con3_box2::before {
    width: 200px;
    height: 200px;
    background: url(./Dup/img/item7.png) no-repeat;
    background-size: contain;
    bottom: -40px;
    right: -70px;
    z-index: 1;
    opacity: 0.5;
}
#top_contents3 .item8 {
    bottom: 20%;
    right: -70px;
    opacity: 0.7;
    width: 300px;
}


/*--under page---------------------------
-------------------------------------*/
.cms_wrap{
    background-color:#fff;
    padding:50px;
    border-radius:20px;
}

.cms_2-g .box_wrap{
    box-shadow: none;
    border-radius: 20px;
}
.cms_2-g .swiper-wrapper{
    border-radius:20px 0 0 20px;
}
.cms_2-g .swiper-button-prev,
.cms_2-g .swiper-button-next{
    display:none;
}

.v_type3 .cate_box{
    /*border: 1px solid #c9baa9;*/
    border-radius:20px;
}
.v_type3 .box_title1{color: #a67c52;}


/* ---------- responshiveト ---------- */
@media screen and (max-width: 1600px){
#top_news .item1 {
    width: 150px;
    right: 5%;
}
#top_news .item2{
    right: 1%;
    bottom: 200px;
}
#top_news .cms1inner{
    padding-bottom:200px;
}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.catchcopy{
    font-size: 2.5rem;
    bottom:9%;
    right: 5%;
}
.catch {
    bottom: -5%;
    right: 5%;
    width: 80%;
}
#top_news .item1 {
    width: 120px;
    right: 20%;
}
#top_news .item2 {
    right: 5%;
    bottom: 135px;
}
#top_news .cms1inner {
    padding-bottom: 170px;
}
#top_contents3 .con3_box1::before{
    bottom: -28px;
    left: -82px;
    z-index: 2;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.loader_icon {
    width: 100px;
}
.catchcopy {
    font-size: 2rem;
}
.mainwrap-r{
    top: -35%;
}
#main_img{
    margin-top:115px;
    height:50vh;
}
.catch{
    bottom: -8%;
    width: 85%;
}
#top_news .item1 {
    width: 100px;
}
#top_news .item2 {
    width: 100px;
}
#con4 .box::before, 
#con4 .box::after {
    width: 120px;
    height: 50px;
}
#attach{
    background-size: 125%;
    height: 250px;
}
#top_contents3 .con3_box1::before{
    bottom: 12px;
}
.cms_2-g .swiper-wrapper {
    border-radius: 10px 10px 0 0;
}
.under_page h1{
    max-width:150px;
}
.cms_wrap {
    padding: 20px;
    border-radius: 10px;
}
}




