﻿body{
        background: rgb(252,239,234);
    background: linear-gradient(90deg, rgba(252,239,234,1) 30%, rgba(231,252,255,1) 100%);
}

.bg_color1 {
    background-color: #e57b8c;
}

.bg_color3 {
    background-color: #84b8bb;
}

#main_img{
    position: relative;
}

#main_img:before{
        content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/catch.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 73%;
    pointer-events: none;
    z-index: 1;
}


.eye{
    max-width: 200px;
    text-align: center;
    display: block;
    margin: auto;
}

#intro .intro_txt {
    padding-top: 5px;
    background-color: white;
}

#contents_wrap .bg_container {
    background-color: rgba(255,255,255, 0.6);
}

#top_cms1 .top_cms_title p, #top_cms2 .top_cms_title p {
    font-size: 120px;
    opacity: 1;
    color: white;
}

h2.intro_title{
    font-size: 50px;
        text-align: center;
    margin-bottom: 100px;
}

.hvr_bg_color3:hover {
    background-color: #84b8bb;
}

.shop_link:hover a{
        color: white;
}

#intro .intro_img {
    height: 500px!important;
}

#intro h2.intro_title{
    position: relative;
}

#intro h2.intro_title:before{
        content: "";
    display: block;
    width: 350px;
    height: 350px;
    position: absolute;
    top: calc(50% - 1em);
    left: 30%;
    background-image: url(./Dup/img/qu.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: -1;
}


  .vegas-slide{  mix-blend-mode: luminosity;}
  
  #contents_wrap .bg_container{
          background-image: url(./Dup/img/hito2.png);
    background-position: 80% 100%;
    background-size: 140px;
    background-repeat: no-repeat;
  }
  
  
.banner2{
      bottom: 0px;
      left: 0;
      text-align: right;
      z-index: 100;
      max-width: 300px;
}


.linkStyle{
color: #e57b8c;
font-weight: bold;
}

/*youtube*/
.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%;
}

#page_title::before {
    background: rgba(255,255,255,0.4);
}


/*--20230216 correct start--*/

#footer .info_txt{
    width: 100%;
}

#footer .f_btn_box{
    display: none;
}


#footer .map{
    display: none;
}

footer .bg_box {
    height: 250px;
}

.siki{
        max-width: 400px;
    display: block;
    margin: auto;
    margin-bottom: 50px;
}

/*--20230216 correct end--*/

/*--20230329 correct start--*/

#contents4, #contents5{
     margin: 0px auto 50vh;
}

.pita{
    position: sticky;
    top: 50%;
    transform: translateY(-30%);
}

.pare .top_cms_title p {
    font-size: 120px;
    opacity: 1;
    color: white;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    letter-spacing: 6px;
}

.pare .top_cms_title h3{
    z-index: 3;
    text-shadow: none;
}

/*--20230329 correct end--*/

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#main_img {
    height: 60vh!important;
}

#main_img:before {
    background-size: 85%;
}

#contents_wrap .bg_container {
    background-size: 110px;
        background-position: 90% 100%;
}

#wrap {
    overflow: hidden;
}

#contents4, #contents5 {
    margin: 0px auto 10px;
}

.pita {
    transform: translateY(0%);
}

h1#logo{
        transform: scale(1.3);
    transform-origin: left;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#main_img:before {
    background-size: 100%;
}

h2.intro_title {
    font-size: 33px;
        margin-bottom: 40px;
    margin-top: 40px;
}

.eye {
    max-width: 130px;
}

#contents_wrap .bg_container {
    background-image: none;
}

.title_wrap h3{
    font-size: 19px;
    /* filter: drop-shadow(2px 4px 0px white); */
    text-shadow: white 2px 0px 0px, white -2px 0px 0px, white 0px -2px 0px, white 0px 2px 0px, white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px, white 1px 2px 0px, white -1px 2px 0px, white 1px -2px 0px, white -1px -2px 0px, white 2px 1px 0px, white -2px 1px 0px, white 2px -1px 0px, white -2px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}

#top_cms1 .top_cms_title p, #top_cms2 .top_cms_title p {
    font-size: 50px;
}

#bottom_menu{
    display: none;
}

.menu_box ul.font_13{
    display: none;
}

.pare .top_cms_title p {
    font-size: 50px;
}



.overlay .menu_box {
    width: 100vw;
    max-width: 100vw;
}

footer .bg_box {
    height: 150px;
}

h1#logo {
    transform: none;
}

}
