@charset "UTF-8";


/*----------------------------------------------------
  Reset
------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%; /* ブラウザ側での自動調整をなしにする */
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	color: #683b40;
	line-height: 1.8;
}
li{
	list-style:none;
}


/* --------  PC調整   --------*/
@media screen and ( min-width:800px) {
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-size:16px; /* 基準のフォントサイズを15pxとする */
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td,header,footer {
	min-height: 0%;
}
.att {
	font-size: 10px;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:799.9px) {
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-size:15px; /* 基準のフォントサイズを15pxとする */
}
.att {
	font-size: 8px;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td,header,footer {
	min-height: 0%;
}
}

/* フェードモード時 共通調整 */
.swiper-fade .swiper-slide {
	transition-property: opacity !important;
}

/*----------------------------------------------------
 Clear Float
------------------------------------------------------*/
.clear {	clear:both;}
.clearfix {	zoom:1;}
.clearfix:after { 
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
	line-height:0;
}
p,td,dt,dd{
	line-height:2.4;
}

/*----------------------------------------------------
 body
------------------------------------------------------*/
body {
	background-color: #f2d0d0;
}

/*----------------------------------------------------
 img
------------------------------------------------------*/
body img {
	width:100%;
	vertical-align: bottom!important;
}

/*----------------------------------------------------
 a
------------------------------------------------------*/
a,
a img{
	text-decoration:none!important;
	outline:none!important;
	color:#683b40;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:600px) {
a,
a:before,
a:after,
a img,
a span {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover{
	text-decoration:none;
	color: #f35c7d;
}
}


/*----------------------------------------------------
 PC＆スマホ
------------------------------------------------------*/
/* --------  PC調整   --------*/
@media screen and ( min-width:800px) {
.sp600,
.sp{
	display:none!important;
}
.pc{
	display:block;
}
}
/* --------　スマホ調整   --------*/
@media screen and ( max-width:799.9px) {
.sp{
	display:block;
}
.sp600,
.pc{
	display:none;
}
}
/* --------　スマホ調整   --------*/
@media screen and ( max-width:599.9px) {
.sp600{
	display:block;
}
}



/*----------------------------------------------------
   sec
----------------------------------------------------*/

.sec {
	margin: 4em auto;
}
@media screen and ( max-width: 799.9px) {
.sec {
	margin: 4em auto;
}
}

/*----------------------------------------------------
   inner
----------------------------------------------------*/

.inner {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and ( max-width: 799.9px) {
}

/*----------------------------------------------------
   テキスト
----------------------------------------------------*/
.txt {
	margin-bottom: 1.5em;
}
.txt:last-of-type {
	margin-bottom: 0;
}
.txt_r {
	text-align: right!important;
}
.txt_l {
	text-align: left!important;
}
.txt_c {
	text-align: center!important;
}
.inline-txt {
	display: inline-block;
}
.b {
	font-weight: bold;
}
.txt-pink {
	color: #e58ea1;
}
.line-pink {
	display: inline;
    padding: 0 4px 5px 4px;
    background: linear-gradient(transparent 70%, #f3dee3 0%);
}
.line-pink100 {
	display: inline;
    padding: 2px 4px 2px 4px;
    background: linear-gradient(transparent 0%, #f3dee3 0%);
}
.att {
	line-height: 1.6;
}

/*----------------------------------------------------
   sec-title
----------------------------------------------------*/
.sec-title {
	color: #d65d78;
	font-size: 22px;
	text-align: center;
}
.sub-title {
	color: #d65d78;
	font-size: 20px;
	text-align: center;
	border-bottom: solid 1px #a58282;
	padding-bottom: .5em;
	margin-bottom: 1.5em;
}
dl.sec-title dt {
	color: #683b40;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
dl.sec-title dd {
	color: #683b40;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
}
/* --------  PC調整   --------*/
@media screen and ( min-width:800px) {
.sec-title,
dl.sec-title dt {
	font-size: 26px;
}
.sub-title {
	font-size: 24px;
}
}

/*----------------------------------------------------
   ボタン（申し込み）
----------------------------------------------------*/
.btn {
	text-align: center;
	margin: .5em auto 0;
	box-sizing: border-box;
	width: 100%;
	max-width: 350px;
}
.btn a {
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #522024;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	padding: .5em 1em;
	font-weight: 600;
	position: relative;
	box-sizing: border-box;
	border-radius: 100px;
}
.btn a:after {
	content: "";
	width:0;
	height:0;
	border-style:solid;
	border-width: 6px 0 6px 10.4px;
	border-color: transparent transparent transparent #FFF;
	margin-left: .5em;
}

/* --------  タブレット調整   --------*/
@media screen and ( min-width:800px) {
.btn a:hover {
	background-color: #6f1e25;
	color: #FFF;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:799.9px) {
.btn {
	margin: 40px auto 0;
	width: calc(90% - 40px);
}
.btn a {
	font-size: clamp(1rem, 0.916rem + 0.42vw, 1.125rem);
}
.btn a .arrow:before {
	width: 24px;
	height: 1px;
}
.btn a .arrow:after {
	right: 10px;
	top: calc(50% - 3px);
}
}


/*----------------------------------------------------
   
   GSAP　背景を重ねる
   
----------------------------------------------------*/

.section {
	position: relative;
	z-index: 1;
}
/* ピン留め用 */
.section__pin {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10vw;
    width: 100%;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	position: relative;
}
/* メインコンテンツ用 */
.section .section__txt {
    width: 100vw;
	z-index: 10;
	position: relative;
}
@media screen and ( min-width:800px) {
.section {
	height: auto;
	overflow: hidden;
}
.section .section__pin {
    min-height: 100%;
}
.section .section__txt {
	padding-bottom: 0;
	opacity: 0;
	max-width: 1200px;
	margin: 0 auto;
}
}
@media screen and ( max-width:799.9px) {
.smp-first-wrap {
	display: flex;
	flex-flow: column;
}
}
@media screen and ( max-width:379.9px) {
}



/*----------------------------------------------------
   ファーストビュー・写真（PC）
----------------------------------------------------*/

@media screen and ( min-width:800px) {
#first {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
#first .inner {
	display: flex;
	justify-content: flex-end;
	position: relative;
	height: 100%;
	max-width: 1200px;
}
#first .first-pht {
	aspect-ratio: 1150/950;
	flex-shrink: 0;
	position: relative;
	left: calc(50% - 15vw);
	background-image: url("../img/first-pht.png");
	background-repeat: no-repeat;
	background-size: cover;
}
}
@media screen and ( min-width:800px) and ( max-width:849.9px) and ( max-height:900px) {
#first .first-pht {
	left: calc(50% - 9.5vw);
}
}
@media screen and ( min-width:850px) and ( max-width:899.9px) and ( max-height:900px) {
#first .first-pht {
	left: calc(50% - 12.5vw);
}
}
@media screen and ( min-width:900px) and ( max-width:949.9px) and ( max-height:900px) {
#first .first-pht {
	left: calc(50% - 13vw);
}
}
@media screen and ( min-width:950px) and ( max-width:999.9px) and ( max-height:900px) {
#first .first-pht {
	left: calc(50% - 18vw);
}
}
@media screen and ( min-width:1000px) and ( max-width:1049.9px) and ( max-height:900px) {
#first .first-pht {
	left: calc(50% - 20vw);
}
}
@media screen and ( min-width:800px) and ( max-height:729.9px) {
#first .first-pht {
	left: auto;
	right: -4%;
	background-image: url("../img/first-pht-c.png");
	background-size: auto 100%;
	background-position: right bottom;
}
}
@media screen and ( min-width:800px) and ( max-width:879.9px) and ( min-height:900px) {
#first .first-pht {
	background-image: url("../img/first-pht-b.png");
	left: calc(50% + 0vw);
}
}
@media screen and ( min-width:880px) and ( max-width:1019.9px) and ( min-height:900px) {
#first .first-pht {
	background-image: url("../img/first-pht-b.png");
	left: calc(50% - 10vw);
}
}
@media screen and ( min-width:1020px) and ( max-width:1049.9px) and ( min-height:900px) {
#first .first-pht {
	background-image: url("../img/first-pht-b.png");
	left: calc(50% - 15vw);
}
}
@media screen and ( min-width:1050px) and ( max-width:1199.9px) and ( min-height:900px) {
#first .first-pht {
	background-image: url("../img/first-pht-b.png");
	left: calc(50% - 15vw);
}
}


