@charset "utf-8";

/* ----------------reset---------------- */

html, body, div, span, applet, object, iframe,button,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,#search-wrap input::placeholder {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    font-family: 'Kosugi Maru', sans-serif !important;
    /* font-family: 'M PLUS Rounded 1c', sans-serif !important; */
	vertical-align: baseline;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p,ul,li,caption,dl, dt, dd, ol,p,#search-wrap input::placeholder,select,option,.mailform-common span.content {
    /* transform:rotateZ(0.03deg); */
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, section {
display: block;
}
html {
	height: 100%;
}
body {
line-height: 1;
font-feature-settings: "palt";
}
ol, ul, li {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* ----------------common---------------- */

html {
	overflow: auto;
}
body {
	font-size: 16px;
	color: #424242;
	min-height: 100%;
    overflow-x: hidden;
    background: url("../images/common/bg_common.png") repeat-y top center;
}
p,dt,dd,li {
    line-height: 1.6;
}
a {
	text-decoration: none;
	color: #58d1ca;
	transition: all 0.2s;
}
a:focus, *:focus {
	outline:none;
}
a:hover {
}
li,div,li,ul,dl,dt,dd,h1,h2,h3,header,picture {
	box-sizing: border-box;
	letter-spacing: 0.1em;
	font-weight: 400;
}
strong {
	font-weight: 600;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.pc_post {
    display: block !important;
}
.sp_post {
    display: none !important;
}
strong {
    font-weight: bold;
}
/* 
img {
	opacity: 0;
 	-webkit-transition: opacity 3s;
	transition: opacity 3s;
} */
img.lazyloaded {
 	opacity: 1;
}
section {
    margin-bottom: 30px;    
    position: relative;
}
.animation {
    /* opacity : 0;
	visibility: hidden; */
	transition: 1s;
	transform: translateY(30px); 
}
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
/* 
p {
 visibility: hidden;
}
.wf-active p {
 visibility: visible;
}
 */
 
/* ----------------header---------------- */

.hamburger,
.close {
    display: none;
}
header {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAACtJREFUKFNjfPv27X8GAoCRNoqEhITAFr979w7FASjWEaUIl/tp5HBc1gEAgr4oABEHrE0AAAAASUVORK5CYII=) repeat;
    padding-bottom: 37px;
    margin-bottom: 50px;
}
#header-c header,
#header-c-ponchi header,
#header-c-ondemand header {
    padding-bottom: 30px;
}
header nav {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
header .logo a {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
header .logo img:first-child {
    animation: fuwafuwa 2s infinite ease-in-out .8s alternate;
    transition: 0.5s ease-in-out;
} 
#header-c header .logo img:first-child,
#header-c-ponchi header .logo img:first-child,
#header-c-ondemand header .logo img:first-child {
    animation: none;
    width: 117px;
}
@keyframes fuwafuwa {
    0% {
        transform:translate(0, 0) rotate(-5deg);
    }
    50% {
        transform:translate(0, -3px) rotate(0deg);
    }
    100% {
        transform:translate(0, 0) rotate(5deg);
    }
}
header .logo img:nth-child(2) {
    position: relative;
    left: -8px;
}
header .menu {
    display: block;
}
header .menu.sp {
    display: none;
}
header .menu ul.colored,
header .weather ul,
header ul.global,
header .inner {
    display: flex;
}
header .weather p {
    text-align: center;
    display: table;
    background: #58d1ca;
    color: white;
    width: 100%;
    font-size: 0.8rem;
    padding: 4px 0;
}
header .weather ul li p {
    background: none;
    color: #222;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 1em;
    font-size: 0.75rem;
}
header .menu ul.colored li {
    background: #58d1ca;
    color: white;
    width: 125px;
    margin-right: 20px;
    padding: 0.8em 0 1em 0;
    text-align: center;
    white-space: nowrap;
    border-radius: 0 0 25px 25px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}
#header-c header .menu ul.colored li,
#header-c-ponchi header .menu ul.colored li,
#header-c-ondemand header .menu ul.colored li {
    width: 67px;
    padding: 0.5em 0 0.8em 0;
}
header .menu ul.colored li:hover,
header .weather:hover {
   filter: brightness(90%); 
}
header .menu ul.colored li:last-child {
    margin-right: 0;
    cursor: pointer;
}
header .menu ul.colored li p {
    font-weight: 700;
    font-size: 0.95rem;
    width: 100%;
    margin-top: 0.3em;
}
#header-c header .menu ul.colored li p,
#header-c-ponchi header .menu ul.colored li p,
#header-c-ondemand header .menu ul.colored li p {
    display: none;
}
header .menu ul.colored li a {
    color: white;
    display: block;
    width: 100%;
}
header ul.global {
    padding: 1em 2.5em;
    background: white;
    border-radius: 2em;
    justify-content: space-between;
    margin: 20px auto 0 auto;
    position: relative;
}
header ul.global li {
    border-right: 3px dotted #b5b5b5;
    padding: 0 1em;
}
header .menu ul.colored li picture {
    margin: 0 auto;
}
header .menu ul.colored li picture img {
    display: table;
    margin: 0 auto;
    height: 44px;
}
#header-c header .menu ul.colored li picture img,
#header-c-ponchi header .menu ul.colored li picture img,
#header-c-ondemand header .menu ul.colored li picture img {
    height: 32px;
}
header ul.global li:first-child {
    padding: 0 1em 0 0;
}
header ul.global li:last-child {
    padding: 0 0 0 1em;
    border-right: 0;
}
header ul.global li a {
    color: #313131;
    display: flex;
    align-items: center;
}
header ul.global li i {
    background-repeat: no-repeat;
    display: table;
    margin-right: 5px;
    background-size: contain;
    position: relative;
}
header ul.global li:hover i:before {
    content: "";
    display: block;
    position: absolute;
    background-size: 100%;
}
header ul.global li.news i {
    width: 26px;
    height: 22px;
    background-image: url("../images/common/header_icon_news.png");
}
header ul.global li.news:hover i:before {
    width: 36px;
    height: 30px;
    left: -0.5em;
	bottom: 0;
    background-image: url("../images/common/header_icon_news_on.png");
}
header ul.global li.localprogram i {
    width: 31px;
    height: 28px;
	bottom: 0.2em;
    background-image: url("../images/common/header_icon_localprogram.png");
}
header ul.global li.localprogram:hover i:before {
    width: 46px;
    height: 41px;
    left: -0.8em;
    bottom: 0;
    background-image: url("../images/common/header_icon_localprogram_on.png");
}
header ul.global li.event i {
    width: 28px;
    height: 27px;
	bottom: 0.3em;
    background-image: url("../images/common/header_icon_event.png");
}
header ul.global li.event:hover i:before {
    width: 36px;
    height: 34px;
    left: -0.5em;
	bottom: 0;
    background-image: url("../images/common/header_icon_event_on.png");
}
header ul.global li:hover i {
    background-image: none;
}
header ul.global li p {
    font-weight: 800;
    font-size: 1.15rem;
    line-height: 1.8em;
}
header .weather {
    width: 100%;
    margin-left: 20px;
    background: white;
    border-radius: 0 0 25px 25px;
}
header .weather ul {
    align-items: flex-end;
    padding: 0.2em 1em 0.5em 1em;
    text-align: center;
    box-sizing: border-box;
    justify-content: center;
}
header .weather ul li picture {
    display: table;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    position: relative;
}
header .weather ul li picture img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#search-wrap{
    position:fixed;
  top: 0;
    left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
  width:100%;
  height: 100vh;
}
#search-wrap.panelactive{
  opacity: 1;
   z-index: 5;
   background:#333;
   display: flex;
   justify-content: center;
   align-items: center;
}
#search-wrap .search-area{
  display: none;
}
#search-wrap.panelactive .search-area{
  display: block;
  width:80%;
  position: relative;
}
#search-wrap form{
  position: relative;
  height: 66px;
}
#search-wrap input{
  -webkit-appearance:none;
  outline: none;
  cursor: pointer;
  color: #fff;
}
 #search-wrap input[type="text"],
 #search-wrap input[type="search"] {
  width: 100%;
  padding: 20px;
  border: none;
  border-bottom:2px solid #666;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
 #search-wrap input[type="text"]:focus,
  #search-wrap input[type="search"]:focus {
  background:#444;
}
 #search-wrap input[type="submit"] {
  position: absolute;
   top:0;
  right:10px;
  background:url("../images/common/header_icon_search.png") no-repeat 15px center;
  background-size: 25px 25px;
  width:60px;
  height: 60px;
  border: 0;
}
.close-btn{
  position: absolute;
  top:10px;
  right:10px;
  z-index: 2;
  cursor: pointer;
    width: 60px;
    height:60px;
}
.close-btn span{
    display: inline-block;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #fff;
 }
