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

1366px以下

--------------------------------------------*/
@media screen and (max-width:1366px) {
  .main-new ul, .catch ul {
    flex-direction: column;
  }
  .main-tube01, .catch-tube01 {
    margin-bottom: 15px;
  }
  .shop-name, .vi-name {
    font-size: 0.9rem;
  }
  .name {
    font-size: 1.2rem;
  }
  /*-----------------------------------------

コンセプトゾーン

--------------------------------------------*/
  .res-f {
    display: block;
  }
  .concept-text {
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 0.5em;
  }
  .concept-sub {
    line-height: 2;
    font-size: 1rem;
  }
  .h2-set {
    margin: 10px 0 10px 0;
  }
  /*-----------------------------------------

まちコミュとは

--------------------------------------------*/
  .h2-about {
    font-size: 1.5rem;
    letter-spacing: 5px;
  }
}
/*-----------------------------------------

979px以下メニューバー

--------------------------------------------*/
@media screen and (max-width:1024px) {
  .wapper-right {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
  }
  /*--ナビ固定--*/
  /*--ハンバーガー場所ナビ幅と高さ--*/
  .nav {
    width: 0px;
    height: 0px;
    position: fixed; /*ナビ固定*/
    z-index: 10;
    background-color: aquamarine;
  }
  /*-----------------------------------------

ハンバーガーメニュー
	
--------------------------------------------*/
  /*中身*/ /*メニューを囲む*/
  .nav-global {
    text-align: center;
    /*height: 50px;
    /*cursor: pointer;*/
    margin: 0 0 0 10px; /*メニュー上下左右マージン*/
  }
  .nav ul {
    list-style-type: none;
    height: 0;
    overflow: hidden;
    transition: all .3s ease-out 0s;
  }
  nav::before {
    content: ".";
    color: transparent;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("../img/hambuger-b.svg");
    background-color: #E95513;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    border-radius: 3px;
  }
  .on ul {
    height: calc(100px * 7);
    transition: all .3s ease-out 0s;
  }
  .on::before {
    background-image: url("../img/hambuger-a.svg");
    background-color: #E95513;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
  }
  /*-----------------------------------------
ハンバーガーメニューここまで
--------------------------------------------*/
  /*-----------------------------------------

メインゾーン
	
--------------------------------------------*/
  .seisakubu-top-b {
    border-top: none;
    margin-top: 10px;
  }
  .seisakubu-logo {
    width: 50%;
    height: auto;
    border: 5px solid #fff;
  }
  .main-tube, .catch, .news {
    padding: 0 5px 0 5px;
  }
  .news {
    padding-bottom: 50px;
  }
  /*-----------------------------------------

フッターゾーン
	
--------------------------------------------*/
  .footer-pagetop {
    background-size: 20%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -45px;
    right: 50px;
    border-radius: 2px;
    box-shadow: 0 0 0;
  }
  .footer-pagetop {
    right: 10px;
  }
  .footer-group {
    width: 100%;
    position: static;
    height: auto;
    margin: 0 auto;
    background-color: #005524;
  }
  .footer-left {
    width: 100%;
    position: static;
    margin: 0 auto;
    padding: 10px 0px;
    font-size: 10px;
  }
  .footer-left ul {
    justify-content: center;
  }
  .footer-left li::after {
    padding: 0 2px;
  }
  .footer-center {
    position: static;
    padding-top: 10px;
  }
  .footer-copy {
    position: static;
    text-align: right;
  }
  .footer-right {
    width: 100%;
    position: static;
    margin: 0 auto;
    padding: 20px 0 10px 0;
  }
  .footer-right ul {
    justify-content: center; /*アイコン全体の位置*/
  }
}
/*-----------------------------------------

480px以上979px以下

--------------------------------------------*/
@media screen and (max-width : 1024px) and (min-width : 480px) {
  /*-----------------------------------------

カラム

--------------------------------------------*/
  .wrapper, .container-wrapper {
    flex-direction: column;
  }
  .news, .main, .wapper-right {
    width: 100%;
  }
  /*-----------------------------------------

メインイメージ

--------------------------------------------*/
  .h1, .h1-sub {
    width: 75%;
    height: auto;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
  }
  .h1-sub {
    width: 10%;
    top: 40%;
  }
  .h1-other {
    left: 50px;
    font-size: 5.5vw;
    text-shadow:
      2px 0 0 #FFF, 0 2px 0 #FFF, -2px 0 0 #FFF, 0 -2px 0 #FFF;
  }
  /*-----------------------------------------

コンセプトゾーン
	
--------------------------------------------*/
  .concept-text {}
  .concept-sub {}
  .c-01, .c-02, .c-03, .c-04, .brackets {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  /*-----------------------------------------

メインゾーン
	
--------------------------------------------*/
  .main-bk, .catch-bk {
    width: 70%;
    min-width: 450px;
  }
  /*-----------------------------------------

お知らせゾーン
	
--------------------------------------------*/
  .news .news-list li dl dt {
    width: 15%;
    min-width: 100px;
  }
  .main-tube {
    height: 50%;
  }
}
/*-----------------------------------------

479px以下

--------------------------------------------*/
@media screen and (max-width:479px) {
  /*-----------------------------------------

カラム

--------------------------------------------*/
  .wrapper, .container-wrapper, .friend-column, .video-column, .list-bottom {
    flex-direction: column;
    margin: 0;
  }
  .news, .main, .wapper-right, .fr-01, .vi-01, .fr-02, .vi-02, .fr-03, .vi-03, .list-left, .list-right, .list-friend-gl {
    width: 100%;
  }
  nav::before {
    width: 40px;
    height: 40px;
  }
  /*nav,.nav {
    width: 0px;
    height: 0px;
    background-color: aqua;
  }*/
  /*-----------------------------------------

メインイメージ

--------------------------------------------*/
  .header-top-img {
    border-radius: 2px;
  }
  .h1 {
    width: 70%;
    height: auto;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
  }
  .h1-sub {
    display: none;
  }
  .h1-other {
    left: 40px;
    font-size: 6vw;
    text-shadow:
      2px 0 0 #FFF, 0 2px 0 #FFF, -2px 0 0 #FFF, 0 -2px 0 #FFF;
  }
  .header-about-img, .header-video-img, .header-topic-img {
    padding-top: 16%;
  }
  /*-----------------------------------------

フォームゾーン
	
--------------------------------------------*/
  .input-box label, .key-text {
    display: block;
  }
  .key-text {
    margin: 5px auto;
  }
  .input-box02 {
    padding-bottom: 20px;
  }
  .frame-num {
    font-size: 0.7rem;
  }
  /*-----------------------------------------

コンセプトゾーン
	
--------------------------------------------*/
  .concept {
    padding: 5% 0 5% 0;
  }
  .concept-text h2 {
    font-size: 1.1rem;
  }
  .concept-text {
    line-height: 1.5;
  }
  .concept-sub {
    line-height: 1.5;
    font-size: 0.7rem;
    letter-spacing: 0.4em;
  }
  .c-01, .c-02, .c-03, .c-04, .brackets {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  /*-----------------------------------------

動画ゾーン
	
--------------------------------------------*/
  .main-tube {
    /*height: 50%;*/
  }
  .main-tube01 iframe, .main-tube02 iframe, .catch-tube01 iframe, .catch-tube02 iframe, .fri-tube01 iframe {
    border: 5px solid #fff;
    border-radius: 5px;
  }
  /*-----------------------------------------

まちコミュ詳細の動画ゾーン
	
--------------------------------------------*/
  .friend-video {
    padding-top: 5%;
    margin-bottom: 15px;
  }
  .friend-bk {
    margin-top: 15px;
    margin-left: 0%;
  }
  .list p {
    line-height: 1.1;
    font-size: 1rem;
    letter-spacing: 0.3rem;
    padding: 5px 0 0 0;
    margin-left: 0;
  }
	.list figure img {
  float: none;
  width: 100%;
  
}
  .list figure span {
    float: none;
    border-radius: 10px;
    margin-left: 0;
    border: 2px solid #FFFFFF;
    width: 50%;
    padding: 20% 0%;
  }
  .list h2 {
    font-size: 1.3rem;
    border-bottom: 2px dashed #8B4513;
    margin: 15px 0 15px 0; /*左の画像とバランスをとって設定する*/
  }
  .list-left h3 {
    font-size: 1.5rem;
  }
  .list-friend, .list-right th {
    font-size: 1rem;
  }
  /*お知らせ個別*/
  .list h3 {
    font-size: 1.2rem;
    margin: 0px 0 10px 0; /*左の画像とバランスをとって設定する*/
  }
  .res-f-2 {
    display: block;
  }
  .nav-machi li {
    width: 60px;
    height: 40px;
    padding-top: 5px;
    margin: 0 5px 0 0;
    line-height: 1.2;
  }
  .nav-machi a {
    width: 60px;
    height: 40px;
    padding-top: 0;
  }
  .friend-video-link {
    margin-left: 0%;
    border-bottom: 2px dashed #8B4513;
  }
  /*-----------------------------------------

まちコミュとは

--------------------------------------------*/
  .h2-about {
    font-size: 1.1rem;
    letter-spacing: 0rem;
  }
  .h3-about {
    font-size: 0.9rem;
    letter-spacing: 0rem;
    padding-bottom: 10%;
  }
  .about-list-p {
    padding-top: 10%;
    font-size: 0.9rem;
    padding-left: 0%;
    padding-right: 0%;
  }
  .about-list-pset {
    border-top: 2px dashed #fff;
  }
  /*-----------------------------------------

お知らせゾーン
	
--------------------------------------------*/
  .news .news-list li dl dt {
    width: 20%;
  }
  /*-----------------------------------------

お知らせ一覧
	
--------------------------------------------*/
  .topic-list figure span {
    margin-left: 0%;
    border-radius: 10px;
    border: 2px solid #FFFFFF;
  }
}