@charset "utf-8";

/********** 【仮】 サイトの定義 **********

使用する文字サイズ：
10px
12px
14px
16px（基本）
18px（中サイズ見出し）
20px（特例:TOPの検索するボタンなど）
24px（特例:TOPのエリア検索・駅検索など）
28px（大サイズ見出し）

空白の使用サイズ：
10px
20px
40px（基本）
60px
120px（大見出しの段落ごと）

*******************************/


html {
	scroll-behavior: smooth;
}

body {
	font-family: "YakuHanJP","Roboto","Noto Sans JP",Meiryo,sans-serif;
	margin: 0;
	color: #000;
	font-size: 16px;
}

.only_sp { display:none !important; }

img { display:block; }

a { color:#fb24a2; text-decoration:underline; }
a:hover { color:#fb24a2; text-decoration:none; }
a:active, a:focus { outline: 0; }

a img:hover { opacity:0.8; transition: 0.5s; }

strong { font-weight:normal; }

div,
section {
	margin: 0;
	padding: 0;
	font-size: 0;
}

div::after,
section::after {
   content: "";
   display: block;
   clear: both;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
}

p:last-child {
	margin: 0;
	margin-bottom: 0;
}

ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

li {
	list-style: none;
	font-size: 16px;
}

table {
	text-shadow: none;
}




/*** 【フォント読み込み】 Impactフォント ***/
@font-face {
	font-family:Impact;
	src:url('../../fonts/impact.ttf') format("truetype");
}




/********** ヘッダー領域 **********/
header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 9998;
}

header #head {
	width: 100%;
	background: #fb24a2;
}

header #head h1 {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

header #head h1 a {
	color: #fff;
	text-decoration: none;
}

header #head h1 a:hover {
	color: #fff;
	text-decoration: underline;
}

header #region {
	width: 1200px;
	height: 75px;
	margin: 0 auto;
	padding: 20px 0;
}

header #region h2 {
	float: left;

	position: relative;
	top: 6px;

	display: inline-block;
	width: 525px;
	margin-right: 20px;
}

header #region h2 img {
	width: 525px;
	height: 63px;
}


header #region nav {
	display: inline-block;

	position: relative;
	top: 3.5px;

	width: 296px;
}

header #region nav ul {
	font-size: 0;
}

header #region nav ul li {
	display: inline-block;
	font-size: 16px;
	letter-spacing: -0.36px;
}

header #region nav ul li:last-child {
	margin-right: 0;
}

header #region nav ul li a {
	display: inline-block;
	padding: 8px;
	color: #000;
	text-decoration: none;

	position: relative;
	text-decoration: none;

}
header #region nav ul li a::after {
  position: absolute;
  bottom: 3px;
  left: 10px;
  content: '';
  width: calc(100% - 20px);
  height: 3px;
  background: #fb24a2;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

header #region nav ul li a:hover {
  color: #000;
}


header #region nav ul li a:hover::after {
  transform: scale(1, 1);
}


/*** SEO導入実績（件）・SEO受注（KW） ***/
header #region .current {
	position: relative;
	top: 0;
	left: 20px;

	display: inline-block;
	vertical-align: middle;

	width: 153.39px;
	line-height: 1.191;
	padding: 4px 8px;

	background: #ffffc0;

	border: 2px solid #fb24a2;
	border-radius: 4px;
}

header #region .current ul {

}

header #region .current ul li {
	display: block;
	margin-bottom: calc( -2px / 3);
	font-size: 14px;
}
header #region .current ul li:last-child {
	margin-bottom: 0;
}

header #region .current ul li i {
	margin-right: 5px;
	color: #fb24a2;
	text-align: center;
}

header #region .current ul li span {
	display: inline-block;
	margin: 0 2px;
	font-family: Impact;
	font-size: 18px;
	color: #fb24a2;
	letter-spacing: 0.5px; /* 数字をカウントアップ読み込みしている最中もデザイン崩れを起こさない最大値 */
	text-align: center;
}