.close-btn span:nth-of-type(1) {
    top: 21px;
    left: 16px;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
}
.close-btn span:nth-of-type(2){
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
}


header_test {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAACtJREFUKFNjfPv27X8GAoCRNoqEhITAFr979w7FASjWEaUIl/tp5HBc1gEAgr4oABEHrE0AAAAASUVORK5CYII=) repeat;
    padding-bottom: 37px;
    margin-bottom: 50px;
}
header_test nav {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
header_test .logo a {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
header_test .logo img:first-child {
    animation: fuwafuwa 2s infinite ease-in-out .8s alternate;
    transition: 0.5s ease-in-out;
} 
header_test .logo img:nth-child(2) {
    position: relative;
    left: -8px;
}
header_test .menu {
    display: block;
}
header_test .menu.sp {
    display: none;
}
header_test .menu ul.colored,
header_test .weather ul,
header_test ul.global,
header_test .inner {
    display: flex;
}
header_test .weather p {
    text-align: center;
    display: table;
    background: #58d1ca;
    color: white;
    width: 100%;
    font-size: 0.8rem;
    padding: 4px 0;
}
header_test .weather ul li p {
    background: none;
    color: #222;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 1em;
    font-size: 0.75rem;
}
header_test .menu ul.colored li {
    background: #58d1ca;
    color: white;
    width: 125px;
    margin-right: 20px;
    padding: 0.8em 0 1em 0;
    text-align: center;
    white-space: nowrap;
    border-radius: 0 0 25px 25px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}
header_test .menu ul.colored li:hover,
header_test .weather:hover {
   filter: brightness(90%); 
}
header_test .menu ul.colored li:last-child {
    margin-right: 0;
    cursor: pointer;
}
header_test .menu ul.colored li p {
    font-weight: 700;
    font-size: 0.95rem;
    width: 100%;
    margin-top: 0.3em;
}
header_test .menu ul.colored li a {
    color: white;
    display: block;
    width: 100%;
}
header_test ul.global {
    padding: 1em 2.5em;
    background: white;
    border-radius: 2em;
    justify-content: space-between;
    margin: 20px auto 0 auto;
    position: relative;
}
header_test ul.global li {
    border-right: 3px dotted #b5b5b5;
    padding: 0 1em;
}
header_test .menu ul.colored li picture {
    margin: 0 auto;
}
header_test .menu ul.colored li picture img {
    display: table;
    margin: 0 auto;
    height: 44px;
}
header_test ul.global li:first-child {
    padding: 0 1em 0 0;
}
header_test ul.global li:last-child {
    padding: 0 0 0 1em;
    border-right: 0;
}
header_test ul.global li a {
    color: #313131;
    display: flex;
    align-items: center;
}
header_test ul.global li i {
    background-repeat: no-repeat;
    display: table;
    margin-right: 5px;
    background-size: contain;
    position: relative;
}
header_test ul.global li:hover i:before {
    content: "";
    display: block;
    position: absolute;
    background-size: 100%;
}
header_test ul.global li.news i {
    width: 26px;
    height: 22px;
    background-image: url("../images/common/header_icon_news.png");
}
header_test ul.global li.news:hover i:before {
    width: 36px;
    height: 30px;
    left: -0.5em;
	bottom: 0;
    background-image: url("../images/common/header_icon_news_on.png");
}
header_test ul.global li.localprogram i {
    width: 31px;
    height: 28px;
	bottom: 0.2em;
    background-image: url("../images/common/header_icon_localprogram.png");
}
header_test ul.global li.localprogram:hover i:before {
    width: 46px;
    height: 41px;
    left: -0.8em;
    bottom: 0;
    background-image: url("../images/common/header_icon_localprogram_on.png");
}
header_test ul.global li.event i {
    width: 28px;
    height: 27px;
	bottom: 0.3em;
    background-image: url("../images/common/header_icon_event.png");
}
header_test ul.global li.event:hover i:before {
    width: 36px;
    height: 34px;
    left: -0.5em;
	bottom: 0;
    background-image: url("../images/common/header_icon_event_on.png");
}
header_test ul.global li:hover i {
    background-image: none;
}
header_test ul.global li p {
    font-weight: 800;
    font-size: 1.15rem;
    line-height: 1.8em;
}
header_test .weather {
    width: 100%;
    margin-left: 20px;
    background: white;
    border-radius: 0 0 25px 25px;
}
header_test .weather ul {
    align-items: flex-end;
    padding: 0.2em 1em 0.5em 1em;
    text-align: center;
    box-sizing: border-box;
    justify-content: center;
}
header_test .weather ul li picture {
    display: table;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    position: relative;
}
header_test .weather ul li picture img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* ----------------contents---------------- */

#container,
#contents {
    width: 1300px;
    margin: 0 auto;
}
.link {
    background: #ed5385;
    border-radius: 30px 0 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 3em 1em 2em;
    position: absolute;
    right: 0;
    color: white;
    transform: rotateZ(0.03deg);
    font-weight: 600;
}
.link:after {
    content: "";
    width: 13px;
    height: 13px;
    display: table;
    position: relative;
    right: -10px;
    transition: all 0.3s;
    background: url(../images/common/arrow.png) no-repeat;
    background-size: contain;
}
.link:hover {
    filter: brightness(90%); 
}
.link:hover:after {
    right: -20px;
}
.link p {
    line-height: 1;
    color: white;
    font-size: 1rem;
    font-weight: 700;
}
.mailform-common input[type=text],
.mailform-common input[type=email],
.mailform-common input[type=tel],
.mailform-common textarea,
.mailform-common select,
.mailform-common label.file {
    border: 3px solid #adadad;
    border-radius: 8px;
    padding: 0.8em 1em;
    -webkit-appearance: none;
    font-size: 16px;
    margin-right: 0.5em;
    box-sizing: border-box;
    background: transparent;
    font-family: 'Kosugi Maru', sans-serif;
}
.mailform-common label.file input {
    display: none;
}
.mailform-common label.file {
    display: table;
}
.mailform-common label.file2 {
    border: 3px solid #adadad;
    border-radius: 8px;
    padding: 0.8em 1em;
    -webkit-appearance: none;
    font-size: 16px;
    margin-right: 0.5em;
    box-sizing: border-box;
    background: transparent;
    font-family: 'Kosugi Maru', sans-serif;
}
.mailform-common label.file2 input {
    display: none;
}
.mailform-common label.file2 {
    display: table;
}
.mailform-common label.file3 {
    border: 3px solid #adadad;
    border-radius: 8px;
    padding: 0.8em 1em;
    -webkit-appearance: none;
    font-size: 16px;
    margin-right: 0.5em;
    box-sizing: border-box;
    background: transparent;
    font-family: 'Kosugi Maru', sans-serif;
}
.mailform-common label.file3 input {
    display: none;
}
.mailform-common label.file3 {
    display: table;
}
.mailform-common label.file4 {
    border: 3px solid #adadad;
    border-radius: 8px;
    padding: 0.8em 1em;
    -webkit-appearance: none;
    font-size: 16px;
    margin-right: 0.5em;
    box-sizing: border-box;
    background: transparent;
    font-family: 'Kosugi Maru', sans-serif;
}
.mailform-common label.file4 input {
    display: none;
}
.mailform-common label.file4 {
    display: table;
}
.mailform-common input[type=submit] {
    -webkit-appearance: none;
}
.mailform-common span.content,
.mailform-common dt p {
    font-weight: 600;
}
div#trust-form.contact-form table th,
div#trust-form.contact-form table td {
    border-bottom: 0 !important;
}
.mailform-common .inner,
.mailform-common table {
    border-top: 2px dotted #707070 !important;
    border-bottom: 2px dotted #707070 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    display: table;
    margin: 0 auto;
    padding: 1.5em 4em;
    width: auto !important;
}
.mailform-common #trust-form.contact-form table th {
    vertical-align: middle !important;
}
.mailform-common #trust-form.contact-form table tr:hover{
	background: transparent !important;
}
.mailform-common table {
    border-collapse: separate !important;
}
.mailform-common .inner dl dt,
.mailform-common .inner dl dd {
    display: inline-block;
    vertical-align: middle;
}
.mailform-common .inner dl dt {
    width: 10em;
}
.mailform-common .inner dl {
    padding: 10px 0;
}
.mailform-common .required {
    text-align: right;
    font-size: 13px;
    width: 55%;
    display: table;
    margin: 0 auto;
    padding-bottom: 0.45em;
}
.mailform-common .required span,
.required-i {
    color: #e95585;
    font-weight: 600;
    font-size: 13px;
}
.mailform-common input[type=submit],
.mailform-common input[type=reset] {
    -webkit-appearance: none;
    border: none;
    color: white;
    padding: 1em 0;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: 600;
    border-radius: 2em;
    min-width: 15em;
    letter-spacing: 0.5em;
    cursor: pointer;
    font-size: 16px;
}
.mailform-common input[type=submit] {
    background: #e95585;
}
.mailform-common input[type=reset] {
    background: #959595;
}
.mailform-common input[type=submit]:hover,
.mailform-common input[type=reset]:hover {
    filter: brightness(90%);
}
#trust-form input[type=submit] {
    margin: 0 0.5em;
}
#message-container-confirm {
    text-align: center;
}
#trust-form.contact-form div.error {
    padding-top: 10px !important;
}
.ok {
    text-align: center;
}
.notMessage {
    margin: 0 auto 1em auto;
    text-align: center;
    color: red;
}
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}
.submit-btn,
p#confirm-button {
    margin: 2em auto 0 auto;
}
.submit-btn {
    display: table;
    white-space: nowrap;
}
p#confirm-button {
    display: table;
}
.notfound {
    display: flex;
    justify-content: center;
    align-items: center;
}
.notfound picture {
    flex-shrink: 0;
    display: table;
    margin: 0 15px 0 0;
}
.notfound p {
    font-weight: 600;
}
.notfound p.notfound-title {
    margin-bottom: 0.5em;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}
