﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

/* 1536 , 1530 × 735 ,1366 *//* ←記画面幅でも崩れていないか確認 */

/* カテゴリリンクの飛び先位置の数値を適宜調整してください */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */


/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* color */
.txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--black);}
:root{
    --color1: #f19ca7; 
    --color2: #fffae1; 
    --color3: #cc4a5f; 
    --color4: #f2c4da; 
    --black: #302323; 
	--linkStyle:#f47f00;
}

.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(--color1);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}

.point_no{
    pointer-events: none;
}

.con_title,.jp,.cms_title h3, .intro_title ,#sc_pc_nav, #square_links ,#sp_nav li a{
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}


/*header*/
/*#header {
    top: -180px;
}*/
#header {
    top: 0;
    left: 0;
    z-index: 5;
   /* background-color: #fff;*/
    top: 0;
}
#header .logo_wrap{
    width: 150px;
}
#mainheader{
    display: none;
}
/* fix_bnr ---------------------------------------------------------------------------------------------*/
#fix_bnr {
    bottom: 10px;
    right: 100px;
    z-index: 5;
    width: 37%;
    max-width: 330px;
    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:hover{
    opacity: 0.7!important;
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#logo{
    width: 130px;
}
.menu_stick {
    top: 32px;
    right: 38px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    /*header*/
    #header .logo_wrap {
    width: 110px;
}

/*ハンバーガーメニュー*/
.menu_stick {
    top: 17px;
    right: 20px;
}
#sp_nav #sp_navlogo .width_150_sp{
    width: 120px;
}

#sp_nav .nav1 li a{
    padding-top: 5px;
    padding-bottom: 5px;
}


/*footer*/
    #footer_nav li:nth-child(even) {
        padding-left: 30px;
    }
    .txt_color1_sp{
        color: var(--color1);
    }
    
    /*fix_bnr*/
#fix_bnr {
    width: 70%;
    left: 30px;
    right: auto;
}

}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#main_img{
    width: 100%;
    min-width: 1200px;
    background-image: url('/Files/img/main_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  margin-top:0;
}
#main_img .main1{
        width: 60%;
        max-width: 950px;
        left: 5%;
        bottom: 0;
        height: 90vh;
}
#main_img .main2-1{
        width: 25%;
        max-width: 210px;
        left: 4%;
        bottom: 30%;
        animation: float 2.8s ease-in-out infinite;
        mix-blend-mode: overlay;
    opacity: 0.7;
}
#main_img .main2-2{
        width: 30%;
        max-width: 380px;
        right: 4%;
        top: 5%;
        animation: float 3s ease-in-out infinite;
        mix-blend-mode: overlay;
    opacity: 0.6;
}
#main_img .main2-3{
        width: 15%;
        max-width: 170px;
        right: -20px;
        top: 30%;
        animation: float 3s ease-in-out infinite;
        mix-blend-mode: overlay;
    opacity: 0.7;
}
#main_img .main2-4{
        width: 28%;
        max-width: 350px;
        left: -30px;
        top: 10%;
        animation: float 2.5s ease-in-out infinite;
        mix-blend-mode: overlay;
    opacity: 0.7;
}
#main_img .main2-5{
        width: 32%;
        max-width: 500px;
        right: -4%;
        bottom: -11%;
        animation: float 3.5s ease-in-out infinite;
        mix-blend-mode: overlay;
    opacity: 0.6;
}
#main_img .main3{
    width: 45%;
    max-width: 780px;
    top: 54%;
    left: 64%;
    transform: translate(-50%,-50%);
}
#main_img .main4{
    left: 0;
    bottom: 30px;
    width: 35%;
    max-width: 350px;
}


.top_page:before, .under_page:before{
    display: none;
}

