@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
  全体
----------------------------------------------------------*/
html,
body {
	height: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium","Yu Gothic","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.3rem;
	line-height: 1;
	color: #0c0606;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
  vertical-align: bottom;
}
a {
  color: #0c0606;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transition: 1.5s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }


/*---------------- sp ----------------*/
@media screen and (max-width:768px) {
  body {
    min-width: 100%;
  }
}

/*---------------- 改行 ----------------*/
@media screen and (min-width: 768px){   
	.pcline-break { display:block; }
	.spline-break { display:none; }
}
@media screen and (max-width: 767px){   
	.pcline-break { display:none; }
	.spline-break { display:block; }
}


/*---------------- fonts ----------------*/
@font-face {
	font-family: 'Caveat';
	src: url('../fonts/Caveat') format('cursive');
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../fonts/Noto_Sans_JP') format('sans-serif');
}


/* ---------------------------------------------------------
	main
----------------------------------------------------------*/
main {
	padding: 0; 
	margin-bottom: 50px;
	margin-top: 0;
}
main img {
	max-width: 100%;
	height: auto;
} 

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	main {
		display: block;
		padding: 0;
		margin-top: 0;
		margin-bottom: 100px;
		width: 100%;
	}
}


/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 220px;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 160px;	
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;	
}

.item-wapper-small {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
}

.item-wapper-last {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.item-wapper-last img {
	max-width: 100%;
	height: auto;
}

.item-contain {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 260px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 200px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 100px;
	}
	.item-wapper-last {
		max-width: 500px;
		margin-bottom: 130px;
	}
}


/* ---------------------------------------------------------
	アイテムメイン
----------------------------------------------------------*/
.item-mainbox {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	position: relative;
	padding: 0;
}

.item-mainimg {
	display: block;
	width: 90%;
	position: relative;
	top: 0;
	left: 5%;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	
	.item-mainimg {
		display: block;
		max-width: 700px;
		position: relative;
		top: 0;
		left: 15%;
	}
	
	.item-mainimg-left {
		display: block;
		width: 50%;
		position: relative;
		top: 0;
		left: 15%;
	}
	
	.item-mainbox {
		margin-bottom: 80px;
	}

}


/* ---------------------------------------------------------
	3flat img
----------------------------------------------------------*/
.item__flexbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	column-gap: 2.5%;
}

.item_box_img {
	width : 30%;
}

.item_box_img:nth-child(n+4) {
	margin-top: 5%;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item__flexbox {
		max-width: 700px;
	}
}


/* ---------------------------------------------------------
	小見出し
----------------------------------------------------------*/
.subheading__3outer {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.subheading__slider {
	position: absolute;
	text-align: center;
	width: 40%;
	top: -10%;
	left: 2%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 50;
}

.subheading__slider_right{
	position: absolute;
	text-align: center;
	width: 40%;
	top: -2%;
	left: 77%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	z-index: 50;
}


.subheading_styling {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.subheading_lastslider {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;	
}

/*-- items list heading --*/
.subheading_itemlist {
	width: 60%;
	margin-bottom: 1.5rem;
}
.subheading_itemlist_right {
	width: 60%;
	margin-left: auto;
	margin-right: 5%;
	margin-bottom: 2rem;
}
.subheading_itemlist_center {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}

/*-- items num heading --*/
.subheading__num01 {
	position: absolute;
	text-align: center;
	width: 30%;
	top: 92%;
	left: 68%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 5;	
}

.subheading__num02 {
	position: absolute;
	text-align: center;
	width: 30%;
	top: 83%;
	left: 68%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 5;		
}

.subheading__num03 {
	position: absolute;
	text-align: center;
	width: 30%;
	top: 92%;
	left: 2%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 5;	
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.subheading__3outer {
		max-width: 700px;
		margin-bottom: 40px;
	}
	.subheading__slider {
		width: 40%;
		top: -15%;
		left: 0%;
	}
	.subheading__slider_right{
		width: 40%;
		top: 0%;
		left: 80%;
	}
	.subheading_lastslider {
		max-width: 500px;
		margin-bottom: 40px;
	}
	.subheading_itemlist {
		width: 60%;
		margin-bottom: 1.5rem;
	}
	.subheading_itemlist_right {
		width: 60%;
		margin-left: auto;
		margin-right: 4%;
		margin-bottom: 1.5rem;
	}
	.subheading_itemlist_center {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.5rem;
	}
	.subheading__num01 {
		width: 35%;
		top: 87%;
		left: 65%;
	}
	.subheading__num02 {
		width: 35%;
		top: 70%;
		left: 65%;
	}
	.subheading__num03 {
		width: 40%;
		top: 87%;
		left: 0%;
	}
}

/* ---------------------------------------------------------
	バッジ
----------------------------------------------------------*/
.badge {
	position: absolute;
	z-index: 2;
	left: 63%;
	top: 70%;
	background:url(../images/badge_outer.svg) no-repeat center;
	background-size: cover;
	width: 120px;
	height: 120px;
	animation:10s linear infinite rotation;
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.rotateRightZ{
	animation-name: rotateRightZAnime;
	animation-duration:10s;
	animation-fill-mode:forwards;
}
@keyframes rotateRightZAnime{
	from{
		transform: rotateZ(0);
		}
	to{
		transform: rotateZ(360deg);
		}
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.badge {
		left: 68%;
		top: 71%;
		width: 150px;
		height: 150px;
	}
}


/* ---------------------------------------------------------
　gently slider
----------------------------------------------------------*/
.slick__box {
	width: 100%;
	margin-bottom: 60px;
}

.gentlyslide {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.gentlyslide img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.slick__box_left {
	width: 100%;
	margin-bottom: 60px;
}
.gentlyslide_left {
	width: 100%;
	padding: 0;
}
.gentlyslide_left img {
	max-width: 100%;
	height: auto;
}

.slick__box_right {
	width: 100%;
	margin-bottom: 60px;
}
.gentlyslide_right {
	width: 100%;
	padding: 0;
}
.gentlyslide_right img {
	max-width: 100%;
	height: auto;
	margin-right: 0;
	margin-left: auto;	
}


/* ---------------------------------------------------------
	flow-slides
----------------------------------------------------------*/
.flow-slides {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 0px;
	margin-bottom: 40px;
	z-index: 30;
}

.flow-slides_nblank {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 40px;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	

}


/* ---------------------------------------------------------
	2ズレ画像	
----------------------------------------------------------*/
.two_clm_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	position: relative;
}
.two_clm_box::after{
	content: "";
	width: 80%;
	height: 70%;
	position: absolute;
	left: 50%;
	top: 10%;
	transform: translateX(-50%);
	border: solid 1px #140c08;
	z-index: -1;
}

.two_clm_box02 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	position: relative;
}
.two_clm_box02::after{
	content: "";
	width: 80%;
	height: 80%;
	position: absolute;
	left: 50%;
	top: 10%;
	transform: translateX(-50%);
	border: solid 1px #140c08;	
	border-radius: 1000px;
	z-index: -1;
}

#one {
	display: block;
	width: 60%;
	position: relative;
	left: 2%;
	z-index: 10;
}
#two {
	display: block;
	width: 55%;
	position: relative;
	left: 45%;
	top: -4vw;
	z-index: 5;
}
#twohalf {
	display: block;
	width: 80%;
	position: relative;
	left: 0%;
	top: -8vw;
}