header #region .current ul li:nth-child(1) span { width: 30.77px; }	/* 数字をカウントアップ読み込みしている最中もデザイン崩れを起こさない横幅＋1px を設定中 */
header #region .current ul li:nth-child(2) span { width: 45.19px; }	/* 数字をカウントアップ読み込みしている最中もデザイン崩れを起こさない横幅＋1px を設定中 */
header #region .current ul li:nth-child(3) span { width: 21.38px; }	/* 数字をカウントアップ読み込みしている最中もデザイン崩れを起こさない横幅＋1px を設定中 */




/*** お問い合わせボタン ***/
header #region .contact {
	float: right;
	display: inline-block;

	position: relative;
	top: 14px;
}

header #region .contact a {
	float: right;

    background: #00b900;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
	line-height: 24px;
    margin: 0 auto;
    padding: 11.5px 29.8px 11.5px 20px;
	font-size: 16px;
    color: #fff;
    transition: 0.3s ease-in-out;

	text-decoration: none;
}
header #region .contact a:hover {
	opacity: 0.8;
}
header #region .contact a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 21px;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
header #region .contact a:hover:after {
    border-color: #fff;
}




/*** 【新】 パンくずリスト ***/

#breadcrumb {
	width: 100%;
	padding: 7.5px 0;
	background: #eee;

	border-top: 1px solid #ccc;
    outline: 1px solid rgb(255, 255, 255); /*outlineでドットの線を追加*/
    outline-offset: -2px; /*outline-offsetの値を-1pxにして内側に調整*/

	border-bottom: 1px solid #ccc;
}

#breadcrumb ul {
	width: 1200px;
	margin: 0 auto;
}

#breadcrumb ul li {
	display: inline-flex;
	font-size: 14px;

	line-height: 20px;
}

#breadcrumb ul li::after {
	content: '\f105';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #999;

	margin: 0 7.5px;
}

#breadcrumb ul li:last-child::after {
	content: '';
}

#breadcrumb ul li a {
	color: #000;
	text-decoration: none;
}
#breadcrumb ul li a:hover {
	color: #ff0080;
	text-decoration: underline;
}

#breadcrumb ul li a i {
	margin-right: 5px;
	color: #999;
}




section {
	width: 100%;
	text-align: center;
}

section div.content {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

section div.content h3 {
	display: inline-block;
	height: 58px;
	line-height: 58px;
	margin: 0;

	font-size: 40px;
	font-family: 'Noto Sans JP',system-ui;
	font-weight: 900;
}


/* h3下線のアニメーションCSS */
section div.content .line {
  display: -webkit-box;
  position: relative;
  margin: 20px 0 40px 0;
}
section div.content .line::after {
  background: linear-gradient(to right, #fb24a2 0%,#fb24a2 50%,#fb24a2 100%);
  content: '';
  display: block;
  height: 4px;
  width: 0;
  transform: translateX(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
}
section div.content .line.is-animated::after {
  width: 200px;
}


section div.content p {
	word-break: break-all;
}

section div.content p.description {
	margin-bottom: 40px;
}

section div.content p.description:last-child {
	margin-bottom: 0;
}

section div.content p.description a,
section div.content p.description a:hover { color:#777; }

section div.content p i {
	margin-right: 5px;
}

section div.content p.description b.declare {
	color: #fb24a2;
}


section div.content .caution {
	margin: 0 auto 40px;
}


/* ボタン 縮小＆拡大アニメーションCSS */
section div.content ul.Btn_anim li a {
  animation: pypy 2s ease-out infinite;
  opacity: 1;
}
@keyframes pypy {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}




/* 角丸の黒い基本リンクボタン（ボタン配置＆配色） */
section div.content .btn {
	font-size: 0;
	text-shadow: none;
}

section div.content .btn li {
	display: inline-block;
	width: 400px;
	margin-right: 20px;
	padding: 0;
	font-size: 20px;
}

section div.content .btn li:last-child {
	margin-right: 0;
}

section div.content .btn li a {
    border-radius: 40px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 23.5px 35px 23.5px 25px;
	text-decoration: none;
	border: 2px solid #000;
    transition: 0.3s ease-in-out;
}
section div.content .btn li a:hover {
    color: #fff;
}

section div.content .btn li:nth-child(1) a { color:#000; /*background:#fff;*/ }
section div.content .btn li:nth-child(1) a:hover { color:#fff; background: #000; }




/********** 全ページ共通（最下部フッター共通部分） **********/

section#client_SlideShow,
section#genre,
section#freeSpace,
section#contactlink {
	text-shadow:
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff;
}




/********** 全ページ共通：SEO導入事例 **********/

section#client_SlideShow {
  background-image: 
    /* 1枚目の背景画像のパス */
    url("../../img/pc/client_bg_L.webp"),
    /* 2枚目の背景画像のパス */
    url("../../img/pc/client_bg_R.webp");

  background-position:
    /* 1枚目の背景画像の表示位置 */
    left center,
    /* 2枚目の背景画像の表示位置 */
    right center;

  background-repeat:
    /* 1枚目の背景画像の設定 */
    no-repeat,
    /* 2枚目の背景画像の設定 */
    no-repeat;

	border-bottom: 1px solid #ddd;
}

section#client_SlideShow div.content {
	width: 100%;
}


/*
1行目（右から左へ）
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
2行目（左から右へ）
----------------------------*/
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
section#client_SlideShow div.content .slideshow {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

section#client_SlideShow div.content .slideshow {
  margin-bottom: 40px;
}

section#client_SlideShow div.content .slideshow .slideshow_wrap {
  display: flex;
  overflow: hidden;
}

section#client_SlideShow div.content .slideshow .slideshow_wrap .slideshowList {
  display: flex;
  list-style: none;

	font-size: 0;
}