/*----------------------------------------------------
   ファーストビュー・テキスト（PC）
----------------------------------------------------*/
.first-txt {
	box-sizing: border-box;
	position: relative;
	z-index: 20;
	margin-bottom: 1.5em;
}
.first-txt .lead dt {
	width: 100px;
	margin: 0 0 20px;
}
.first-txt .lead dd {
	width: 94%;
	margin: 0 auto;
}
.first-txt h1 {
	width: 35%;
	max-width: 260px;
	margin: 20px auto 0;
}
.first-txt .skin {
	width: 100%;
	margin: 3em auto 0;
}
.first-txtbox .att {
	position: relative;
	z-index: 20;
	/*text-align: right;*/
}


/* --------  PC調整   --------*/
@media screen and ( min-width:800px) {
.first-txtbox {
	min-height: 100dvh;
	display: flex;
	justify-content: center;
	flex-flow: column;
}
.first-txt {
	width: 56%;
}
}



/*----------------------------------------------------
   ファーストビュー・写真＆テキスト（スマホ）
----------------------------------------------------*/
/* --------  タブレット調整   --------*/
@media screen and ( max-width:799px) {
.first-txt {
	margin: 50px auto 0;
}
.first-txt .lead {
	width: 94%;
	max-width: 600px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.first-txt .lead dt {
	margin: 0;
	width: 80px;
}
.first-txt .lead dd {
	width: calc(100% - 90px);
	margin: 0;
}
.first-txt h1 {
	width: 70%;
	max-width: 220px;
	margin: 0px auto .5em;
}
.first-txt .skin {
	width: 94%;
	max-width: 600px;
	margin: 1.5em auto;
}
.first-txtbox .att {
	width: 94%;
	margin: 0 auto 0;
}

.first-txtbox .first-pht {
	width: 100%;
	z-index: 5;
	position: relative;
	text-align: center;
	margin: 1.5em auto 0;
}
.first-txtbox .first-pht img {
	max-width: 300px;
}
/*.first-txtbox .first-pht:before {
	content: "";
	width: 100%;
	height: 50%;
	display: block;
	background: linear-gradient(rgba(255,255,255,0) 10%, #f2d0d0 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}*/
}
@media screen and ( min-width:610px) and ( max-width:799px) {
}
@media screen and ( max-width:609.9px) {

}



/*----------------------------------------------------
   
   メインコンテンツナビ（fix）
   
----------------------------------------------------*/

#main-fix-navi {
	width: 40%;
	max-width: calc(90% - 570px);
	position: fixed;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 1em 2em 1em;
	text-align: center;
}
#main-fix-navi ul {
	display: inline-block;
	text-align: left;
}
#main-fix-navi li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 24px;
	padding: .3em 0;
}
#main-fix-navi li a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: solid 2px #683b40;
	border-bottom: solid 2px #683b40;
	transform: rotate(45deg);
	margin-left: 1.5em;
}
#main-fix-navi li a:hover:after {
	border-right: solid 2px #f35c7d;
	border-bottom: solid 2px #f35c7d;
}
@media screen and ( min-width:800px) and ( max-width:899px) {
#main-fix-navi li a {
	font-size: clamp(1.25rem, -0.265rem + 3.03vw, 1.438rem);
}
}



