@charset "utf-8";
/* 基本CSS */
body, html {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #8B4513;
  background-color: papayawhip;
}
a {
  text-decoration: none;
  color: #FFFFFF;
}
a:link {
  color: #FFFFFF;
}
a:visited {
  color: #FFFFFF;
}
a:hover {
  color: #FFFFFF;
}
a:active {
  color: #FFFFFF;
}
li {
  list-style: none;
}
img {
  width: 100%;
}
.br-f {
  display: block;
}
.res-f-1 {
  display: block;
}
/*--全画面--------------------------------*/
#top {
  position: relative; /*フッター固定のため*/
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.wrapper {
  width: 100%;
  display: flex;
  /*margin: 0 auto;*/
  /*max-width: 1680px;*/
}
/*-----------------------------------------

ナビゲーション

--------------------------------------------*/
/*--ナビゲーション全体の幅--*/
.nav {
  width: 250px;
  height: auto;
  padding-bottom: 165px; /*フッターに重ならないように*/
}
nav {
  position: sticky;
  top: 20px;
}

.nav p{
	padding:20px;
	text-align:center;
	font-weight:bolder;
}

/*--ナビゲーションリストの大きさ--*/
.nav-global {
  width: 200px;
  height: auto;
  margin: 0px auto;
}
.nav-global > li > a > span {
  display: block;
  position: relative;
}
.nav-global > li > a {
  display: block;
  font-weight: bold;
}
.nav-global > .nav-list > a > span {
  padding: 0 0 0 60px;
}
/*--ナビゲーションリストの幅と文字位置--*/
.nav-global .nav-list {
  width: 100%;
  background-color: #E95513;
  border-radius: 20px;
  height: 70px;
  margin-top: 10px;
  line-height: 70px;
  word-break: keep-all;
  text-align: left;
  letter-spacing: 0.1em;
  transition: background-color 1s;
}
.nav-list:hover, .nav-login:hover {
  background-color: #F5AD1A;
}
.nav-global .nav-top {
  letter-spacing: 0.3em;
}
.nav-global .nav-video {
  letter-spacing: 0.6em;
}
/*--icon表示css--*/
/*--icon_top--*/
.nav-global .nav-top a span::before {
  background-image: url("../img/icon_top.svg");
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
/*--icon_commu--*/
.nav-global .nav-commu a span::before {
  background-image: url("../img/icon_machi.svg");
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 0px;
  bottom: -9px;
  margin: auto;
}
/*--icon_friend--*/
.nav-global .nav-friend a span::before {
  background-image: url("../img/icon_fri.svg");
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
/*--icon_video--*/
.nav-global .nav-video a span::before {
  background-image: url("../img/icon_video.svg");
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 0px;
  bottom: -9px;
  margin: auto;
}
/*--icon_event--*/
.nav-global .nav-event a span::before {
  background-image: url("../img/icon_eve.svg");
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  left: 13px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
/*--icon-login--*/
.nav-login {
  width: 50%;
  margin: 0 auto;
  background-color: #E95513;
  border-radius: 15px;
  height: 50px;
  margin-top: 15px;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 3%;
  transition: background-color 1s;
}
/*--まちコミュ製作部logo背景部分--*/
.seisakubu-logo {
  background: #f35b7f;
  width: 70%;
  border-radius: 50%;
  border: 8px solid #fff;
  /*transform: rotate(-20deg);*/
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  margin-top: 10px;
}
/*--まちコミュ製作部logo文字部分--*/
.seisakubu-logo img {
  border: none;
  width: 100%;
  height: auto;
}
.seisakubu-logo:hover {
  transform: rotate(-20deg);
}
.seisakubu-top-b {
  width: 100%;
  border-top: 2px dashed #E95513; /*--製作部ロゴ上の破線--*/
  margin-top: 15px;
}
.seisakubu-logo a {
  display: block;
  border-radius: 50%;
}
/*-----------------------------------------

右サイド

--------------------------------------------*/
.wapper-right {
  width: calc(100% - 250px);
  height: 100%;
  padding: 20px 50px 0 25px;
}
/*-----------------------------------------

index.html

--------------------------------------------*/
/*-----------------------------------------
ヘッダー
--------------------------------------------*/
.header {
  width: 100%;
  height: 100%;
}
/*--まちコミュタイトル--*/
.h1 {
  width: 70%;
  height: auto;
  top: 5%;
  right: 10%;
  position: absolute;
}
/*--地域でつながる～タイトル--*/
.h1-sub {
  width: 9%;
  height: auto;
  position: absolute;
  top: 5%;
  left: 10%;
}
/*--ヘッダーメインイメージ--*/
.header-top-img {
  position: relative;
  user-select: none;
  height: 0;
  width: 100%;
  padding-bottom: 62.7%;
  background-image: url("../img/main_top.png");
  background-size: cover;
  background-position: bottom;
  border-radius: 5%;
}
/*--ヘッダー下のイメージ--*/
.header-bottom-img {
  height: calc(100% - 62.7%);
  width: 100%;
  background-image: url("../img/main_bottom.png");
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: 0px;
  transform: translate(0, 43%);
}
/*-----------------------------------------
コンセプトゾーン
--------------------------------------------*/
.concept {
  padding: 15% 0 10% 0;
  text-align: center;
}
.concept-text {
  line-height: 2.5;
  letter-spacing: 0.5em;
  border-radius: 5px;
  padding: 50px 0 50px 0;
}
.concept-text h2 {
  width: 100%;
  font-size: 2rem;
}
.concept-sub {
  font-weight: bold;
  line-height: 3;
}
/*--まちコミュの色/設定--*/
.c-01, .c-02, .c-03, .c-04, .brackets {
  font-size: 4rem;
  letter-spacing: 0.2em;
}
.c-01 {
  color: #E3007F;
}
.c-02 {
  color: #8DC21F;
}
.c-03 {
  color: #009FE8;
}
.c-04 {
  color: #E95513;
}
/*-----------------------------------------
メインコンテンツ
--------------------------------------------*/
/*--動画ゾーンとお知らせゾーンを囲む--*/
.container-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 200px;
}
/*---------------------------------
動画ゾーン
-----------------------------------*/
/*--新着動画のタイトル幅--*/
.h3 span {
  width: 200px;
  display: block;
  position: relative;
}
/*--おすすめ動画のタイトル幅--*/
.catch-h3 span {
  width: 260px;
  display: block;
  position: relative;
}
/*--タイトルの文字位置サイズ--*/
.h3, .h4, .catch-h3 {
  width: 100%;
  height: 30px;
  text-align: right;
  border-radius: 5px;
  line-height: 30px;
  letter-spacing: 0.3em;
  font-size: 1.5rem;
  background-color: #fff;
}
/*--左の装飾画像--*/
.main .h3 span::before, .catch .catch-h3 span::before {
  background-image: url("../img/temari_01_b.png");
  content: "";
  width: 60px;
  height: 60px;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  left: 8px;
}
/*--新着動画とおすすめ動画を囲む--*/
.main {
  height: auto;
  width: calc(100% - 280px); /*--左側コンテンツの幅設定--*/
  padding-bottom: 30px;
}
/*--h3と新着動画を囲む高さ設定--*/
.main-tube, .catch {
  width: 100%;
  height: auto;
  padding: 0 15px 0 15px;
}
/*--新着動画2つを囲む--*/
.main-new, .catch-tube {
  height: auto;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.main-bk, .catch-bk {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.8% 0 1.8%;
}
.main-new ul, .catch-tube ul {
  display: flex;
}
/*---------------------------------
youtube動画設定
-----------------------------------*/
.main-tube01, .main-tube02, .catch-tube01, .catch-tube02 {
  position: relative;
  padding-top: calc(315 / 560 * 100%);
}
.main-tube01 iframe, .main-tube02 iframe, .catch-tube01 iframe, .catch-tube02 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
  border-radius: 10px;
}
/*-----------------------------------------

お知らせゾーン

--------------------------------------------*/
.news {
  height: auto;
  width: 280px; /*--右側コンテンツの幅設定--*/
  padding: 0 15px 50px 15px;
}
/*--お知らせのタイトル幅--*/
.h4 span {
  width: 200px;
  display: block;
  position: relative;
}
/*--お知らせタイトル装飾画像--*/
.news .h4 span::before {
  background-image: url("../img/temari_02_b.png");
  content: "";
  width: 60px;
  height: 60px;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  left: 8px;
}
/*-----------------------------------------
お知らせの内容ゾーン
--------------------------------------------*/
.news-list a {
  color: #510D0E;
}
.news-list a:hover {
  text-decoration: underline;
}
/*--お知らせ内容の設定--*/
.news-list {
  width: 100%;
  height: auto; /*--お知らせ内容の高さ--*/
  background-color: #fff;
  padding: 10px 10px 0px 10px;
  margin-top: 30px;
  border-radius: 5px;
}
.topic_list {
  padding-bottom: 15px; /*--お知らせゾーン下の幅--*/
  font-size: 0.8rem;
}
.news .news-list li {
  margin-bottom: 20px;
}
/*--イメージとテキストを横に並べる--*/
.news .news-list dl {
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
}
/*---------------------------------
イメージ設定テキスト設定
-----------------------------------*/
/*--画像の大きさ設定--*/
.news .news-list li dl dt {
  width: 60%;
  height: auto;
  margin-right: 10px;
}
/*--画像の表示設定--*/
.news .news-list li dl dt span {
  display: block;
  padding-top: 100%;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
}
/*--テキスト設定--*/
.news .news-list li dl dd {
  width: 100%;
  height: auto;
  align-self: center;
  padding-bottom: 10%;
}
/*--日付設定--*/
.news-data {
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 0.9rem;
}
/*-----------------------------------------

フッターゾーン

--------------------------------------------*/
.footer {
  width: 100%;
  height: 160px;
  position: absolute; /*フッター固定bodyにrelative*/
  bottom: 0;
}
.footer-top {
  height: 20px;
  background-image: url("../img/footer_line.svg");
  background-repeat: repeat-x;
  background-color: papayawhip;
  position: relative;
}
.footer-left ul li a:hover, .footer-right ul li a:hover {
  text-decoration: underline;
}
/*---------------------------------
フッタートップへボタン
-----------------------------------*/
.footer a {
  display: block;
}
.footer-pagetop {
  background-image: url("../img/page_top.svg");
  background-size: 20%;
  background-position: center;
  background-color: #E95513;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -20px;
  right: 50px;
  border-radius: 50%;
  box-shadow: 0 2px 2px #550F11;
  z-index: 1;
}
.footer-inner {
  background-color: #005524;
}
.footer-group {
  width: 90%; /*フッターの中身全体の横幅*/
  max-width: 1680px;
  position: relative;
  margin: 0 auto;
  box-sizing: content-box;
  overflow: hidden;
  height: 140px;
  background-color: #005524;
}
/*---------------------------------
フッター左側
-----------------------------------*/
.footer-left {
  width: 400px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 70px;
  font-size: 12px;
}
.footer-left ul {
  display: flex;
  justify-content: flex-start;
}
.footer-left ul li a {
  display: inline-block;
  height: 12px;
}
.footer-left li::after {
  content: "|";
  padding: 0 8px;
  color: #ffffff;
}
/*---------------------------------
フッター真ん中
-----------------------------------*/
.footer-center {
  width: 250px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: 0 auto;
}
.footer-copy {
  position: absolute;
  right: 0;
  color: #FFFFFF;
}
/*---------------------------------
フッター右側
-----------------------------------*/
.footer-right {
  width: 400px; /*アイコン増やす時ここの横幅を変える*/
  height: 50px;
  position: absolute;
  right: 0px;
  top: 50px;
}
.footer-right ul {
  display: flex;
  justify-content: flex-end; /*アイコン全体の位置*/
}
.footer-right ul li {
  width: 50px;
  height: 50px;
  margin-left: 25px; /*アイコン同士の間*/
  position: relative;
}
.footer-right ul li a {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
}