﻿@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');
.font1{
    font-family: 'Damion', cursive;
}

.sample_txt{
    z-index:2;
}

/*
#page-top{
    position:absolute;
}
*/


/*--all page---------------------------
-------------------------------------*/

.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
}

.button_container {
    background-color: transparent;
    background-image: url(./Dup/img/bg.jpg);
    border-radius: 100px;
    background-size: 200%;
    margin: 10px 10px 0 0;
}
.shop_link{
    margin: 10px 10px 0 0;
    border-radius: 63px 67px 65px 59px/52px 68px 60px 72px;
    filter: drop-shadow(2px 2px 0 rgba(0,0,0,0.4));
    background-color: #f8f8f3;
}

#loading .load_logo{
    width:400px;
}

footer .sns_links:first-of-type{
    position:relative;
}
footer .sns_links:first-of-type::before{
    content:'';
    position:absolute;
    display:block;
    width:100px;
    height:80px;
    background:url(./Dup/img/check.png) no-repeat;
    background-size: contain;
    left:50%;
    top:-50px;
    z-index: 2;
    animation: swing 1s steps(2, start) infinite;
}

/*animation*/
.txt_anim2 span{
	display: inline-block;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition:transform 0.1s ease;
}
.txt_anim2 span.start{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

@keyframes swing{
    0% {
    transform-origin: bottom;
    transform: rotate(3deg);
}
100% {
    transform-origin: bottom;
    transform: rotate(-3deg);
}
}

@keyframes swing2{
    0% {
    transform-origin: bottom;
    transform: rotate(-3deg);
}
100% {
    transform-origin: bottom;
    transform: rotate(3deg);
}
}


/*--top page---------------------------
-------------------------------------*/
.catch {
    width: 42vw;
    max-width: 800px;
    bottom: 33%;
    right: 1%;
}
#pc_nav{
    filter: drop-shadow(2px 2px 0 rgba(0,0,0,0.4));
    background-color: #f7d770;
}
.vegas-slide {
    width: 71%;
    margin-left: 0;
    margin-right: auto;
    border-radius: 0 600px 600px 0;
}
#intro span.bg_box {
    width: 36%;
    background-color: transparent;
    background-image: url(./Dup/img/bg_box.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.intro_sub_title {
    font-size: 8rem;
    top: -200px;
    left: -5%;
}
.intro_title{
    font-weight:bolder;
}


.bg_box2 {
    width: 30vw;
    top: -90px;
    right: 0;
    opacity: 0.7;
}
.item1 {
    width: 175px;
    bottom: -90px;
    left: 18%;
    z-index: 2;
}
.youtube_box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#intro .intro_img{
    border-radius: 56% 0 0 44%/53% 0 0 52%;
}
.intro_sub_img {
    width: 420px;
    height: auto;
    left: -16%;
    bottom: -15%;
    z-index: 4;
}
.intro_sub_img img {
    border-radius: 200px;
}

.bg_box4{
    width: 29vw;
    right: 0;
    bottom: -250px;
    opacity: 0.5;
}
#contents_links .box_wrap h3{
    font-size: 10rem;
    padding-right: 0;
}
#contents_links .box.first a{
    border-radius:30px 0 0 30px;
}
#contents_links .box_item .box:first-of-type a{
    border-radius:0 30px 0 0;
}
#contents_links .box_item .box:last-of-type a{
    border-radius:0 0 30px 0;
}

#contents_wrap h2{
    font-size:6rem;
}
#contents_wrap figure img{
    border-radius:20px;
}

.top_cms2_outer::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 150px;
    background: url(./Dup/img/top_cms2_outer.png) no-repeat;
    top: -150px;
    background-size: contain;
    background-position: bottom;
}
.item2 {
    width: 150px;
    top: 50px;
    left: 50px;
    animation: swing 1s steps(2, start) infinite;
    z-index:2;
}
.item3 {
    width: 200px;
    top: -125px;
    left: 16%;
    animation: swing2 1s steps(2, start) infinite;
}
.item4 {
    width: 100px;
    top: 119px;
    right: 50px;
    animation: swing 1s steps(2, start) infinite;
    z-index:2;
}
.item5 {
    width: 200px;
    top: -48px;
    right: 12%;
    animation: swing 1s steps(2, start) infinite;
}

