﻿@charset "utf-8";
/* 1536 , 1530 × 735 ,1366 *//* ←記画面幅でも崩れていないか確認 */

/* カテゴリリンクの飛び先位置の数値を適宜調整してください */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */


/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* color */
.txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--black);}
:root{
    --color1: #f794aa; 
    --color2: #fff8fb; 
    --color3: #baaee5; 
    --color4: #fffdf5;
    --color5:#f76685;
    --black: #302423; 
    --normal: #302423; 
	--linkStyle:#a181d3;
}


.txt_red, .hvr_txt_red:hover{color: #C12326;}
.txt_gray, .hvr_txt_gray:hover{color: #ccc}
.txt_color1, .hvr_txt_color1:hover{color: var(--color1)} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: var(--color2)} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: var(--color3)} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: var(--color4)} /* アクセントカラー2 */

/* background-color */
.bg_black, .hvr_bg_black:hover{background-color: var(--black)} /* 黒背景 */
.bg_gray, .hvr_bg_gray:hover{background-color: #ccc}
.bg_color1, .hvr_bg_color1:hover{background-color: var(--color1)} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: var(--color2)} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: var(--color3)} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: var(--color4)} /* アクセントカラー2 */
.bg_color_clear, .hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.border_black, .hvr_border_black:hover{border-color: var(--black)}
.border_gray, .hvr_border_gray:hover{border-color: #ccc}
.border_color1, .hvr_border_color1:hover{border-color: var(--color1)}
.border_color2, .hvr_border_color2:hover{border-color: var(--color2)}
.border_color3, .hvr_border_color3:hover{border-color: var(--color3)}
.border_color4, .hvr_border_color4:hover{border-color: var(--color4)}


.linkStyle{
	color:var(--linkStyle);
}
.linkStyle:hover{
	opacity: 0.7;
	transition: all 0.5s;
}

.point_no{
    pointer-events: none;
}

.font_14,.font_14_sp {
    font-size: 16px;
}
.jp{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
/*header*/
h1 img {
    max-width: 250px;
}
/*footer*/
#footer{
    padding:10px;
}
#footer_txt .linehight_2-h{
    line-height: 1.5;
}
#footer #footer_links.font_14{
    font-size: 14px;
}
/* fix_bnr ---------------------------------------------------------------------------------------------*/
#fix_bnr {
    bottom: 10px;
    right: 80px;
    z-index: 10;
    width: 37%;
    max-width: 600px;
    margin: auto;
    transition: opacity 0.8s, transform 0.8s;
    opacity: 0;
    transform: translateY(20px); 
    pointer-events: none; 
}

.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important; 
}

#fix_bnr a:hover{
    opacity: 0.7 !important;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#fix_bnr{
    width: 68%;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#loader .logo {
    max-width: 160px;
}
.font_12_sp {
        font-size: 15px;
    }
    #fix_bnr{
        width: 60%;
        right: auto;
        left: 0;
        flex-direction: column;
    }

}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#main_img{
    height: 80vh;
    overflow: hidden;
    min-height: 500px;
    min-width: 1200px;
    max-width: 1350px;
}
#main_img img{
    filter: none;
    -webkit-filter:none;
}
#main_img .main1{
    right: 70px;
    width: 80px;
    top: 1.5em;
}
#main_img .main2{
    width: 124px;
    left: 252px;
    bottom: 6px;
}
#main_img .mainbg{
    width: 80%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
#main_img .main3{
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 450px;
    mix-blend-mode: screen;
    animation: fluffy_move 3s ease-in-out infinite;
    opacity: 0.8;
}
@keyframes fluffy_move {
    0% {
        transform: translate(-50%, -50%) translateY(0);
    }
    50% {
        transform: translate(-50%, -50%) translateY(-15px);
    }
    100% {
        transform: translate(-50%, -50%) translateY(0);
    }
}
#main_img .main4{
     z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 360px;
    mix-blend-mode: screen;
    opacity: 0.5;
}

#main_img .mySwiper {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,0);
    width: 390px;
    bottom: 0px; 

}

#main_img .mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain; 
}

/*#main_img .slick2{
   bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    max-width: 600px; 
    height: auto !important;
}
#main_img .slick2 .rectangle_img img {
    display: block;
    max-width: 100%;
    height: auto !important;
}*/

.shop_link{
    display: none;
}
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
    #main_img{
    min-width: auto;
    min-height: auto;
    height: 60vh;
}
#main_img .main1 {
    right: 110px;
    width: 60px;
    top: 70px;
}
#main_img .main2 {
    top: auto;
    bottom: 20px;
        width: 80px;
        left: 110px;
    }
    
