﻿/* -----------------------------------------------　all　---------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');

h1,h2,h3,h4,html body{
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
}


/* color -----------------------------------------------------------------------------▼*/
:root {
    --color1: #040a2b;
    --color2: #bfbfbf;
    --color3: #19287c;
    --color4: #f2fbfd;
    --color5: #f4f8f8;
    --white: #ffffff;
    --black: #010415;
    --gray: #ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.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 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.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_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.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);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{color: var(--color1);
          border-bottom:solid 1px;
}

.linkStyle:hover{
    color: var(--color3);
    opacity: 0.8;
}

body#body {
    background: var(--white);
}

body p{
    font-size:-webkit-calc(1rem + 0px)!important;
    font-size : calc(1rem + 0px)!important;
}

/* color -----------------------------------------------------------------------------▲*/



/* ----------　cursor　▼---------- */
.cursor, .follower{
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 10;
	transition: 0.3s;
	transition-property: opacity,background,width,height,transform
}
.cursor {
	width: 8px;
	height: 8px;
	z-index: 11;
	background-color: var(--black);
}
.cursor.is-active{
	background-color: var(--color3);
}
.follower {
	width: 40px;
	height: 40px;
	border: solid 1px var(--black);
}
.follower.is-active{
	transform: scale(1.8,1.8);
	border: solid 1px var(--color3);
}

/* ----------　cursor　▲---------- */
/* ----------　custom　---------- */


/* ----------　cms　---------- */


/* ---------------------------------------------　TOP　---------------------------------------- */
.catch {
    z-index: 2;
    filter: drop-shadow(7px 7px 10px rgba(0,0,0,0.9));
    left: 4%;
    top: 4%;
}

.intro_txt h2 span {
    font-size: 30px;
}

#top_contents1 .contents1_txt h3 {
    font-weight: 100;
}

#contact_banner {
    bottom: 2.3% !important;
    left: 3%;
    z-index: 10;
    width: 150px;
    transition: 0.2s;
    position: fixed;
}

#fix_banner {
    transition: 0.2s;
    bottom: 39px;
    right: 85px;
    z-index: 10;
    width: 250px;
    position: fixed;
}
/* -------------------　BLOG　▼----------------- */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}
/* -------------------　BLOG　▲----------------- */

/* ----------　プロフィール　▼---------- */
main{
    overflow: hidden;
}
.about_type2 .cate_title {
	line-height: 1.7;
	position: relative;
}
.about_type2 .cate_title:before {
	content: '';
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 1px;
    bottom: 10px;
    left: 5px;
    background-color: #333;
    z-index: -1;
}
.about_type2 .cate_box{
	position: relative;
}
.about_type2 .cate_box:nth-of-type(even){
	flex-direction: row-reverse;
}
.about_type2 .cate_box:before {
	content: '';
    position: absolute;
    display: inline-block;
    background-color: #f1f1f1;
    width: 80vw;
    height: 90%;
    bottom: 10px;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
}
.about_type2 .cate_box:nth-of-type(odd):before {	       
    left: 0px;    
}
.about_type2 .cate_box:nth-of-type(even):before {	        
    right: 0px;    
}

.btn_container{ padding: 0 15px; }
/* ----------mobile_sp ---------- */
@media screen and (max-width: 667px){
.about_type2 .cate_box:before {
    height: 95%;
    bottom: auto;
    top: 15px;
}
}
/* ----------　プロフィール　▲---------- */

/* ----------　撮影実績　▼---------- */
.portfolio_banner {
    text-align: center;
    width: 30%;
    margin: 0 auto;
}
/* ----------　撮影実績　▲---------- */