/*----------------------------------------------------
   
   メインコンテンツ枠
   
----------------------------------------------------*/

#main-content {
	display: flex;
	flex-flow: column;
	position: relative;
	margin-top: -5vh;
}
/* グラデーション（透過→白）用　※コンテンツ手前にいれる */
#main-content:before {
	content: "";
	display: block;
	z-index: 1;
	margin: 0 auto;
	width: 100%;
	height: 150px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
/* 下層用グラデーション（透過→白）用　※コンテンツ手前にいれる */
.product-cosme #main-content:before {
	background: linear-gradient(transparent, #ffebea);
}
/* コンテンツ用 */
.content {
	width: 100%;
    margin: 0 auto;
    position: relative;
	background-color: #FFF;
    z-index: 1;
    overflow: hidden;
}

/* --------  PC調整   --------*/
@media screen and ( min-width:800px) {
/* グラデーション（透過→白）用　※コンテンツ手前にいれる */
#main-content:before {
    max-width: 570px;
	height: 30vh;
	margin: 0 5% 0 auto;
}
/* コンテンツ用 */
.content {
    max-width: 570px;
	margin: 0 5% 0 auto;
}
}
@media screen and ( min-width:800px) and ( max-width:899px) {
#main-content:before,
.content {
	margin: 0 0 0 auto;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:799px) {
.top #main-content {
	margin-top: 0;
}
.top #main-content #main-lead {
	padding-top: 4em;
	background-color: #FFF;
}
/* グラデーション（透過→白）用　※コンテンツ手前にいれる */
.top #main-content:before {
	/*height: 80px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
	display: none;
}
/* グラデーション（透過→白）用　※コンテンツ手前にいれる */
.product-cosme #main-content:before {
    max-width: 600px;
}
/* コンテンツ用 */
.content {
    max-width: 600px;
}
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599.9px) {
}