#main_img .main3 ,#main_img .main4 {
    top: 60%;
}
#main_img .mySwiper {
    width: 300px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    #main_img{
        height: 130vw;
    }
    #main_img .mainbg {
    width: 84%;
    }
    #main_img .mainbg img{
        width: 100%;
     height: 60vh;  
    object-fit: cover; 
    object-position: center center;
    }
    #main_img .main1 {
        right: 55px;
        width: 37px;
        top: 40px;
    }
    #main_img .main2{
        bottom: 15px;
        width: 61px;
        left: 45px;
    }
    #main_img .main3{
        width: 200px;
    }
    #main_img .main4{
        width: 150px;
    }
    #main_img .main3 ,#main_img .main4 {
    top: 70%;
}
#main_img .mySwiper {
        width: 175px;
    }
}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#top_contents1{
    background-image: url('/Files/img/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 80px;
}
#top_contents1 .contents1_txt h3{
    transform: translateX(0px);
    text-shadow: none;
}
#top_contents1 .contents1_txt h3, #top_contents2 .title h3{
    font-size: 28px;
    color: var(--color5);
}
#intro .intro_txt h2,#top_contents2 .title h3{
    font-size: 28px;
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    color: var(--color5);
}
#top_contents1 .contents1_txt h3{
    margin-bottom: 20px;
}
#top_contents2 .title h3{
    text-align: center;
}
#intro .intro_txt h2{
    transform: none;
}
#intro .intro_img {
    margin-bottom: 50px;
}
#intro .bg_color2{
    background-color: transparent;
}
#intro img{
    filter:none;
}
#top_contents1 .item1 {
    top: -67%;
    right: 80px;
    width: 20%;
    max-width: 220px;
}
.item2{
    left: 0;
    top: -900px;
    width: 60%;
}
#top_contents1 img,#top_contents2 img {
    transition: filter 1.5s ease-in-out, -webkit-filter 1.5s ease-in-out !important;
}
#top_contents1 img.is-active,#top_contents2 img.is-active {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

#top_cms{
    background-image: url('/Files/img/bg2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
  padding: 100px 30px;
  margin: 0;
  max-width: none;
}
.top_cms_box{
    max-width: 1200px;
    margin: 0 auto 50px;
}
.link_type_slick .slick-dots{
    display: none;
}
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#intro .bg_white.width_70per{
    width: 90% !important;
}
#top_contents1 .item1{
    z-index: 2;
        top: -30%;
    right: 10px;
}
.item2{
    top: -850px;
}
#top_contents1 .contents1_txt{
    margin-left:auto ;
    margin-right: auto;
}
#top_contents1 .contents1_txt h3{
    text-align: center;
    display: block;
}
#top_contents1.mg_b-200px{
    margin-bottom: 100px;
}
#top_contents2 .contents2_txt{
    padding-top: 10px;
    padding-bottom: 30px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#intro .intro_txt h2, #top_contents2 .title h3 {
    font-size: 26px;
}
#top_contents1 .item1{
    top: -34vw;
    right: 5px;
}
    #top_contents1.mg_b-200px {
        margin-bottom: 0px;
    }
    #top_contents2 {
    padding-top: 0;
    margin-bottom: 0;
}
#top_contents2 .width_90per_sp{
    width: 80% !important;
}
#top_contents2 .title h3{
    margin-bottom: 10px;
}
.item2{
   top: -105vw;
    width: 100%;
}
}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*カテゴリリンクの飛び先位置を調整する*/
/* --- PC --- */
:root {
--header-height: 130px;
}
/* --- スマートフォン --- */
@media screen and (max-width: 667px){
:root {
--header-height: 100px;
}
}

#page_title{
    filter: none;
}
/*ブログ*/
.blog_list .border_color2{
    border-color: var(--color1);
}
/*お問い合わせ*/
/*お問い合わせ*/

.button a {
    background: var(--color1);
    border-radius:10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px 10px 10px;;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: solid 2px var(--color1);
}
.button a:hover {
    background: var(--color2);
    color: var(--color1);
}
.button2 a {
    background: var(--color3);
    border: solid 2px var(--color3);
}
.button2 a:hover {
    background: #fff;
    color: var(--color3);
}
.button a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 25px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color:var(--color1);
}





/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#page_title{
    height: 150px;
    min-height:auto;
}
}


