﻿.txt_color_nomal,body{color: #464646;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #6dad61} /* メインカラー */
.txt_color2{color: #F5FBF3} /* サブカラー */
.txt_color3{color: #ED8047} /* アクセントカラー1 */
.txt_color4{color: #F0FDEC} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #6dad61} /* メインカラー */
.bg_color2{background-color: #F5FBF3} /* サブカラー */
.bg_color3{background-color: #ED8047} /* アクセントカラー1 */
.bg_color4{background-color: #F0FDEC} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #6dad61}
.border_color2{border-color: #F5FBF3}
.border_color3{border-color: #ED8047}
.border_color4{border-color: #F0FDEC}


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #464646;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #6dad61} /* メインカラー */
.hvr_txt_color2:hover{color: #F5FBF3} /* サブカラー */
.hvr_txt_color3:hover{color: #ED8047} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #F0FDEC} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #6dad61} /* メインカラー */
.hvr_bg_color2:hover{background-color: #F5FBF3} /* サブカラー */
.hvr_bg_color3:hover{background-color: #ED8047} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #F0FDEC} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #6dad61 }
.hvr_border_color2:hover{border-color: #F5FBF3}
.hvr_border_color3:hover{border-color: #ED8047}
.hvr_border_color4:hover{border-color: #F0FDEC}

/* ----------　all　---------- */
.linkStyle{
	color:#6dad61;
}
.linkStyle:hover{
	color:#ED8047;
	transition: all 0.5s;
}
body {
	background: #F6EDD9;
}
.font_serif {
    font-family: 'Kiwi Maru', serif;
}
nav.sc_menu:before {
    content: "";
    background-image: url(./Dup/img/frame_t.png);
    background-size: cover;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -25px;
    left: 0;
}
nav.sc_menu.bg_color2.tb_hide.pc_sc_nav {
    top: -30px;
}
nav.sc_menu.bg_color2.tb_hide.pc_sc_nav.sc {
    top: 0;
}
#contact_bar a:hover {
    opacity: 1;
}

/* ----------　TOP　---------- */
#video div {
    margin: 0 auto;
}
#main_img {
    height: calc(100vh - 166px);
    overflow: hidden;
}
#main_img .main_img_wrap {
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
#main_img .main_img_wrap img {
    max-width: 1350px;
}
#main_img .main_img_wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/frame_t.png), url(./Dup/img/frame_r.png), url(./Dup/img/frame_b.png), url(./Dup/img/frame_l.png);
    background-position: 0% -1%, 100% 0%, 0% 102%, 0% 0%;
    background-repeat: no-repeat;
    transform: translate(-50% , -50%);
    background-size: 100%,17%,100%,17%;
    pointer-events: none;
}
#main_img .main_img_wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/catch.png);
    background-position: 2% 15%;
    background-repeat: no-repeat;
    transform: translate(-50% , -50%);
    background-size: max(38%,400px);
    pointer-events: none;
}
#main_img .top_banner {
    width: max(15%,230px);
    bottom: 2vh;
    right: 2%;
}
#intro .intro_title {
    background-color: transparent;
}
#intro .intro_title:before {
    content: "";
    background-image: url(./Dup/img/clover.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 157px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#intro::after {
    width: 0;
}
#intro {
    position: relative;
}
#wave {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
}
#wave2 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
}
#contents1 figure {
    border-radius: 0px 50px;
}
#contents1 figure:nth-of-type(2) {
    border-radius: 50px 0px;
}
#contents1_txt {
    position: relative;
}
#contents1_txt:before {
    content: "";
    width: 105%;
    height: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./Dup/img/clover_l.png),url(./Dup/img/clover_r.png);
    background-repeat: no-repeat;
    background-size: 20%,40%;
    background-position: 0% 3%, 99% 95%;
    z-index: 1;
}
#contents2 {
    position: relative;
}
#contents2 figure {
    border-radius: 50% 0;
}
#contents2 img {
    width: 100%!important;
    height: auto!important;
}
/* ----------　下層ページ　---------- */
#page_title #wave2 {
    transform: translateY(55%);
    z-index: -1;
}
#page_title h2 span {
    position: relative;
}
#page_title h2 span:before,#page_title h2 span:after {
    content: "";
    background-image: url(./Dup/img/clover_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: 50%;
    position: absolute;
    opacity: 0.7;
}
#page_title h2 span:before {
    left: 0;
    transform: translate(-200%, -50%);
}
#page_title h2 span:after {
    right: 0;
    transform: translate(180%, -50%);
}
/* 会社情報 */
/* お問い合わせ */
#tel_contact > div > .d_inline_b > div p span{
    padding-bottom: 10px;
}
/* プライバシーポリシー */
/* サイトマップ */



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */

/* ----------　TOP　---------- */
#main_img {
    height: 62vh;
}
#main_img .main_img_wrap:before {
    background-image: url(./Dup/img/frame_t_tb.png), url(./Dup/img/frame_r.png), url(./Dup/img/frame_l.png);
    background-position: 0% -1%, 110% 0%,-8% 0%;
    background-size: 100%,17%,17%;
}
#main_img .main_img_wrap {
    top: 63%;
}
#main_img .main_img_wrap:after {
    background-position: 6% 0%;
    top: 39%;
    background-size: 60%;
}
#main_img .top_banner {
    width: 25%;
    bottom: 27vh;
    right: 2%;
}
/* ----------　下層ページ　---------- */
#page_title h2 span:before,#page_title h2 span:after {
    width: 30px;
    height: 30px;
}
#page_title h2 span:before {
    transform: translate(-160%, -50%);
}
#page_title h2 span:after {
    transform: translate(140%, -50%);
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */

/* ----------　TOP　---------- */
#main_img {
    height: 55vh;
}
#main_img .main_img_wrap {
    top: 70%;
}
#main_img .main_img_wrap:after {
    top: 38%;
    background-size: 80%;
}
#main_img .top_banner {
    width: 30%;
    bottom: 33vh;
    right: 2%;
}
#contents1_txt:before {
    background-size: 45%,82%;
    background-position: 0% 6%, 100% 93%;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}
