@charset "utf-8";
/* CSS Document */

html {
    overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
	position: relative;
}

@media print{
   /*アニメーションOFF*/
	
	.fadeUpTrigger{
        opacity: 1.0 !important;
	}

	.fadeUp{
        opacity: 1.0 !important;
	}

    
   /*印刷用CSSで適用させる定義を記述*/
    html {
        transform: scale(0.8);
        transform-origin: left top;
        width: calc(100% / 0.8);
        height: calc(100% / 0.8);
        overflow-y: auto;
    }  
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: min(1.08vw, 1.6rem);
	-webkit-text-size-adjust: 100%;
	/*-webkit-text-size-adjust: none;*/
	line-height: 1.5;
	color: #000000;
	overflow: hidden;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.shippori-mincho-b1-medium {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

.oooh-baby-regular {
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
}

.weight-400{
	font-weight: 400;
}

.weight-500{
	font-weight: 500;
}

.weight-700{
	font-weight: 700;
}

*{
	margin: 0;
	padding: 0;
    word-break: break-all;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
.pc_hide {
	display: none !important;
}

.sp_hide {
}

a {
	outline: none;
	color: #000000;
	text-decoration:none;	
	opacity: 1;
    transition: all 0.5s;
}

a:hover {
	opacity: 0.6;
	text-decoration: none;
}

a.disabled{
    pointer-events: none;
}

h1,
h2,
h3,
h4{
	font-size: 100%;
	font-weight: 500;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}


select::-ms-expand {
    display: none;
}

a.tel-link{
	pointer-events: none;
}

ol, ul {
    list-style: none;
	box-sizing: border-box;
}

/*===================================
	仕様
=====================================*/

/* 下から */

.fadeUpTrigger{
	opacity: 0;
}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*===================================
	#header
=====================================*/

#header{
	background: #0f0f0f;
}

#header .head-inner{
	width: 100%;
	max-width: 1530px;
	height: 100px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .head-inner h1.head_logo{
	width: 33.1756%;/*491*/
	margin-left: 2.9054%;/*43*/
}

#header .head-inner h1.head_logo img{
	width: 100%;
	height: auto;
}

#header .head-inner .contact_btn{
	width: 17.5675%;/*260*/
}

#header .head-inner .contact_btn a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 55px;
	border-radius: 5px;
	background: url("images/mail_ico.webp")no-repeat #dbc327 left 7.6923% center;/*20*/
	background-size: 11.1538% auto;/*29*/
	font-size: min(1.08vw, 1.6rem);
	line-height: 1;
	color: #222222;
	padding-left: 25.0%;/*65*/
	box-sizing: border-box;
}

/*===================================
	.main_wrap
=====================================*/

.main_wrap{
	width: 100%;
	height: auto;
	max-height: 720px;
	aspect-ratio: 1480 / 720;
	background: url("images/main_bg.webp")no-repeat;
	background-size: cover;
}

.main_wrap .main_inner{
	width: 100%;
	max-width: 1050px;
	height: 100%;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main_wrap .main_inner h1.catchphrase{
	font-size: min(2.03vw, 3.0rem);
	line-height: 1.75;
	text-align: center;
	color: #fff;
}

.main_wrap .main_inner h1.catchphrase span{
	font-size: min(4.05vw, 6.0rem);
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.main_wrap .main_inner p.center_txt{
	font-size: min(1.28vw, 1.9rem);
	line-height: 1.75;
	text-align: center;
	color: #fff;
	padding: 80px 0 92px;
}

.main_wrap .main_inner .anchor_btn{
	width: 32.9%;
}

.main_wrap .main_inner .anchor_btn a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 75px;
	background: url("images/anchor_ico.webp")no-repeat rgba(255,255,255,0.8) right 15.8054% center;/*52*/
	background-size: 3.3434%;/*11*/
	padding-left: 31.3069%;/*103*/
	box-sizing: border-box;
	font-size: min(1.35vw, 2.0rem);
	line-height: 1;
	color: #333333;
	position: relative;
}

.main_wrap .main_inner .anchor_btn a::before{
	content: '';
	background: #fff;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 5px;
	right: -5px;
	z-index: 1;
}

.main_wrap .main_inner .anchor_btn a::after{
	content: '';
	background: #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -5px;
	left: 5px;
	z-index: 1;
}

/*===================================
	.block01
=====================================*/

.block01{
	width: 100%;
}

.block01 img{
	width: 100%;
	height: auto;
}

/*===================================
	#footer
=====================================*/

#footer{}

#footer .foot_main{
	padding: 95px 0 9.25rem;
	background: url("images/foot_bg.webp")no-repeat center center;
	background-size: cover;
}