@keyframes float {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-50px) scale(1.3); 
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes float-tb {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.3); 
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@media screen and (max-width: 1414px) {
    #main_img .main1 {
        height: 80vh;
        left: 0;
        width: 72%;
    }
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#main_img{
    min-width: auto;
    height: 55vh;
}
#main_img .main1{
    height: auto;
    left: -30px;
}
#main_img .main2-1{
        width: 25%;
        left: -4%;
        bottom: 30%;
        animation: float-tb 3s ease-in-out infinite;
        mix-blend-mode: overlay;
    opacity: 0.7;
}
#main_img .main2-2{
        width: 35%;
        right: -30px;
        top: -20px;
        animation: floa-tbt 3s ease-in-out infinite;
        mix-blend-mode: overlay;
    opacity: 0.6;
}
#main_img .main2-3{
        width: 15%;
        right: -20px;
        top: 30%;
        animation: float-tb 2.5s ease-in-out infinite;
        mix-blend-mode: overlay;
    opacity: 0.7;
}
#main_img .main2-4{
        width: 28%;
        left: -50px;
        top: 0;
        animation: float-tb 2.5s ease-in-out infinite;
        mix-blend-mode: overlay;
    opacity: 0.7;
}
#main_img .main2-5{
        width: 32%;
        right: -4%;
        bottom: -11%;
        animation: float_tb 3s ease-in-out infinite;
        mix-blend-mode: overlay;
    opacity: 0.6;
}
#main_img .main3{
    width: 54%;
    top: 52%;
    left: 66%;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    #main_img {
            height: 130vw;
    }
    
  #main_img .main1 {
    width: 113%;
    left: 61%;
    bottom: -24%;
    transform: translate(-50%, 0);
   }
   #main_img .main2-1{
       width: 48%;
    bottom: 0;
    left: -10%;
   }
   #main_img .main2-2{
           width: 60%;
    right: -20%;
    top: -18%;
   }
        #main_img .main2-3 {
        width: 30%;
        top: 37%;
        }
            #main_img .main2-4 {
                top: 17%;
        width: 48%;
        opacity: 0.4;
}
#main_img .main2-5{
    bottom: 20%;
    right: 10%;
}
#main_img .main3{
    left: 50%;
    width: 88%;
    top: 7%;
    transform: translate(-50%, 0);
}
#main_img .main4{
        bottom: 10px;
    width: 45%;
}

}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#top_contents1 .con_title ,#intro .con_title{
    font-size: 30px;
}
#intro .item1{
    bottom: 0;
    right: -50px;
    width: 50%;
    max-width: 550px;
    opacity: 0.5;
}
.con_sub_title{
    color: var(--color3);
}
#top_contents1 {
    background-image: url('/Files/img/top_contents1_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#square_links .item2{
    left: 0;
    bottom: 0;
    width: 50%;
    max-width: 500px;
    opacity: 0.5;
}
#top_contents2 .opacity0{
    opacity: 0;
}
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#intro{
    padding-top: 70px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#top_contents1 .con_title, #intro .con_title {
    font-size: 24px;
}
#top_contents2 .con_title ,#top_contents2 .intro_title{
    font-size: 22px;
}
}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*カテゴリリンクの飛び先位置を調整する*/
/* --- PC --- */
:root {
--header-height: 130px;
}
@media screen and (max-width: 1414px){
:root {--header-height: 180px;}
}

/* ---　タブレット　--- */
@media screen and (max-width: 768px){
:root {--header-height: 130px;}
}

/* --- スマートフォン --- */
@media screen and (max-width: 667px){
:root {--header-height: 100px;}
}

#page_title .sub_title{
    font-family: 'Playfair Display', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
#page_title{
    background-image: url('/Files/img/title_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 400px;
}
#page_title .title_img{
    display: none;
}
#page_title .title_wrap{
        top: 38%;
            right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    background: transparent;
}
/*ブログ*/
.blog_wrap .border_color2, .blog_list .border_color2{
    border-color: var(--color1);
}

/*お客様の声*/
#page06 .cate_list{
    display: none;
}


/*お問い合わせ*/

.button a {
    background: var(--color1);
    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: #fff;
    color: var(--color1);
}
.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){
#page_title{
    height: 220px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#page_title{
    height: 150px;
}
#page_title .title_wrap {
    top: 50%;
}
}


