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

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

html { 
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}


body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.35rem;/*16*/
	/*-webkit-text-size-adjust: none;*/
	line-height: 1.5;
	color: #000000;
	background: #f2f0ed;
	overflow: hidden;
}

html.is-open {
	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;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	/*overflow: hidden;*/
	outline: none;
	color: #000000;
	text-decoration:none;
}
.pc_hide {
}

.sp_hide {
	display: none !important;
}

a {
	opacity: 1;/*-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}

a:hover {
	text-decoration: none;
}

/* 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;
}

h1,h2,h3,h4{
	font-weight: 500;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

#all_wrap,
#contents{
	overflow: hidden;
}

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(75px);
  }

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

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

#header{
	background: #0f0f0f;
	position: relative;
}

#header .head-inner{
	width: 100%;
	height: 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head-inner h1.head_logo{
	width: 70.5555%;/*508*/
	margin-left: 4.1666%;/*30*/
}

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

.head-inner .contact_btn{
	display: none;
}

.head-inner .openbtn1{
	width: 6.3888%; /* 46px基準 */
	position: absolute;
	top: 14px;
	right: 4.4444%;/*32*/
	z-index: 1000;
	cursor: pointer;
}

.head-inner .openbtn1::before{
	content: 'MENU';
  font-family: "EB Garamond", serif;
	font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
	font-size: 0.85rem;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	position: absolute;
	bottom: -0.65rem;
	left: 50%;
	transform: translate(-50%, 100%);
	z-index: 1;
}

html.is-open .head-inner .openbtn1::before{
	content: '閉じる';
}

/* 比率固定コンテナ */
.head-inner .openbtn1 .toggle-box{
	width: 100%;
	height: auto;
	aspect-ratio: 46 / 30;
	position: relative;
}

/* 線共通 */
.head-inner .openbtn1 .toggle-box span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;              /* ← ズレない太さ */
	background: #fff;
	transition: all .4s ease;
}

/* 上 */
.head-inner .openbtn1 .toggle-box span:nth-child(1){
	top: 0%;
}

/* 中 */
.head-inner .openbtn1 .toggle-box span:nth-child(2){
	top: 50%;
	transform: translateY(-50%);
}

/* 下 */
.head-inner .openbtn1 .toggle-box span:nth-child(3){
	bottom: 0%;
}