.foot_main .foot_inner{
	width: 100%;
	max-width: 1150px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 0 auto;
}

.foot_main .foot_inner h2.h2-midashi{
	font-size: min(7.43vw, 11.0rem);
	line-height: 1;
	color: #bda719;
	text-align: center;
}

.foot_main .foot_inner p.txt01{
	margin-top: 35px;
	font-size: min(1.89vw, 2.8rem);
	line-height: 1;
	color: #fff;
	text-align: center;
}

.foot_main .foot_inner .contact_area{
	width: 100%;
	margin-top: 62px;
	background: rgba(255,255,255,0.7);
	padding: 40px 0 57px;
	position: relative;
}

.foot_main .foot_inner .contact_area::after{
	content: '';
	background: #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1.45rem;
	z-index: 1;
}

.foot_main .foot_inner .contact_area .c_inner{
	width: 75.4545%;/*830*/
	margin: 0 auto;
}

.foot_main .foot_inner .contact_area .c_inner .midashi_area{
	padding-bottom: 29px;
	border-bottom: 1px solid #000000;
	text-align: center;
}

.foot_main .foot_inner .contact_area .c_inner .midashi_area p.txt_lv1{
	font-size: min(1.49vw, 2.2rem);
	line-height: 1;
	color: #222222;
}

.foot_main .foot_inner .contact_area .c_inner .midashi_area p.txt_lv2{
	margin-top: 10px;
	font-size: min(1.15vw, 1.7rem);
	line-height: 1;
	color: #222222;
}

.foot_main .foot_inner .contact_area .c_inner .flex_area{
	width: 98.9156%;/*821*/
	margin: 39px auto 0;
	display: flex;
	justify-content: space-between;
}

.foot_main .foot_inner .contact_area .c_inner .flex_area ul.tel_list01{
	list-style: none;
	width: 46.2850%;/*380*/
}

.foot_main .foot_inner .contact_area .c_inner .flex_area ul.tel_list01.list02{
	width: 48.7210%;/*400*/
}

.foot_main .foot_inner .contact_area .c_inner .flex_area ul.tel_list01 li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot_main .foot_inner .contact_area .c_inner .flex_area ul.tel_list01 li + li{
	margin-top: 14px;
}

.foot_main .foot_inner .contact_area .c_inner .flex_area ul.tel_list01 li .tenpo_name{
	width: 39.4736%;/*150*/
}

.foot_main .foot_inner .contact_area .c_inner .flex_area ul.tel_list01.list02 li .tenpo_name{
	width: 42.5%;/*170*/
}

.foot_main .foot_inner .contact_area .c_inner .flex_area ul.tel_list01 li .tenpo_name p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	background: #fff;
	border: 1px solid #000000;
	border-radius: 5px;
	font-size: min(1.22vw, 1.8rem);
	line-height: 1;
	color: #222222;
}

.foot_main .foot_inner .contact_area .c_inner .flex_area ul.tel_list01 li .telnum{
	width: fit-content;
}

.foot_main .foot_inner .contact_area .c_inner .flex_area ul.tel_list01 li .telnum a{
	font-size: min(2.36vw, 3.5rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #222222;
}

/**/

#footer .copyright{
	width: 100%;
	height: 80px;
	background: #222222;
	display: flex;
	justify-content: center;
	align-items: center;
}

.copyright p{
	font-size: min(0.95vw, 1.4rem);
	line-height: 1;
	color: #fff;
}