/*----------------------------------------------------
   
   flex-wrap
   
----------------------------------------------------*/

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.flex-wrap.non-title {
	justify-content: flex-end;
}
.flex-title {
	width: 40px;
	box-sizing: border-box;
	padding: 15px 10px;
	border-top: solid 1px #dc7188;
	position: relative;
	z-index: 15;
}
.flex-content {
	width: calc(100% - 80px);
	box-sizing: border-box;
	padding: 1.5em 1em;
}
.flex-w100 {
	width: 100%;
	box-sizing: border-box;
	padding: 1.5em 3%;
	position: relative;
}





/*----------------------------------------------------
   
   slide-box
   
----------------------------------------------------*/

.slide-box {
	width: 90%;
	max-width: 300px;
	margin: 1.5em auto 3.5em;
	position: relative;
}
.slide-box .swiper {
	position: relative;
	overflow: visible;
}

/* 前後のコントローラー */
.slide-box .swiper-controller {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.slide-box .swiper-button-prev,
.slide-box .swiper-button-next {
	display: grid;
    place-content: center;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
	position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
	opacity: .9;
}
.slide-box .swiper-button-prev {
	right: 100%;
	left: auto;
}
.slide-box .swiper-button-next {
	left: 100%;
	right: auto;
}
.slide-box .swiper-button-prev:after,
.slide-box .swiper-button-next:after {
    content: "";
	width: 1rem;
    height: 1rem;
    border: solid #ee93b3;
    border-width: 4px 4px 0 0;
}
.slide-box .swiper-button-prev:after {
	margin-left: 1.2rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.slide-box .swiper-button-next:after {
	margin-right: 1.2rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slide-box .swiper-scrollbar {
	bottom: -40px !important;
	left: 50% !important;
	transform: translateX(-50%);
	z-index: 30;
	cursor: pointer;
}

/* スクロールバー本体 */
.swiper-scrollbar {
	height: 1px!important;           /* 高さを少し大きめにして丸ハンドルと見栄えを合わせる */
	background: #522024!important;
	bottom: 10px!important;           /* 少し余白を下に */
}

/* スクロールハンドル（ドラッグ部分） */
.swiper-scrollbar-drag {
	background: #FFF!important;
	height: 16px!important;
	top: -8px!important;
	border: solid 1px #522024;
	border-radius: 100px!important;      /* 完全な円形 */
	box-sizing: border-box!important;   /* サイズ計算を正しく */
}

/* ページネーション */
.swiper-pagination {
	bottom: -2.5em !important;
}
.swiper-pagination-bullet {
	background-color: #dc7188!important;
	width: 10px!important;
	height: 10px!important;
}

/*----------------------------------------------------
   
   howto
   
----------------------------------------------------*/

.howto .slide-box li {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	height: auto;
}
.howto .slide-box li h4 {
	margin: 0 auto 1em;
	width: 90%;
	max-width: 100px;
}
.howto .slide-box li .pht {
	margin: 0 auto 1em;
	width: 80%;
	max-width: 200px;
}
.howto .slide-box li .pht.woman {
	width: 100%;
	height: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
}
.howto .slide-box li h5 {
	text-align: center;
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: solid 1px #683b40;
}
.howto .slide-box li h5 strong {
	font-size: 22px;
}
.howto .slide-box li p {
	line-height: 1.8;
}




/*----------------------------------------------------
   
   アコーディオン
   
----------------------------------------------------*/
.ac-menu {
	padding: 20px;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	border-top: solid 1px #aa9092;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ac-box:last-of-type {
	border-bottom: solid 1px #aa9092;
}
.ac-menu .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	margin-right: 1em;
}
.ac-menu.stay .i_box {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.ac-menu .i_box .one_i {
	display: block;
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.ac-menu.stay .i_box .one_i {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.ac-menu.stay.open .i_box .one_i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ac-menu.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.ac-menu.stay.open .i_box {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.ac-menu .i_box .one_i:before,
.ac-menu .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #aa9092;
	border-radius: 10px;
	width: 16px;
	height: 1px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.ac-menu .i_box .one_i:before {
	width: 1px;
	height: 16px;
	top: 0;
	left: 7px;
}
.ac-menu.stay .i_box .one_i:before {
	content: none;
}
.ac-menu.open .i_box .one_i:before {
	content: none;
}
.ac-menu.stay.open .i_box .one_i:before {
	content: "";
}
.ac-menu.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ac-menu.stay.open .i_box .one_i:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.ac-inner {
	display: none;
	padding: 1em 20px 1em ;
	box-sizing: border-box;
	border-top: dashed 1px #aa9092;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
}
.ac-inner.stay {
	display: block;
}
@media screen and ( min-width:800px) {
.ac-box:hover .ac-menu {
	opacity: 0.8;
}
}
@media screen and ( max-width:379.9px) {
.ac-menu {
	padding: 10px;
}
.ac-menu .i_box .one_i {
	width: 12px;
	height: 12px;
}
.ac-menu .i_box .one_i:after {
	width: 12px;
	top: 5.4px;
}
.ac-menu .i_box .one_i:before {
	height: 12px;
	left: 4.8px;
}
}


/*----------------------------------------------------
   
   qa
   
----------------------------------------------------*/

.qa {
	padding: 3.5em 0;
}
.qa .sec-title {
	margin-bottom: 2em;
}
.qa .answer {
	font-size: 15px;
	line-height: 1.8;
}
.qa p.att {
	margin-top: 1em;
}


/*----------------------------------------------------
   
   footer
   
----------------------------------------------------*/
#footer {
	background-color: #ecd5d2;
	box-sizing: border-box;
	position: relative;
	z-index: 30;
}
#footer .footer-inner {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 4em 0 2.5em;
}
#footer h2 {
	width: 90%;
	max-width: 320px;
	box-sizing: border-box;
	margin: 0 auto;
}
#footer h2 a {
	width: 100%;
	box-sizing: border-box;
	padding: 1em 1.5em;
	display: block;
}
#footer h2 a:hover {
	opacity: .8;
}
#footer .company-navi {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	margin-top: 2.5em;
}
#footer .company-navi li {
	width: 25%;
	display: flex;
	border-right: solid 1px #683b40;
	box-sizing: border-box;
}
#footer .company-navi li a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .2em .6em;
	box-sizing: border-box;
	font-size: 14px;
}

#footer .copy {
	width: 100%;
	box-sizing: border-box;
	padding: 2.5em 1.5em 0;
	text-align: center;
	font-size: 13px;
}

/* --------  PC調整   --------*/
@media screen and ( min-width:600px) {
#footer .company-navi li:last-of-type {
	border-right: none;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( max-width:799px) {
}
/* --------  スマホ調整   --------*/
@media screen and ( max-width:599.9px) {
#footer h2 {
	max-width: 270px;
}
#footer .company-navi {
	border: solid 1px #683b40;
}
#footer .company-navi li {
	width: 50%;
	border-bottom: solid 1px #683b40;
}
#footer .company-navi li:nth-of-type(even) {
	border-right: none;
}
#footer .company-navi li:last-child,
#footer .company-navi li:nth-last-child(2):nth-child(odd) {
	border-bottom: none;
}
#footer .company-navi li a {
	padding: .6em;
	font-size: 13px;
}
}