section#client_SlideShow div.content .slideshow .slideshow_wrap:hover .slideshowList-left,
section#client_SlideShow div.content .slideshow .slideshow_wrap:hover .slideshowList-right {
  animation-play-state: paused;

	font-size: 0;
}

section#client_SlideShow div.content .slideshow .slideshow_wrap .slideshowList-left {
animation :infinity-scroll-left 30s infinite linear 0.5s both;

	font-size: 0;
}

section#client_SlideShow div.content .slideshow .slideshow_wrap .slideshowList-right {
animation :infinity-scroll-right 30s infinite linear 0.5s both;

	font-size: 0;
}

section#client_SlideShow div.content .slideshow .slideshow_wrap .slideshowList .item {
    position:relative;
	width: 200px;

	/* height: 300px; */

	/* width: calc(100vw / 4); */

	margin-right: 20px;
	padding: 10px;

	font-size: 18px;

	background: rgba(255,255,255,0.8);
	border: 1px solid #dde1e4;
}
section#client_SlideShow div.content .slideshow .slideshow_wrap .slideshowList .item img {
	width: 100%;
	margin-bottom: 10px;
}

/*
section#client_SlideShow div.content .slideshow .slideshow_wrap .slideshowList .item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);

	padding: 10px;
}
*/

section#client_SlideShow div.content .slideshow .slideshow_wrap .slideshowList .item .detail {
	width: 90%;
	margin: 0 auto;
}

section#client_SlideShow div.content .slideshow .slideshow_wrap .slideshowList .item .detail p {
	line-height: 24px;
	margin-bottom: 5px;
	text-align: left;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

section#client_SlideShow div.content .slideshow .slideshow_wrap .slideshowList .item .detail p:first-child {
	font-weight: bold;
}

section#client_SlideShow div.content .slideshow .slideshow_wrap .slideshowList .item .detail p:last-child {
	margin-bottom: 0;
}

section#client_SlideShow div.content .slideshow .slideshow_wrap .slideshowList .item .detail p span {
	margin-right: 10px;
	padding: 3px 10px;
	font-size: 14px;
	color: #fb24a2;
	background: #fff;
	border: 1px solid #fb24a2;
	text-shadow: none;
}




/********** 全ページ共通：対応可能業種 **********/