.top_cms_title h3{
    font-size:33px;
    font-weight:bolder;
}
.bg_box3 {
    left: 0;
    top: -100px;
    opacity: 0.6;
    width: 43vw;
    z-index: -1;
}
#top_cms1  .top_cms_title p{
    opacity:0.1;
}
.more_bt a{
    font-weight:500;
}

.house{
    top: 5%;
    right: 1%;
    width: 50vw;
    opacity: 0.3;
}


/*--under page---------------------------
-------------------------------------*/
#page_title::after{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:162px;
    background:url(./Dup/img/page_title.png) no-repeat;
    background-size:contain;
    background-position:bottom;
    bottom:0;
    z-index:1;
}
#page_title h2 .font1{
    font-size: 5rem;
    letter-spacing: 0;
}
#page_title h2 span.font_anim{
    height: 85px;    
}

.v_type3 .cate_box{border: 1px solid #c9baa9;}
.v_type3 .box_title1{color: #a67c52;}


/* ---------- responshive ---------- */
@media screen and (max-width: 1920px){
#intro{
    padding-top:150px;
    padding-bottom:150px;
}
.intro_sub_img{
    left:-3%;
}

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.catch {
    width: 54vw;
    bottom: 3%;
}
#intro span.bg_box {
    width: 52%;
    height: 16%;
    left: -16%;
}
#intro .right{
    margin-right: 0;
    margin-left: auto;
}
.intro_sub_title {
    font-size: 6rem;
    top: -153px;
    left: -9%;
}
.intro_title{
    letter-spacing: 0px;
}
.intro_sub_img {
    width: 320px;
    left: -8%;
    bottom: -22%;
}
.bg_box2 {
    width: 38vw;
    top: -100px;
}
.bg_box3{
    top:-150px;
}
#contents_links .box_wrap h3 {
    font-size: 6rem;
}
#contents_links .box.first a {
    border-radius: 20px 20px 0 0;
}
#contents_links .box_item .box:first-of-type a {
    border-radius: 0;
}
#contents_links .box_item .box:last-of-type a {
    border-radius: 0 0 30px 30px;
}
.bg_box4 {
    width: 37vw;
    bottom: -160px;
}
.house {
    top: 2%;
    right: auto;
    width: 69vw;
    left: -5%;
}
.item2 {
    width: 120px;
    top: 50px;
    left: 50px;
}
.item3 {
    width: 170px;
    top: -51px;
    left: 16%;
}
.item4 {
    width: 81px;
    top: 170px;
    right: 38px;
}
.item5 {
    width: 155px;
    top: -29px;
    right: 12%;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#loading .load_logo {
    width: 240px;
}
#header{
    padding-bottom:10px;
}
#main_img {
    height: 50vh!important;
}
#intro{
    padding-top:100px;
}
.intro_sub_title {
    font-size: 4.5rem;
    top: -105px;
}
.intro_title {
    letter-spacing: 2px;
}
.intro_sub_img {
    width: 220px;
    bottom: -40%;
}
.bg_box2 {
    width: 55vw;
    top: -205px;
}
.item1 {
    width: 120px;
    bottom: -78px;
    left: 1%;
}
#contents_links .box_wrap h3,
#contents_wrap h2{
    font-size: 4.2rem;
}
.house{
    width:100vw;
}
.item2 {
    width: 84px;
    top: 140px;
    left: 10px;
}
.item3 {
    width: 107px;
    top: -25px;
    left: 9%;
}
.item4 {
    width: 54px;
    top: 130px;
    right: 13px;
}
.item5 {
    width: 93px;
    top: -9px;
    right: 5%;
}
#page_title h2 .font1 {
    font-size: 4rem;
}
#overlay .menu_box > div{
    padding-bottom:5px;
}
#overlay .menu_box .linehight_2{
    margin-bottom:10px;
}

}