.link-notfound {
    display: table;
}
.link-notfound a {
    font-size: 13px;
    font-weight: 600;
    color: white;
    background: #e95585;
    padding: 0.5em 3em;
    border-radius: 1.5em;
    margin-top: 1em;
    display: table;
}
.link-notfound a:hover {
    opacity: 0.8;
}
.link-notfound a i {
    margin-left: 10px;
}
.entry-title-wrap {
    border-top: 2px dotted;
    border-bottom: 2px dotted;
    padding: 1em 1.5em;
    margin-bottom: 30px;
}
.entry-title-wrap .entry-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.entry-content {
    width: 95%;
    margin: 0 auto 40px auto;
}

/* ----------------footer---------------- */

#footer,
#footer-a,
#footer-c {
    padding-top: 50px;
}
#footer ul.sns {
    display: flex;    
    justify-content: center;
    margin: 0 auto 50px auto;
    width: 1300px;
}
#footer ul.sns li {
    text-indent: -9999em;
    margin: 0 1em;
}
#footer ul.sns li a {
    width: 64px;
    height: 64px;
    display: table;
    background-repeat: no-repeat;
    background-position: center;
}
#footer ul.sns li a:hover {
    opacity: 0.8;
}
#footer ul.sns li.fb a {
    background-image: url("../images/common/sns_facebook.png");
}
#footer ul.sns li.tw a {
    background-image: url("../images/common/sns_twitter.png");
}
#footer ul.sns li.twx a {
    background-image: url("../images/common/sns_twitter_x.png");
}
#footer ul.sns li.li a {
    background-image: url("../images/common/sns_ling.png");
}
#footer ul.sns li.ig a {
    background-image: url("../images/common/sns_instagram.png");
}
#footer ul.sns li.yt a {
    background-image: url("../images/common/sns_youtube.png");
}
#footer ul.sns li.bl a {
    background-image: url("../images/common/sns_analog.png");
}
#footer ul.sns li.th a {
    background-image: url("../images/common/sns_threads.png");
}