section#genre {
	background: #f5f5f7;

  background-image: 
    /* 1枚目の背景画像のパス */
    url("../../img/pc/genre_bg_L.webp"),
    /* 2枚目の背景画像のパス */
    url("../../img/pc/genre_bg_R.png");

  background-position:
    /* 1枚目の背景画像の表示位置 */
    left center,
    /* 2枚目の背景画像の表示位置 */
    right center;

  background-repeat:
    /* 1枚目の背景画像の設定 */
    no-repeat,
    /* 2枚目の背景画像の設定 */
    no-repeat;


	text-shadow:
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff,
		0 0 2px #fff;
}


/* テーブル表（最短翌日お打ち合わせが可能なエリア一覧） */
section#genre div.content table {
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	border-spacing: 0;
}

section#genre div.content table th {
	width: 20%;
	padding: 20px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-left: 0;
	background: #000;

	color: #fff;

	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

section#genre div.content table td {
	width: 80%;
	padding: 20px;
	vertical-align: middle;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;

	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

section#genre div.content table td.nara {
	border-bottom-right-radius: 8px;
}

section#genre div.content table ul {
	font-size: 0;
}

section#genre div.content table ul li {
	display: inline-block;
	width: calc(100% / 6 - 220px / 6);
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 5px 10px;

	font-size: 16px;

	border-radius: 4px;

	text-align: center;

	color: #fff;
	background: #fb24a2;
}

section#genre div.content table ul li:nth-child(6n) {
	margin-right: 0;
}

section#genre div.content table ul li:nth-last-child(-n+6) {
	margin-bottom: 0;
}

section#genre div.content .caution {
	width: 1035px; /* 余裕をもって、＋4pxで設定中 */
	text-align: left;
}




/********** 全ページ共通：フリースペース（上段・下段） **********/

section#freeSpace .content {
	padding: 80px 0;
}

section#freeSpace .content ul li {
	margin-bottom: 40px;
}

section#freeSpace .content ul li:last-child {
	margin-bottom: 0;
}




/********** 全ページ共通：お問い合わせ下さい（メインコンテンツ最下部） **********/

section#contactlink {
	background-image: url("../../img/pc/contactlink_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;

	background-color: rgba(255, 255, 255, 0.3);
	background-blend-mode: lighten;
}

section#contactlink div.content {
	padding: 120px 0 200px 0;
}



/* ぷよぷよサークル */
@import url('https://fonts.googleapis.com/css?family=Courgette');

section#contactlink div.content .contactlink_circle {
	float: left;
	width: 490px;
}

/* Positioning */
section#contactlink div.content .contactlink_circle p,
section#contactlink div.content .contactlink_circle div {
  position: absolute;
}

section#contactlink div.content .contactlink_circle p {
  font: 36px/1.2 'Courgette', cursive;
  color: #fff;
  padding-top: 85px;
  padding-left: 1.65%;
  text-align: center;
  text-shadow: none;
  z-index: 1;
}
section#contactlink div.content .contactlink_circle div {
  width: 280px;
  height: 300px;
  mix-blend-mode: multiply;
}

/* Circles */
section#contactlink div.content .contactlink_circle .circle-1 {
  background: #38b6ff;
  background-blend-mode: lighten;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  animation: border-animation 6s infinite linear;
}

section#contactlink div.content .contactlink_circle .circle-2 {
  background: #7ed957;
  background-blend-mode: lighten;
  border-radius: 80% 30% 50% 50%/50%;
  animation: border-animation 4s infinite linear;
}
section#contactlink div.content .contactlink_circle .circle-3 {
  background: #f04b95;
  background-blend-mode: lighten;
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  animation: border-animation 3s infinite linear;
}


/* Animation */
@keyframes border-animation {
  to { transform: rotate(360deg); }
}



section#contactlink div.content h3 {
	float: right;

	height: 141px;
	line-height: unset;

	margin-bottom: 60px;
	padding-bottom: 0;
	font-size: 46px;
	letter-spacing: -0.74px;

	background-image: none;
	background-repeat: unset;
	background-size: unset;
	background-position: unset;
}