/* ----------　ご予約からの流れ　▼---------- */
.flow_type4 .box_description2{
	border-left: dotted 4px #1e2b38;
	background-color: rgba(204, 204, 204, .35);
}
.flow_type4 .box_txt1,
.flow_type4 .box_txt2{
	padding-left:20px;
}
.flow_type4 .box_wrap{
    position: relative;
    padding-left: 30px;
}
.flow_type4 .box_wrap:before{
    content: "";
    display: inline-block;
    height: calc(100% - 30px);
    border-left: 4px dotted #1e2b38;
    position: absolute;
    top: 30px;
    left: 26px;
}
.flow_type4 .cate_box:last-of-type{
	padding-bottom: 0;
}
.flow_type4 .box_description2{
    position: relative;
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
}
.flow_type4 .box_description2 span{
	position: absolute;
    display: inline-block;
    width: 68px;
    top: 5px;
    left: -38px;
}
/*--------タブレット--------*/
@media screen and (max-width: 768px){
.flow_type4 .cate_box{
	flex-direction: column-reverse;
}
.flow_type4 .box_description2 span {
	width: 61px;
	left: -34px;
}
}
/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.flow_type4 .box_wrap{
    padding-left: 23px;
}
.flow_type4 .box_wrap:before {
    left: 19px;
}
}
/* ----------　ご予約からの流れ　▲---------- */



/* ---------------------------------　下層ページ　--------------------------------- */

#page_title h2 {
    color: var(--color4);
}

#page_title p {
    color: var(--white);
}

/* ----------　会社情報　---------- */

/* ----------　お問い合わせ　---------- ▼*/
.contents_wrap .con_box2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}
/* ----------　お問い合わせ　---------- ▲*/

/* ----------　プライバシーポリシー ---------- */


/* ----------　サイトマップ　---------- */


@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/* --------------- タブレット --------------- ▼*/
@media screen and (max-width: 768px){
#loader .logo {
    max-width: 200px;
}

header #header{
    padding: 13px;
}

#menu_bt{
    top: 30px;
}

.intro_txt h2 span {
    letter-spacing: 0;
    font-size: 18px;
}

#top_contents1 figure {
    left: 0;
}

#top_contents1 .about {
    top: -5%;
    left: -18%;
    width: 350px
}
#top_contents2 .con2{
    top: -2%;
    width:400px;
}
#menu_wrap ul li{
    text-align: center;
}

footer .d_flex{
    padding:30px;
}
#copyright{
    padding-right:30px;
}
#page_title h2{
    font-size: 2.2rem;
}
#page_title p{
    font-size:1.2rem;
}
#cms_3-e .sub_cate_img1 {
    height: 300px;
}
#cms_2-g .cate_title {
    font-size: 2em;
}
#page10 ul li .title1{
    letter-spacing: 1px;
}


#contact_banner{
    width: 100px;
}

.cursor, .follower{
    display: none;
}

}
/* --------------- タブレット --------------- ▲*/

/* ----------------- スマホ ----------------- ▼*/
@media screen and (max-width: 667px){
body p,#menu_wrap ul li a{
    font-size:-webkit-calc(1rem + -2px)!important;
    font-size : calc(1rem + -2px)!important;
}

header #header { padding: 18px; }


#loader::after{
    background-size: 100% 400px;
}
#loader .logo {
    max-width: 120px;
}

.intro_txt h2 span {
    letter-spacing: -1px;
    font-size: 16px;
}

#main_img img, #intro img, #top_contents1 img, #top_contents2 img {
    filter: none;
}

.shop_link_kobetsu {
    right: 45px;
    width: 250px;
}
h1 img {
    max-width: 150px;
}
.catch {
    left: 4%;
    width: 80%;
}

#intro .intro_title {
    width: 90%;
    top: -24%;
    left: 4%;
}
#top_contents1 .about {
    left: -4%;
    width: 250px;
}
#top_contents2 .con2 {
    left:4%;
    width: 300px;
}
.shop_link_kobetsu_sp{
    left:20px;
    z-index:2;    
}

footer .d_flex{
    padding:0;
}
#copyright{
    padding-right:0;
}
#page_title h2 {
    font-size: 1.8rem;
}

#page_title p {
    font-size: 1rem;
}
#cms_3-e .sub_cate_img1 {
    height: 250px;
}
#page08 .tel_txt {
    padding: 50px 10px 45px;
}

#contact_banner {
    width: 75px;
    bottom: 3.3% !important;
}

#fix_banner {
    bottom: 30px;
    right: 50px;
    width: 171px;
}

#cms_3-c .box_txt1 {
    padding: 0 !important;
}

.portfolio_banner {
    width: 70%;
}

#page08 .tel a {
    letter-spacing: 0px;
    opacity: 0.6;
    font-size: 23px;
}

.tel_txt_1, .tel_txt_2{
    font-size: 11px !important;
}

}
/* ----------------- スマホ ----------------- ▲*/