#footer-a ul.sns {
    display: flex;    
    justify-content: center;
    margin: 0 auto 50px auto;
    width: 1300px;
}
#footer-a ul.sns li {
    text-indent: -9999em;
    margin: 0 1em;
}
#footer-a ul.sns li a {
    width: 64px;
    height: 64px;
    display: table;
    background-repeat: no-repeat;
    background-position: center;
}
#footer-a ul.sns li a:hover {
    opacity: 0.8;
}
#footer-a ul.sns li.fb a {
    background-image: url("../images/common/sns_facebook.png");
}
#footer-a ul.sns li.tw a {
    background-image: url("../images/common/sns_twitter.png");
}
#footer-a ul.sns li.twx a {
    background-image: url("../images/common/sns_twitter_x.png");
}
#footer-a ul.sns li.li a {
    background-image: url("../images/common/sns_ling.png");
}
#footer-a ul.sns li.ig a {
    background-image: url("../images/common/sns_instagram.png");
}
#footer-a ul.sns li.yt a {
    background-image: url("../images/common/sns_youtube.png");
}
#footer-a ul.sns li.bl a {
    background-image: url("../images/common/sns_analog.png");
}

#footer .ad-footer,
#footer-a .ad-footer,
#footer-c .ad-footer {
    display: flex;
    margin: 0 auto 50px auto;
    min-width: 1300px;
    justify-content: center;
}
#footer .ad-footer li,
#footer-a .ad-footer li,
#footer-c .ad-footer li {
    margin: 0 10px;
}
#footer .footermenu,
#footer-a .footermenu,
#footer-c .footermenu {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAACtJREFUKFNjfPv27X8GAoCRNoqEhITAFr979w7FASjWEaUIl/tp5HBc1gEAgr4oABEHrE0AAAAASUVORK5CYII=) repeat;
}
#footer .footermenu {
    padding: 50px 0 40px 0;
}
#footer-a .footermenu {
    padding: 50px 0 40px 0;
}
#footer-c .footermenu {
    padding: 25px 0;
}
#footer .footermenu ul.menu {
    display: flex;
    width: 1100px;
    margin: 0 auto 30px auto;
    justify-content: center;
    background: white;
    padding: 1em 2em;
    border-radius: 2em;
    line-height: 1;
}
#footer .footermenu ul.menu li {
    font-size: 1.2rem;
    display: flex;
    letter-spacing: 0;
    font-weight: 500;
}
#footer .footermenu ul.menu a {
    padding: 0 0.3em;
}
#footer .footermenu ul.menu a,
#footer .footermenu ul.submenu li a {
    color: #313131;
}
#footer .footermenu ul.menu a:hover {
    color: #58d1ca;
}
#footer .footermenu ul.menu li:after {
    content: "│";
}
#footer .footermenu ul.menu li:last-child:after {
    content: none;
}
#footer .footermenu ul.submenu {
    display: flex;
    justify-content: center;
    margin: 0 auto 100px auto;
}
#footer .footermenu ul.submenu li {
    margin: 0 1em;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    white-space: nowrap;
}