section#contactlink div.content h3 span.seo {
	padding: 0 3px 0 0;
	background: unset;

	/* background-image: linear-gradient(transparent 66.6%, #ffff00 0%); */ 
}

section#contactlink div.content h3 span.seo font {
	color: #2864f0;
}

section#contactlink div.content h3 span.mark1,
section#contactlink div.content h3 span.mark2 {
	margin: 0;
	padding: 0;
	background: unset;
}

section#contactlink div.content h3 span.mark1:before {
	margin: 0 4px 0 0;

	content: "＼";
}

section#contactlink div.content h3 span.mark2:after {
	margin: 0 0 0 4px;

	content: "／";
}

section#contactlink div.content h3 span.site {
	margin: 0;
	padding: 0;
	color: #fb24a2;
	background: unset;
}

section#contactlink div.content h3 span.consulte {
	margin: 0;
	padding: 0;
	color: #00b900;
	background: unset;
}


/* ボタン配置＆配色（お問い合わせ・お見積もりのご依頼はこちら） */
section#contactlink div.content ul.contactlink_btn {
	float: right;
	text-shadow: none;
}

section#contactlink div.content ul.contactlink_btn li {
	display: inline-block;
	margin-right: 0;
	padding: 0;
	font-size: 24px;
}

section#contactlink div.content ul.contactlink_btn li a {
	width: 799px;

    border-radius: 40px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 22px 50px 22px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;

	text-decoration: none;

	box-shadow: 0px 0px 8px rgb(96 96 96 / 50%);
}
section#contactlink div.content ul.contactlink_btn li a:hover {
    color: #fff;
}

section#contactlink div.content ul.contactlink_btn li:nth-child(1) a { background: #00b900; }
section#contactlink div.content ul.contactlink_btn li:nth-child(1) a:hover { background: #33c733; }

section#contactlink div.content ul.contactlink_btn li a:after {
    content: '';
    width: 7.5px;
    height: 7.5px;
    border-top: 4.5px solid #fff;
    border-right: 4.5px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
section#contactlink div.content ul.contactlink_btn li a:hover:after {
    border-color: #fff;
}




/********** フッター **********/
footer {
	overflow: hidden;
	position: relative;
    z-index: 0;
	height: 464px;
	font-size: 14px;
	background: #000;
}

footer #footer {
	height: 384px;
	padding: 60px 0 20px 0;
	color: #fff;
}

footer #footer a { color:#fff; text-decoration:none; }
footer #footer a:hover{ color:#fb24a2; text-decoration:none; }
footer #footer a:active, a:focus { outline: 0; }

footer #footer .f_menu {
	width: 1200px;
	margin: 0 auto;
}

footer #footer .f_menu .f_region {
	display: block;
	margin-bottom: 20px;
}

footer #footer .f_menu .f_region i.fas,
footer #footer .f_menu .f_region i.far,
footer #footer .f_menu .f_region i.fab,
footer #footer .f_menu .f_region i.fa-solid {
	margin-right: 4px;
}

footer #footer .f_menu .f_region i.fas.fa-angle-double-right {
	margin-left: 4px;
}

footer #footer .f_menu .f_region .c_info {
	float: left;
	font-size: 12px;
}

footer #footer .f_menu .f_region .c_info p {
	margin-bottom: 10px;
	font-size: 14px;
}
footer #footer .f_menu .f_region .c_info p:first-child {
	margin-bottom: 14px;
}
footer #footer .f_menu .f_region .c_info p:last-child {
	margin-bottom: 0;
}

footer #footer .f_menu .f_region .c_info p.appeal {
	height: 27px;
	line-height: 27px;
	margin-bottom: 14px;
	font-size: 16px;
}

footer #footer .f_menu .f_region .c_info p.appeal span {
	margin-right: 4px;
	padding: 4px 8px;
	font-weight: bold;
	color: #000;
	background: #fff;
}