#three {
	display: block;
	width: 60%;
	position: relative;
	left: 40%;
	z-index: 10;
}
#four {
	display: block;
	width: 80%;
	position: relative;
	left: 0%;
	top: -5vw;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.two_clm_box {
		margin-bottom: -5vw;
	}
	#two {
		top: -1vw;
		margin-bottom: 40px;
	}
	#twohalf {
		top: -5vw;
		margin-bottom: 40px;
	}
	.two_clm_box02 {
		margin-bottom: 20px;
	}
	#four {
		top: -1vw;
		margin-bottom: 60px;
	}
}


/* ---------------------------------------------------------
	4枚画像
----------------------------------------------------------*/
.four_img_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.four_itemimg {
	width: 48.5%;
}

.four_itemimg:nth-child(-n+2) {
	margin-bottom: 3%;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.four_img_box {
		margin-bottom: 30px;
	}
}


/* ---------------------------------------------------------
	2枚縦並び画像
----------------------------------------------------------*/
.two_img_box {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	アイテムリスト(右)
----------------------------------------------------------*/
.item_list_right {
	width: 60%;
	margin-left: 37%;
}

.items_price_right {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 1.3rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #140c08;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_right li {
	border-bottom: 1px solid #bfb9b6;
	margin-right: 1rem;
}

.items_price_right li:nth-child(n+3) {
	margin-top: 2rem;
}

.items_price_right a {
	color: #140c08;
}

.price_yen {
	font-size: 1rem;
	color: #140c08;
	padding-left: 0.5rem;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.items_price_right {
		font-size: 1.5rem;
	}
	.items_price_right li {
		margin-right: 1.5rem;
	}
	.price_yen {
		font-size: 1.2rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(左)
----------------------------------------------------------*/
.item_list_left {
	width: 60%;
	margin-left: 6%;
}

.items_price_left {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 1.3rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #140c08;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_left li {
	border-bottom: 1px solid #bfb9b6;
	margin-right: 1rem;
}

.items_price_left li:nth-child(n+3) {
	margin-top: 1.5rem;
}

.items_price_left a {
	color: #140c08;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.items_price_left {
		font-size: 1.5rem;
	}
	.items_price_left li {
		margin-right: 1.5rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(中央)
----------------------------------------------------------*/
.item_list_center {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.items_price_center {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #140c08;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_center li:not(:first-child) {
	margin-left: 1.5rem;
}

.items_price_center li:nth-child(n+3) {
	margin-top: 2rem;
}

.items_price_center a {
	color: #140c08;
	border-bottom: 1px solid #bfb9b6;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center {
		width: 70%;
	}
	.items_price_center {
		font-size: 1.5rem;
	}
	.items_price_center li {
		padding-bottom: 2rem;
	}
	.items_price_center li:not(:first-child) {
		margin-left: 1.5rem;
	}
	.items_price_center li:nth-child(n+3) {
		margin-top: 0rem;
	}
	.items_price_center li:nth-child(n+4) {
		margin-top: 0rem;
	}
}


/*-------------------------------------------
　info
-------------------------------------------*/
.info_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 4rem 2rem;
	border: 1px solid #140c08;
	border-radius: 10px;
}
.info_box img {
	max-width: 100%;
}

.info_noveimg {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}

.info-style {
	text-align: left;
	line-height: 1.8;
	padding: 0 1em;
}

.info-style li {
	list-style: none;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #140c08;
	text-align: left;
}

.info_subheading {
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}

.info__channel {
	border: 1px solid #140c08;
	border-radius: 3px;
	padding: 0.15em 0.5em;
	background-color: #140c08;
	font-size: 1rem;
	color: #ffffff;
}
.info__lil {
	font-size: 1rem;
}


.info-style li:nth-child(2) {
	padding-bottom: 2rem;
}

.info-style li:nth-child(3) {
	padding-bottom: 1.5rem;
}

.info-style li:nth-child(4) {
	padding-bottom: 1.5rem;
}

.info-style li:nth-child(5) {
	padding-bottom: 1.2rem;
}

/* --- PC --- */
@media screen and (min-width: 768px) {
	.info_box {
		max-width: 500px;
		padding: 4rem 1rem;
	}
	.info_noveimg {
		margin-bottom: 3rem;
	}
	.info__lil {
		font-size: 1.2rem;
	}
	.info-style li {
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.info-style li:nth-child(5) {
		padding-bottom: 1.3rem;
	}
}



/* ---------------------------------------------------------
	インフォ2カラム
----------------------------------------------------------*/
.info_intro_subheading {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.info-2colarea {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
    display: flex;
	justify-content: space-between;
	align-items: center;
}

.info__circleimg {
	flex-basis: 38%;
}
.info__txtside {
	flex-basis: 57%;
}
.info__txtside p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #807d7c;
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.info__circleimg {
		flex-basis: 30%;
	}
	.info__txtside {
		flex-basis: 65%;
	}
	.info__txtside p {
		font-size: 1.5rem;
	}
}


/* ---------------------------------------------------------
	アイテムボタン
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 2rem 0;
	margin: 0 auto;
	border: 1px #140c08 solid;
	/* border-radius: 5px; */
	text-decoration: none;
	transition: .2s;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 0.065rem;
}

.itemlk a {
	color: #140c08;
	font-weight: normal;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.itemlk {
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------------------
	フェードイン	
----------------------------------------------------------*/
/* その場で */
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeInAnime{
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 下から */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 上から */
.fadeDown{
	animation-name:fadeDownAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 左から */
.fadeLeft{
	animation-name:fadeLeftAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeLeftAnime{
	from {
		opacity: 0;
		transform: translateX(-100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 右から */
.fadeRight{
	animation-name:fadeRightAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeRightAnime{
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
	opacity: 0;
}


/* ---------------------------------------------------------
　フッター
----------------------------------------------------------*/
footer {
	/*-- background: linear-gradient(-25deg, #ea78a2, #ef9ab9);
	background-color: #bd6b46;--*/
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	max-width: 9999px;
	font-size:13px;
	padding: 20px 0;
}

footer #footer_box {
	margin: 0 auto; 
}

footer #nice_logo {
	margin: 0 auto;
}

footer .footer_p {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #140c08;
	font-weight: bold;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
}
footer .footer_r {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #140c08;
	font-weight: 400;
	font-size: 0.65rem;
	padding-top: 2em;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
}
footer .footer_p a {
	margin: 0 auto;
	display: block;
	text-align: center;
	text-decoration: underline;  
	font-weight: normal;
	font-size: 1.35rem;
	color: #140c08;
}
footer #sns_flex {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
footer #sns_flex a {
	text-decoration: none;
}
footer #online_link {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
footer #online_link a {
	color: #140c08;
}

/*--------------- TB ---------------*/
@media screen and (min-width: 768px) {
	footer #footer_box {
		width: 50%;
		padding: 50px 0;
	}
	footer ul {
		padding-bottom: 40px;
		list-style: none;
	}
	footer #nice_logo {
		width: 22%;
	}
	footer .footer_p {
		padding: 0 0 1.5em;
		letter-spacing: 2px;
	}
	footer #sns_flex {
		width: 45%;
	}
	footer #sns_flex li {
		width: 9%;
	}
	footer #online_link {
		width: 50%; 
		padding-left: 150px;
	}
}

/*--------------- PC ---------------*/
@media screen and (max-width: 970px) {
	footer #footer_box {
		width: 70%;
		padding: 50px 0;
	}
	footer ul {
		padding-bottom: 40px;
		list-style: none;
	} 
	footer #nice_logo {
		width: 43%;
	}
	footer .footer_p {
		padding: 0 0 1.5em;
	}
	footer #sns_flex {
		width: 90%;
	}
	footer #sns_flex li {
		width: 10%;
	}
	footer #online_link {
		width: 100%; 
		margin-right: 0px;
		margin-left: 70px;
	}
}