#footer-a .footermenu ul.menu {
    display: flex;
    width: 1100px;
    margin: 0 auto 30px auto;
    justify-content: center;
    background: white;
    padding: 1em 2em;
    border-radius: 2em;
    line-height: 1;
}
#footer-a .footermenu ul.menu li {
    font-size: 1.2rem;
    display: flex;
    letter-spacing: 0;
    font-weight: 500;
}
#footer-a .footermenu ul.menu a {
    padding: 0 0.3em;
}
#footer-a .footermenu ul.menu a,
#footer-a .footermenu ul.submenu li a {
    color: #313131;
}
#footer-a .footermenu ul.menu a:hover {
    color: #58d1ca;
}
#footer-a .footermenu ul.menu li:after {
    content: "│";
}
#footer-a .footermenu ul.menu li:last-child:after {
    content: none;
}
#footer-a .footermenu ul.submenu {
    display: flex;
    justify-content: center;
    margin: 0 auto 100px auto;
}
#footer-a .footermenu ul.submenu li {
    margin: 0 1em;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    white-space: nowrap;
}

#footer .footermenu .copy,
#footer-a .footermenu .copy,
#footer-c .footermenu .copy {
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: 0;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 2;
}
#page-top a {
    width: 105px;
    height: 136px;
    display: block;
    background: url("../images/common/pagetop.png") no-repeat;
    text-indent: -999em;
    transition: all 0.5s;
    position: relative;
    bottom: 0;
}
#page-top a:hover {
    bottom: 25px;
}
.pc_ad {
    display:block;
}
.sp_ad {
    display:none;
}
.link.backto {
    margin: 0 auto;
    position: relative;
    width: 14em;
    padding: 1em 1em 1em 1em;
}
.link.backto:after {
    content: none;
}
.link.backto:before {
    content: "";
    width: 15px;
    height: 13px;
    display: table;
    position: relative;
    left: -10px;
    bottom: 0;
    transition: all 0.3s;
    background: url(/common/images/common/arrow_backto.png) no-repeat;
    background-size: contain;
}
a.link.backto:hover:before {
    bottom: 5px;
}
.link.backto.tuy {
    margin-bottom: 60px;
}
.archivetoplink {
    background: #58d1ca;
    border-radius: 30px 0 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 1em 1em 1em;
    color: white;
    transform: rotateZ(0.03deg);
    font-weight: 600;
    margin: 50px auto 0 auto;
    width: 18em;
}
.archivetoplink:before {
    content: "";
    width: 13px;
    height: 13px;
    display: table;
    position: relative;
    left: -10px;
    transition: all 0.3s;
    background: url(/common/images/common/arrow.png) no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
.archivetoplink:hover {
    filter: brightness(90%); 
}
.archivetoplink:hover:before {
    left: -20px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
    display: table;
    width: 50%;
    margin: 2em auto 0 auto;
    background: #e9e9e9;
    line-height: 1.5;
    border-radius: 15px;
    padding: 1em;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: transparent !important;
    width: 50%;
    display: table;
    margin: 2em auto 0 auto;
    padding: 1em;
    background: #ffd9d9;
    text-align: center;
    border-radius: 15px;
}


/* ----------------media query---------------- */

@media screen and (max-width : 64em) {
	/* common */
	body {
        min-width: 1300px;
    }
}
@media screen and (max-width : 42em) {
	/* common */
	body {
		min-width: initial;
		overflow-x: hidden;
        width: 100vw;
	}
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .pc_post {
        display: none !important;
    }
    .sp_post {
        display: block !important;
    }
    /* header */
    header {
        width: 100%;
        height: 64px;
        padding-bottom: 0;
        margin-bottom: 20px;
    }    
    header nav {
        width: 100%;
        height: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
        padding: 0 4%;
    } 
    header .logo {
        display: flex;
        align-items: center;
        height: 100%;
    }
    header .logo a {
        zoom: 0.32;
    }
    @-moz-document url-prefix() {
        header .logo img:first-child {
            width: 8vw;
        }
        header .logo img:nth-child(2) {
            width: 10vw;
        }
    }
    header .menu {
        opacity: 0;
        display: none;
        height: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 100%;
        margin: 0;
        background: rgba(229,229,229,0.95);
        padding: 20% 5% 5% 5%;
        transition: .5s;
    }
    header .menu.active {
        opacity: 1;
        display: block;
        transition: .5s;
    }    
    .hamburger {
        display: block;
    }
    .hamburger,
	.hamburger span,
	.close,
	.close span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}	
	.hamburger,
	.close {
	  position: absolute;
	  width: 25px;
	  height: 20px;
	  right: 20px;
	  z-index: 5;
	}
	.hamburger {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
	}
	.close {
		top: 30px;
	}	
	.hamburger span,
	.close span {
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin: auto;
	  height: 2px;
	  background-color: #313131;
	  border-radius: 4px;
	}
	.hamburger span {
		width: 40%;
	}
	.close span {
		width: 100%;
	}
	.hamburger span:nth-of-type(1) {
	  top: 20px;
	}	
	.hamburger span:nth-of-type(2) {
	  top: 29px;
	}	
	.hamburger span:nth-of-type(3) {
	  bottom: 20px;
	}
	.close span:nth-of-type(1) {
	  top: 0;
	  transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
	}	
	.close span:nth-of-type(2) {
	  top: 0px;
	  display: none;
	}	
	.close span:nth-of-type(3) {
	  bottom: 18px;
	  transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
	}
    header .weather {
        margin-left: 0;
        margin-bottom: 15px;
    }
    header .weather ul {
        margin-bottom: 1em;
    }
    header ul.global {
        flex-flow: column;
        padding: 0 0 0 0;
        border-radius: 0;
        justify-content: flex-start;
        margin: 0 0 0 0;
        background: none;
    }  
    header ul.global li {
        border-right: 0;
    }    
    header ul.global li,
    header ul.global li:first-child,
    header ul.global li:last-child {
        padding: 0;
        margin-bottom: 0.5em;
    }
    header ul.global li:last-child {
        margin-bottom: 0;
    }
    header ul.global li p {
        font-size: 4vw;
    }    
    header ul.global li a {
        background: white;
        border-radius: 2em;
        padding: 0.5em 0 0.5em 1em;
    }
    header ul.global li i {
        zoom: 0.7;
    }
    @-moz-document url-prefix() {
        header ul.global li i {
        transform: scale(0.7);
        }
    }
    header ul.global li.localprogram i {
        left: -3px;
    }  
    header .menu ul.colored {
        display: none;
    }    
    header nav ul.colored {
        margin-left: 3%;
        height: 90%;
        display: flex;
    }   
    header nav ul.colored li {
        background: #58d1ca;
        text-align: center;
        color: white;
        width: auto;
        border-radius: 0 0 10px 10px;
        margin: 0 5px;
        padding: 5px 10px 5px 10px;
    }
    header nav ul.colored li img {
        zoom: 0.6;
        display: table;
        margin: 0 auto;
        height: 3em;
    }
    @-moz-document url-prefix() {
        header nav ul.colored li img {
            width: auto;
            height: 1.55em;
        }
    }
    header nav ul.colored li a {
        color: white;
        display: block;
    }
    header nav ul.colored li p {
        font-size: 10px;
    }

    header_test {
        width: 100%;
        height: 64px;
        padding-bottom: 0;
        margin-bottom: 20px;
    }    
    header_test nav {
        width: 100%;
        height: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
        padding: 0 4%;
    } 
    header_test .logo {
        display: flex;
        align-items: center;
        height: 100%;
    }
    header_test .logo a {
        zoom: 0.32;
    }
    @-moz-document url-prefix() {
        header_test .logo img:first-child {
            width: 8vw;
        }
        header_test .logo img:nth-child(2) {
            width: 10vw;
        }
    }
    header_test .menu {
        opacity: 0;
        display: none;
        height: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 100%;
        margin: 0;
        background: rgba(229,229,229,0.95);
        padding: 20% 5% 5% 5%;
        transition: .5s;
    }
    header_test .menu.active {
        opacity: 1;
        display: block;
        transition: .5s;
    }    
    header_test .weather {
        margin-left: 0;
        margin-bottom: 15px;
    }
    header_test .weather ul {
        margin-bottom: 1em;
    }
    header_test ul.global {
        flex-flow: column;
        padding: 0 0 0 0;
        border-radius: 0;
        justify-content: flex-start;
        margin: 0 0 0 0;
        background: none;
    }  
    header_test ul.global li {
        border-right: 0;
    }    
    header_test ul.global li,
    header_test ul.global li:first-child,
    header_test ul.global li:last-child {
        padding: 0;
        margin-bottom: 0.5em;
    }
    header_test ul.global li:last-child {
        margin-bottom: 0;
    }
    header_test ul.global li p {
        font-size: 4vw;
    }    
    header_test ul.global li a {
        background: white;
        border-radius: 2em;
        padding: 0.5em 0 0.5em 1em;
    }
    header_test ul.global li i {
        zoom: 0.7;
    }
    @-moz-document url-prefix() {
        header_test ul.global li i {
        transform: scale(0.7);
        }
    }
    header_test ul.global li.localprogram i {
        left: -3px;
    }  
    header_test .menu ul.colored {
        display: none;
    }    
    header_test nav ul.colored {
        margin-left: 3%;
        height: 90%;
        display: flex;
    }   
    header_test nav ul.colored li {
        background: #58d1ca;
        text-align: center;
        color: white;
        width: auto;
        border-radius: 0 0 10px 10px;
        margin: 0 5px;
        padding: 5px 10px 5px 10px;
    }
    header_test nav ul.colored li img {
        zoom: 0.6;
        display: table;
        margin: 0 auto;
        height: 3em;
    }
    @-moz-document url-prefix() {
        header_test nav ul.colored li img {
            width: auto;
            height: 1.55em;
        }
    }
    header_test nav ul.colored li a {
        color: white;
        display: block;
    }
    header_test nav ul.colored li p {
        font-size: 10px;
    }

    /* contents */
    #container,
    #contents {
        width: 94vw;
    }
    .link {
        border-radius: 15px 0 15px 0;
        padding: 1em 1.5em 1em 1em;
    }
    .link p {
        font-size: 0.9rem;
    } 
    .mailform-common {
    } 
    .mailform-common table,
	.mailform-common .inner {
        margin: 0 auto !important;
        padding: 1em 0 !important;
        width: 100% !important;
    }
    .mailform-common th {
        background-color: transparent !important;
        padding: 0 0 !important;
    }
    .mailform-common #trust-form table ul li {
        line-height: 1.5 !important;
    }
    .mailform-common span.content,
    .mailform-common dt p,
    .mailform-common dd6 p,
    .mailform-common input[type=text],
    .mailform-common input[type=email],
    .mailform-common input[type=radio],
    .mailform-common label,
    .mailform-common textarea,
    .mailform-common select {
        font-size: 14px;
        margin: 0 0 0 0;
    }
    @-moz-document url-prefix() {
        .mailform-common input[name=your-name],
        .mailform-common input[name=address2],
        .mailform-common input[name=online-name],
        .mailform-common input[type=email],
        .mailform-common textarea {
            width: 94vw;
        }
    }
    div#trust-form.contact-form table div {
        padding: 0 0 !important;
    }
    .mailform-common .inner dl dt {
        width: auto;
        margin-bottom: 6px;
    }
    .mailform-common .inner dl dt,
    .mailform-common .inner dl dd {
        display: block;
    }
    .mailform-common .required {
        width: 100%;
        text-align: left;
    }  
    .mailform-common .inner dl {
        padding: 0 0 10px 0;
    }
    .mailform-common input[type=submit],
    .mailform-common input[type=reset] {
        padding: 0.5em 0;
        min-width: 8em;
        font-size: 14px;
    }   
    .mailform-common textarea {
        width: 94vw;
    }
    .mailform-common input[type=text],
    .mailform-common input[type=email] {
        max-width: 94vw;
    }    
    .notfound {
        display: block;
    }
    .notfound picture {
        margin: 0 auto 10px auto;
    }
    .notfound picture img {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        display: table;
    }
    .notfound p {
        font-size: 14px;
        text-align: center;
    }
    .notfound p.notfound-title {
        font-size: 25px;
    }
    .link-notfound {
        margin-left: auto;
        margin-right: auto;
    }

    /* footer */
    #footer ul.sns {
        width: 94%;
    }
    #footer ul.sns li a {
        zoom: 0.7;
    }
    @-moz-document url-prefix() {
        #footer ul.sns li a {
        transform: scale(0.7);
        }
    }
    #footer ul.sns li {
        margin: 0 0.5em;
    }
    #footer,
    #footer-c {
        padding-top: 30px;
    }
    #footer .ad-footer,
    #footer-c .ad-footer {
        width: 94%;
        display: block;
        min-width: initial;
        margin: 0 auto 30px auto;
    }
    #footer .ad-footer li,
    #footer-c .ad-footer li {
        width: calc(100% / 2);
        margin: 0 5px;
    }
    #footer .ad-footer li img,
    #footer-c .ad-footer li img {
        width: 100%;
    }
    #footer .footermenu {
        padding: 20px 0 50px 0;
    }    
    #footer .footermenu ul.menu {
        width: 94%;
        background: none;
        flex-flow: column;
        padding: 0 0;
        margin: 0 auto 10px auto;
    }
    #footer .footermenu ul.menu li {
        font-size: 0.9rem;
        margin-bottom: 0.5em;
        position: relative;
    }
    #footer .footermenu ul.menu li:after {
        content: none;
    }
    #footer .footermenu ul.menu li a {
        background: white;
        border-radius: 1.5em;
        padding: 0.8em 0.8em 0.8em 1em;
        width: 100%;
    }  
    #footer .footermenu ul.menu li a:before,
    #footer .footermenu ul.submenu li a:before {
        content: '';
        width: 9px;
        height: 9px;
        border: 0px;
        border-top: solid 3px #58d1ca;
        border-right: solid 3px #58d1ca;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
    } 
    #footer .footermenu ul.submenu {
        flex-flow: column;
        margin: 0 auto 30px auto;
        width: 94%;
    }
    #footer .footermenu ul.submenu li {
        font-size: 0.85rem;
        margin: 0 0;
        position: relative;
    }
    #footer .footermenu ul.submenu li a {
        padding: 0.7em 0;
        display: flex;
        border-bottom: 1px solid #d2d2d2;
        align-items: center;
        justify-content: space-between;
    } 
    #page-top {
        width: 60.5px;
        height: 41px;
        bottom: 10px;
        right: 10px;
    }    
    #page-top a {
        width: 100%;
        height: 0;
        padding-top: 67.7685950413%;
        background: url(../images/common/pagetop_sp.png) no-repeat;
        background-size: contain;
        bottom: 0;
        
    }  
    #footer .footermenu .copy {
        font-size: 0.5rem;
    }
    .pc_ad {
		display:none;
	}
	.sp_ad {
		display:block;
	} 
	#header-c header nav ul.colored li p,
    #header-c-ponchi header nav ul.colored li p,
    #header-c-ondemand header nav ul.colored li p {
		display: none;
	}	
	#header-c  header nav,
    #header-c-ponchi  header nav,
    #header-c-ondemand  header nav {
		justify-content: space-between;
        align-items: center;
	}
    #header-c header nav ul.colored,
    #header-c-ponchi header nav ul.colored,
    #header-c-ondemand header nav ul.colored {
        height: auto;
        margin-left: 0;
    }  
    #header-c header,
    #header-c-ponchi header,
    #header-c-ondemand header {
        padding-bottom: 10px;
        height: 50px;
    }  
    #header-c header .logo,
    #header-c-ponchi header .logo,
    #header-c-ondemand header .logo {
        position: relative;
        top: 5px;
        width: 60px;
    }
    #header-c header .logo a,
    #header-c-ponchi header .logo a,
    #header-c-ondemand header .logo a {
        zoom: initial;
    }
    #header-c header .logo img:first-child,
    #header-c-ponchi header .logo img:first-child,
    #header-c-ondemand header .logo img:first-child {
        width: 100%;
    }
    #header-c .hamburger,
    #header-c-ponchi .hamburger, 
    #header-c-ondemand .hamburger {
        display: none;
    }   
    .link.backto.tuy {
        margin-bottom: 30px;
    }
    #trust-form.contact-form div.error {
        font-size: 14px;
    }
    .entry-title-wrap {
		padding: 0.5em 1em;
		margin-bottom: 20px;
	}
	.entry-title-wrap .entry-title {
		font-size: 16px;
	}
}