footer #footer .f_menu .f_region .c_info p.appeal font {
	font-weight: bold;
	color: #ff0;
}

footer #footer .f_menu .f_region .c_info p img {
	width: 541.7px;
}

footer #footer .f_menu .f_region .c_info p img:hover {
	opacity: 1;
}

footer #footer .f_menu .f_region .c_info p i {
	margin-right: 10px;
}


footer #footer .f_menu .f_region .c_info ul {

}

footer #footer .f_menu .f_region .c_info ul li {
	display: inline-block;
	font-size: 14px;
}


footer #footer .f_menu .f_region .c_info ul li:first-child::before	{ content:"［PR］"; margin-right:4px; }
footer #footer .f_menu .f_region .c_info ul li:after				{ content:"｜";}
footer #footer .f_menu .f_region .c_info ul li:last-child::after	{ content:none; }

footer #footer .f_menu .f_region .c_info ul li a:hover { color:#fff; text-decoration:underline; }


footer #footer .f_menu .f_region .f_nav {
	float: right;
}

footer #footer .f_menu .f_region .f_nav ul {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	font-size: 0;
}

footer #footer .f_menu .f_region .f_nav ul:last-child {
	margin-right: 0;
}

footer #footer .f_menu .f_region .f_nav ul li {
	display: block;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}

footer #footer .f_menu .f_region .f_nav ul li:last-child {
	margin-bottom: 0;
}

footer #footer .f_menu .f_region .f_nav ul li a::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0da";
	font-weight: 900;

	margin-right: 4px;
}

footer #footer .f_menu .violation {
	display: block;
	margin-bottom: 20px;
	padding: 4px 8px;
	border: 1px solid #999;
}

footer #footer .f_menu .violation p {
	font-size: 12px;
	color: #999;
}

/* コピーライト */
footer #footer .f_menu small {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
}




/********** 先頭へ戻るボタン **********/
#pageTop {
	position: fixed;
	z-index: 9999;

	width: 56px;
	height: 56px;

	right: 25px;
	bottom: -56px;
}
#pageTop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;

  background: #000;
  border: 2px solid #fff;
  /* border-radius: 50%; */

  opacity: 0.8;
}
#pageTop a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#pageTop a:hover {
  background: #fb24a2;
  border: 2px solid #fff;
  transition : .5s;
}
#pageTop a:hover::before {
  color: #fff;
  transition : .5s;
}




/*画面幅が1340px以上の時（パソコン）*/
@media screen and (min-width:1340px){
	
}



/*画面幅が1339pxまでの時（iPad など）*/
@media screen and (max-width:1339px){

}




/*==================================================
背景色が伸びて出現＝左から右へ流れる背景（適用箇所： h3 等）
===================================*/

/*背景色が伸びて出現（共通）*/
.bgextend {
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
  }
}

/*中の要素*/
.bgappear {
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*左から*/
.bgLRextend::before {
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
    opacity: 0;
}




/*==================================================
奥から手前へズームして出現（適用箇所：　　等）
===================================*/

/* --------------------------
【初期状態】 アニメーションを適用する要素
 -------------------------- */
.animate {
    opacity: 0; /* 初期状態では非表示 */
    transition: opacity 0s ease-out, transform 0.6s ease-out; /* 透明度と変形を3秒かけてスムーズに変化 */
}

/* ズームインアニメーション（拡大しながら表示） */
.zoom-in {
    transform: scale(0.1); /* 初期状態では10%のサイズ */
}

/* --------------------------
 【最終状態】要素が画面内に入ったとき（アニメーション完了時）
 -------------------------- */
.show {
    opacity: 1; /* 完全に表示 */
    transform: translateY(0) scale(1) translateX(0) rotateY(0); /* 元の位置・サイズ・回転に戻す */
}




/*==================================================
フェードアップ＝下から上へ出現（適用箇所：「class="box"」を設定済みの<li> 等）
===================================*/

/* スタート時は要素自体を透過0にするためのopacity:0;を指定する */
.box{
  opacity: 0;
}


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

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

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