/* OPEN時：×に変形 */
html.is-open .head-inner .openbtn1 .toggle-box span:nth-child(1){
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

html.is-open .head-inner .openbtn1 .toggle-box span:nth-child(2){
	opacity: 0;
}

html.is-open .head-inner .openbtn1 .toggle-box span:nth-child(3){
	bottom: auto;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.head-inner .global_nav{
    z-index: 900;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 55px);
	background: #41403f;
    position: fixed;
    top: 55px;
    right: 0;
    transform: translateX(100%);
    transition:  transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-open .head-inner .global_nav{
	z-index: 999;
	transform: translateX(0);
/*	height: 100%;*/
	box-sizing: border-box;
	overflow-y: scroll;
}

.head-inner .global_nav ul.gnav_list{
	list-style: none;
	width: 90.2777%;/*650*/
	margin: 1.45rem auto 180px;
}

.head-inner .global_nav ul.gnav_list li{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.head-inner .global_nav ul.gnav_list li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 65px;
	background: url("images/link_ico_wh.webp")no-repeat right 5.3846% center;/*35*/
	background-size: 8.6153% auto;/*56*/
	padding-left: 5.8461%;/*38*/
	box-sizing: border-box;
	font-size: 1.75rem;
	line-height: 1;
	color: #fff;
}

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

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

.main_wrap .main_inner{
	width: 86.1111%;/*620*/
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main_wrap .main_inner h1.catchphrase{
	font-size: 1.5rem;
	line-height: 1.75;
	text-align: center;
	color: #fff;
}

.main_wrap .main_inner h1.catchphrase span{
	font-size: 3.0rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.main_wrap .main_inner p.center_txt{
	font-size: 1.2rem;
	line-height: 1.75;
	text-align: center;
	color: #fff;
	padding: 34px 0 35px;
}

.main_wrap .main_inner .anchor_btn{
	width: 66.1290%;/*410*/
}

.main_wrap .main_inner .anchor_btn a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 47px;
	background: url("images/anchor_ico.webp")no-repeat rgba(255,255,255,0.8) right 15.8536% center;/*65*/
	background-size: 2.9268%;/*12*/
	padding-left: 28.7804%;/*118*/
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1;
	color: #333333;
	position: relative;
}

.main_wrap .main_inner .anchor_btn a::before{
	content: '';
	background: rgba(255,255,255,0.5);
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0.35rem;
	right: -0.35rem;
	z-index: 1;
}

.main_wrap .main_inner .anchor_btn a::after{
	content: '';
	background: rgba(255,255,255,0.5);
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -0.35rem;
	left: 0.35rem;
	z-index: 1;
}

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

.block01{
	width: 100%;
}

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

/*===================================
	.concept_block
=====================================*/

.concept_block{
	padding: 50px 0 250px;
	background: #444444;
	position: relative;
}

.concept_block::before{
	content: '';
	background: url("images/sp-c_parts.webp")no-repeat;
	background-size: cover;
	width: 125.0%;/*900*/
	height: auto;
	aspect-ratio: 900 / 379;
	position: absolute;
	bottom: 29px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.concept_block .block_inner{
	width: 86.1111%;/*620*/
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.concept_block .block_inner .midashi_area{
	width: 100%;
	text-align: center;
}

.concept_block .block_inner .midashi_area p.en_midashi{
	font-size: 5.0rem;
	line-height: 1;
	color: #bda719;
}

.concept_block .block_inner .midashi_area h2.h2-midashi{
	font-size: 2.0rem;
	line-height: 1;
	color: #fff;
	padding-top: 14px;
}

.concept_block .block_inner .txt_area{
	margin-top: 39px;
}

.concept_block .block_inner .txt_area p{
	font-size: 1.3rem;
	line-height: 1.75;
	text-align: justify;
	color: #fff;
}

.concept_block .block_inner .txt_area p + p{
	margin-top: 25px;
}

/*===================================
	.value_block
=====================================*/

.value_block{
	padding: 55px 0 0;
}

.value_block .block_inner{
	width: 86.1111%;/*620*/
	margin: 0 auto;
}

.value_block .block_inner .midashi_area{
	text-align: center;
}

.value_block .block_inner .midashi_area p.en_midashi{
	font-size: 5.0rem;
	line-height: 1;
	color: #bda719;
}

.value_block .block_inner .midashi_area h2.h2-midashi{
	font-size: 2.0rem;
	line-height: 1;
	color: #222222;
	padding-top: 14px;
}

.value_block .block_inner .flex_area{
	margin-top: 53px;
	padding-bottom: 66px;
	position: relative;
}

.value_block .block_inner .flex_area::before{
	content: '';
	background: url("images/sp-block_bg01.webp")no-repeat;
	background-size: cover;
	width: 100vw;
	height: auto;
	aspect-ratio: 720 / 634;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.value_block .block_inner .flex_area .value_wrap{
	width: 100%;/*620*/
	position: relative;
}

.value_block .block_inner .flex_area .value_wrap + .value_wrap{
	margin-top: 48px;
}

.value_block .block_inner .flex_area .value_wrap::before{
	content: '01';
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-size: 4.5rem;
	font-weight: 400;
	line-height: 1;
	color: #bda719;
	position: absolute;
	top: 1.75rem;
	left: 50%;
	transform: translate(-50%, -100%);
	z-index: 1;
}

.value_block .block_inner .flex_area .value_wrap.num02::before{
	content: '02';
}

.value_block .block_inner .flex_area .value_wrap.num03::before{
	content: '03';
}

.value_block .block_inner .flex_area .value_wrap .photo{
	width: 80.6451%;/*500*/
	margin: 0 auto;
}

.value_block .block_inner .flex_area .value_wrap .photo img{
	width: 100%;
	height: auto;
}

.value_block .block_inner .flex_area .value_wrap .txt_area{
	padding: 15px 9.6774% 28px;/*60*/
	box-sizing: border-box;
	position: relative;
}

.value_block .block_inner .flex_area .value_wrap .txt_area::before{
	content: '';
	background: #fff;
	width: 100%;
	height: calc(100% + 80px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.value_block .block_inner .flex_area .value_wrap .txt_area p.large_txt{
	font-size: 1.5rem;
	line-height: 1;
	color: #222222;
	text-align: center;
}

.value_block .block_inner .flex_area .value_wrap .txt_area p.txt01{
	margin-top: 22px;
	font-size: 1.35rem;
	line-height: 1.6666;
	text-align: justify;
	color: #222;
}

.value_block .block_inner .flex_area .value_wrap .txt_area p.txt01 span{
	color: #bda719;
}

/*===================================
	.spec_block
=====================================*/

.spec_block{
	padding: 41px 0 5.75rem;
	background: #fff;
}

.spec_block .block_inner{
	width: 86.1111%;/*620*/
	margin: 0 auto;
}

.spec_block .block_inner .midashi_area{
	text-align: center;
}

.spec_block .block_inner .midashi_area p.en_midashi{
	font-size: 5.0rem;
	line-height: 1;
	color: #bda719;
}

.spec_block .block_inner .midashi_area h2.h2-midashi{
	font-size: 2.0rem;
	line-height: 1;
	color: #222222;
	padding-top: 1.75rem;
}

.spec_block .block_inner ul.spec_list{
	width: 100%;
	margin-top: 30px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.spec_block .block_inner ul.spec_list li{
	width: 46.7741%;/*290*/
	padding-bottom: 1.75rem;
	border-radius: 0.75rem;
	box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
	position: relative;
}

.spec_block .block_inner ul.spec_list li::before{
	content: '';
	background: url("images/s_ico01.webp")no-repeat;
	background-size: cover;
	width: 50.3448%;/*146*/
	height: auto;
	aspect-ratio: 146 / 91;
	position: absolute;
	top: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
}

.spec_block .block_inner ul.spec_list li:nth-child(2)::before{
	background: url("images/s_ico02.webp")no-repeat;
	background-size: cover;
}

.spec_block .block_inner ul.spec_list li:nth-child(3)::before{
	background: url("images/s_ico03.webp")no-repeat;
	background-size: cover;
}

.spec_block .block_inner ul.spec_list li:nth-child(4)::before{
	background: url("images/s_ico04.webp")no-repeat;
	background-size: cover;
}

.spec_block .block_inner ul.spec_list li:nth-child(5)::before{
	background: url("images/s_ico05.webp")no-repeat;
	background-size: cover;
}

.spec_block .block_inner ul.spec_list li:nth-child(6)::before{
	background: url("images/s_ico06.webp")no-repeat;
	background-size: cover;
}

.spec_block .block_inner ul.spec_list li:nth-child(7)::before{
	background: url("images/s_ico07.webp")no-repeat;
	background-size: cover;
}

.spec_block .block_inner ul.spec_list li:nth-child(8)::before{
	background: url("images/s_ico08.webp")no-repeat;
	background-size: cover;
}

.spec_block .block_inner ul.spec_list li:nth-child(9)::before{
	background: url("images/s_ico09.webp")no-repeat;
	background-size: cover;
}

.spec_block .block_inner ul.spec_list li:nth-child(n + 3){
	margin-top: 20px;
}

.spec_block .block_inner ul.spec_list li .txt_area{
	width: 82.7586%;/*240*/
	margin: 70px auto 0;
}

.spec_block .block_inner ul.spec_list li .txt_area p.uline_txt{
	padding-bottom: 0.55rem;
	font-size: 1.5rem;
	line-height: 1;
	color: #222222;
	text-align: center;
	position: relative;
}

.spec_block .block_inner ul.spec_list li .txt_area p.uline_txt::before{
	content: '';
	background: #bda719;
	width: 62.50%;/*150*/
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.spec_block .block_inner ul.spec_list li .txt_area p.txt01{
	margin-top: 11px;
	font-size: 1.3rem;
	line-height: 1.1538;
	color: #222222;
	text-align: justify;
}

/*===================================
	.comparison_block
=====================================*/

.comparison_block{
	padding: 58px 0 80px;
	position: relative;
}

.comparison_block::before{
	content: '';
	background: url("images/sp-comparison_bg.webp")no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 721 / 678;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.comparison_block .block_inner{
	width: 100%;
}

.comparison_block .block_inner .midashi_area{
	text-align: center;
}

.comparison_block .block_inner .midashi_area p.en_midashi{
	font-size: 5.0rem;
	line-height: 1;
	color: #bda719;
}

.comparison_block .block_inner .midashi_area h2.h2-midashi{
	font-size: 1.5rem;
	line-height: 1.479;
	color: #222222;
	padding-top: 30px;
}

.comparison_block .block_inner .radar_chart{
	width: 100%;
	margin-top: 29px;
}

.comparison_block .block_inner .radar_chart img{
	width: 100%;
	height: auto
}

.comparison_block .block_inner .radar_chart p.r_txt01{
	margin-top: 1.75rem;
	font-size: 1.15rem;
	line-height: 1;
	color: #222222;
	text-align: center;
}

/*===================================
	.gallery_block
=====================================*/

.gallery_block{
	padding: 40px 0 64px;
	background: #fff;
	position: relative;
}

.gallery_block::before{
	content: '';
	background: url("images/sp-g_parts01.webp");
	background-size: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 720 / 1082;
	position: absolute;
	top: 0;
	left: 0;
}

.gallery_block .block_inner{
	width: 100%;
	position: relative;
	z-index: 1;
}

.gallery_block .block_inner .midashi_area{
	text-align: center;
}

.gallery_block .block_inner .midashi_area p.en_midashi{
	font-size: 5.0rem;
	line-height: 1;
	color: #bda719;
}

.gallery_block .block_inner .midashi_area h2.h2-midashi{
	font-size: 2.0rem;
	line-height: 1;
	color: #222222;
	padding-top: 2.05rem;
}

.gallery_block .block_inner ul.g_list{
	width: 100%;
	margin-top: 34px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery_block .block_inner ul.g_list li:nth-child(n + 4){
	margin-top: 8px;
}

.gallery_block .block_inner ul.g_list li:first-child{
	width: 29.0909%;/*320*/
}

.gallery_block .block_inner ul.g_list li:nth-child(2){
	width: 23.6363%;/*260*/
}

.gallery_block .block_inner ul.g_list li:nth-child(3){
	width: 44.5454%;/*490*/
}

.gallery_block .block_inner ul.g_list li:nth-child(4){
	width: 39.0909%;/*430*/
}

.gallery_block .block_inner ul.g_list li:nth-child(5){
	width: 36.8181%;/*405*/
}

.gallery_block .block_inner ul.g_list li:nth-child(6){
	width: 21.3636%;/*235*/
}

.gallery_block .block_inner ul.g_list li:nth-child(7),
.gallery_block .block_inner ul.g_list li:nth-child(8){
	width: 31.8181%;/*350*/
}

.gallery_block .block_inner ul.g_list li:nth-child(9){
	width: 33.6363%;/*370*/
}

.gallery_block .block_inner ul.g_list li img{
	width: 100%;
	height: auto;
}

/*===================================
	.th_block01
=====================================*/

.th_block01{
	padding: 64px 0 75px;
}

.th_block01 .block_inner{
	width: 100%;
}

.th_block01 .block_inner .flex_area{
	width: 100%;
}

.th_block01 .block_inner .flex_area .photo{
	width: 80.8333%;/*582*/
	margin-top: 29px;
	position: relative;
}

.th_block01 .block_inner .flex_area .photo::before{
	content: '';
	width: 100%;
	height: 100%;
	border-right: 1px solid rgba(104,100,100,0.5);
	border-bottom: 1px solid rgba(104,100,100,0.5);
	position: absolute;
	top: 0.65rem;
	right: -0.65rem;
	z-index: -1;
}

.th_block01 .block_inner .flex_area .photo img{
	width: 100%;
	height: auto;
}

.th_block01 .block_inner .flex_area .th_area{
	width: 86.1111%;/*620*/
	margin: 0 auto;
}

.th_block01 .block_inner .flex_area .th_area .midashi_area{
	width: 100%;
}

.th_block01 .block_inner .flex_area .th_area .midashi_area p.en_midashi{
	font-size: 3.5rem;
	line-height: 1;
	color: #bda719;
}

.th_block01 .block_inner .flex_area .th_area .midashi_area h2.h2-midashi{
	font-size: 2.0rem;
	line-height: 1;
	color: #222222;
	padding-top: 12px;
}

.th_block01 .block_inner .flex_area .th_area .txt_area{
	margin-top: 26px;
}

.th_block01 .block_inner .flex_area .th_area .txt_area p{
	font-size: 1.35rem;
	line-height: 1.6666;
	color: #222222;
	text-align: justify;
}

.th_block01 .block_inner .flex_area .th_area ul.th_list{
	width: 100%;
	margin-top: 10px;
	list-style: none;
}

.th_block01 .block_inner .flex_area .th_area ul.th_list li{
	padding: 20px 0 11px 16.7741%;/*104*/
	border-bottom: 1px dotted #333333;
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 1;
	color: #222222;
	position: relative;;
}

.th_block01 .block_inner .flex_area .th_area ul.th_list li::before{
	content: '';
	background: url("images/check_ico.webp")no-repeat;
	background-size: cover;
	width: 7.7419%;/*48*/
	height: auto;
	aspect-ratio: 29 / 25;
	position: absolute;
	bottom: 11px;
	left: 4.5161%;/*28*/
}


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

#footer{}

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

.foot_main .foot_inner{
	width: 86.1111%;/*620*/
	margin: 0 auto;
}

.foot_main .foot_inner h2.h2-midashi{
	font-size: 5.5rem;
	line-height: 1;
	color: #bda719;
	text-align: center;
}

.foot_main .foot_inner p.txt01{
	margin-top: 23px;
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
	text-align: center;
}

.foot_main .foot_inner .contact_area{
	width: 100%;
	margin-top: 2.85rem;
	background: rgba(255,255,255,0.7);
	padding: 22px 0 32px;
	position: relative;
}

.foot_main .foot_inner .contact_area::before{
	content: '';
	background: rgba(255,255,255,0.5);
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0.75rem;
	right: -0.75rem;
	z-index: 1;
}

.foot_main .foot_inner .contact_area::after{
	content: '';
	background: rgba(255,255,255,0.5);
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -0.75rem;
	left: 0.75rem;
	z-index: 1;
}

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

.foot_main .foot_inner .contact_area .c_inner .midashi_area{
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	text-align: center;
}

.foot_main .foot_inner .contact_area .c_inner .midashi_area p.txt_lv1{
	font-size: 1.35rem;
	line-height: 1;
	color: #222222;
}

.foot_main .foot_inner .contact_area .c_inner .midashi_area p.txt_lv2{
	margin-top: 9px;
	font-size: 1.25rem;
	line-height: 1;
	color: #222222;
}

.foot_main .foot_inner .contact_area .c_inner .flex_area{
	width: 100%;
	margin-top: 21px;
}

.foot_main .foot_inner .contact_area .c_inner .flex_area ul.tel_list01{
	list-style: none;
	width: 100%;
}

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

.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: 10px;
}

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

.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: 25px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 0.25rem;
	font-size: 1.15rem;
	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: 2.25rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #222222;
}

/**/

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

.copyright p{
	font-size: 1.0rem;
	line-height: 1;
	color: #fff;
}