﻿
/* ----------　all　---------- */
.linkStyle{
	color:var(--color1);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
.load_logo {
    width: 300px;
}
#wrap {
    position: relative;
}
#wrap:before {
	content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
footer .bg_box {
    height: 400px;
    background-position-y: 80% !important;
}
/* ----------　TOP　---------- */
#main_img {
    height: auto;
}
.fv_img img {
    height: 100%;
    width: auto;
}
.fv_img {
    position: relative;
    z-index: 0;
    text-align: center;
    padding-top: 4vw;
}
.fv_img:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, #f0cc7e, #e8c47e, #c78a03, #f4e7cf);
    z-index: 1;
}
span.bg_box {
    display: none;
}
.clipped {
    mask-image: url(../img/bear.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

#intro ,#top_cms2 {
    color: #fff;
    text-shadow: 1px 1px 4px #00000078;
}
#contents_wrap .con_item {
    opacity: 0.5;
}
.link_type1 .link_top a {
    border-color: var(--color3);
}
/* ----------　下層ページ　---------- */
.cate_list::before,.cate_list a,.cate_list li a::before,#page2,#page3,#page4,#page5,#page6,#page7,#page8,#page9,#page10,#page10 a,.blog_wrap a,#top_cms2 .top_cms_title h3 {
    color: #fff!important;
}
#page_title {
    background: url(../img/page_t.jpg)!important;
}
#page_title .border {
    background: linear-gradient(to left, #f0cc7e, #e8c47e, #c78a03, #f4e7cf);
    height: 2px;
}
.cate_list {
    border-color: fff;
}
.blog_cate a,.blog_list a, .blog_archive_wrap a,.blog_yearTitle,.blog_pager a {
    color: #fff;
}
/* 会社情報 */
/* お問い合わせ */

.border_gold {
    position: relative;
    padding-bottom: 20px;
    line-height: 1.6;
}
.border_gold:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: 0;
    background: linear-gradient(to left, #f0cc7e, #e8c47e, #c78a03, #f4e7cf);
    left: 50%;
    transform: translateX(-50%);
}
/* プライバシーポリシー */
/* サイトマップ */
#page10 ul li a::before {
    color: #fff;
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

/* ----------　all　---------- */

/* ----------　TOP　---------- */
.fv_img {
    padding-top: 20vw;
}
.fv_img img {
    height: auto!important;
    width: 100%!important;
}
#main_img{
    height: auto!important;
}
.star1 {
    top: 16%!important;
    left: 20%!important;
}
.star2 {
    top: 25%!important;
    left: 55%!important;
}
.star3 {
    top: 93%!important;
    left: 10%!important;
}
.star4 {
    top: 97%!important;
    left: 96%!important;
}

#intro .txt_wrap {
    padding: 0 12% 0px;
}
#contents_wrap .con_txt {
    padding-top: 0;
}
 #top_cms2 .top_cms_title p {
     width: 100%;
     bottom: 20px;
 }
 .link_type1 .link_top .link_title {
    text-shadow: none;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

/* ----------　all　---------- */
.shop_link {
    width: 80px;
}
.load_logo {
    width: 240px;
}
.overlay ul:not(.sns_links) li a {
    padding-bottom: 4px;
    font-size: 16px;
}
.tel_bt a {
    letter-spacing: 0px;
    font-size: 19px;
}
#logo {
    padding-top: 5px;
    padding-bottom: 10px;
}
#logo img {
    transform: scale(1.1);
}
#overlay p {
    line-height: 1.4;
}
/* ----------　TOP　---------- */
.fv_img {
    padding-top: 13vw;
}
.intro_title {
    font-size: 21px;
    letter-spacing: 2px;
}
#intro .txt_wrap {
    padding: 0% 5% 0px;
}
#intro {
    padding-top: 50px;
}
#contents_links .box_wrap h3 {
    letter-spacing: 2px;
}
.star1 {
    top: 9% !important;
    left: 20% !important;
}
.star2 {
    top: 29% !important;
    left: 36% !important;
}
.star3 {
    top: 90% !important;
    left: 10% !important;
}
.star4 {
    top: 21% !important;
    left: 87% !important;
}
.star5 {
    top: 16% !important;
    left: 50% !important;
}
#top_cms1 .top_cms_title p, #top_cms2 .top_cms_title p {
    opacity: 0.3;
    font-size: 40px;
    bottom: 40px;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}

/* ----------　star　---------- */
.stars {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.star {
  position: absolute;
  width: 3px;
  height: 3px;
  background: white;
  transform: rotate(45deg); /* 菱形（ダイヤ型）にして星っぽく見せる */
  opacity: 0.2;
  animation: twinkle 4s infinite ease-in-out;
  box-shadow:
    0 0 6px 2px rgba(255, 255, 255, 0.5),
    0 0 10px 4px rgba(255, 255, 255, 0.3); /* 光のにじみ */
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.2;
    transform: rotate(45deg) scale(1);
  }
  50% {
    opacity: 1;
    transform: rotate(45deg) scale(1.6);
  }
}



/* ----------　PC確認サイズ　---------- */
/* 1536 */
@media screen and (max-width: 1536px){}
/* 1530 × 735 */
@media screen and (max-width: 1530px){}
/* 1366 */
@media screen and (max-width: 1366px){}