@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    color: #288BC3;
}
html {
	margin-top:0!important;
}
body {
    font-family: kinto-sans, sans-serif!important;
    font-size: 16px;
	background-color:none!important;
	overflow-x:hidden;
}
h2 {
    font-weight: 600;
    color: #288BC3;
    letter-spacing: 0.25em;
}
a {
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
li {
    list-style-type: none;
}
img {
    vertical-align: bottom;
}
.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.img-fluid {
    width: 100%;
    margin: 0 auto;
}
.white {
    color: #fff !important;
}
.yellow {
    color: #FFF479 !important;
}
.align-r {
	text-align:right;
}
.mgt50 {
    margin-top: 50px;
}
.rotate_icon {
  animation: rotate-anime 7s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}

#contents {
    position: relative;
    z-index: 0;
	color: #288BC3;
}
#firstArea {
    position: relative;
    width: 100%;
    height: 100%;
}
.top_bg {
    top: 0;
    right: 0;
    width: 100%;
    background: url("https://sanko-hd.co.jp/50th/wp-content/themes/cocoon-child-master/image/top_bg.svg") no-repeat;
    background-size: cover;
    background-position: top right;
    height: 0;
    padding-top: calc(1151/1920*100%);
    z-index: -1;
}
#menu {
    width: 52.9%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    z-index: 10;
}

#logo01 {
    width: 18%;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#top-logo_rotate {
	width: 50%;
	position:absolute;
	top: 5%;
	right: 4.5%;
	animation: rotate-anime 7s linear infinite;
}



#top_lead {
    position: absolute;
    left: 6.5%;
    bottom: 5%;
}
#top_lead h2 {
    font-size: 2.1em;
}
#scroll {
    position: absolute;
    bottom: 16%;
    margin: auto 0;
    right: 9%;
    width: 21px;
    height: 228px;
    background: url("https://sanko-hd.co.jp/50th/wp-content/themes/cocoon-child-master/image/scroll.svg") no-repeat;
    background-size: contain;
}
/* 街 */

#city {
    width: 100%;
    margin-top: -10%;
	position:relative;
}
.anime {
    width: 100%;
    margin-top: -10%;
}
#anime_bg01 {
	width: 100%;
	object-fit: cover;
	position:absolute;
	z-index:-5;
	top: 0;
	left:0;
	right: 0;
	animation: city-anime 60s linear infinite;
}
@keyframes city-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}


#second_area {
    width: 100%;
    margin: -50px auto 0;
}
.rotate_icon {
    width: 8%;
    margin: 0 auto;
}
#timer-ttl {
    font-size: 2.0em;
    margin: 50px auto 0;
    text-align: center;
    color: #288BC3;
}
.countdown-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.time-text {
    font-weight: bold;
    font-size: 5.5rem;
    line-height: 1;
    margin: 0.2em 0.4em 0;
    background: #288BC3;
    padding: 8px 10px 10px 30px;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 15px;
}
.countdown-elm {
    text-align: center;
}
.countdown-elm span {
    font-size: 2.0rem;
    color: #288BC3;
    font-weight: bold;
}
#anniv_ttl {
    margin-top: 100px;
    font-size: 2.5em;
    color: #288BC3;
    text-align: center;
}
#anniv_ttl h4 {
    letter-spacing: 0.25em;
}
#anniv_lead {
	width: 50%;
    margin: 50px auto 0;
    text-align: left;
}
#anniv_lead p {
    font-size: 1.125em;
    line-height: 2.5;
    font-weight: 600;
}
#logo_info {
    position: relative;
    padding-top: 200px;
    box-sizing: border-box;
}
#logo_info::before {
    content: "";
    position: absolute;
    top: 0;
    left: -19%;
    width: 35%;
    height: 0;
    padding-top: calc(492/595*100%);
    background: url("https://sanko-hd.co.jp/50th/wp-content/themes/cocoon-child-master/image/left_accessory.png") no-repeat;
    background-size: contain;
}
#logo02 {
    width: 25%;
    margin: 0 auto;
}
#logo03 {
    width: 10%;
    margin: 50px auto 0;
}
#logo_info-ttl {
    margin: 80px auto 0;
    font-size: 2.3em;
    text-align: center;
    letter-spacing: 0.15em;
}
#logo_lead {
    width: 60%;
    margin: 30px auto 0;
    font-size: 1.15em;
    line-height: 1.8;
	font-weight: 600;
}
#president {
	width: 250px;
	margin-top:0.5em;
	margin-left:auto;
	text-align:center;
	font-size: 0.9em;
	line-height:1.0;
}
#history_area {
    position: relative;
    margin: 150px auto 0;
    padding: 200px 0 250px;
    box-sizing: border-box;
    background: url("https://sanko-hd.co.jp/50th/wp-content/themes/cocoon-child-master/image/history_bg.png") no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: -2;
    overflow: hidden;
}
#history_area::after {
    content: "";
    position: absolute;
    top: 60%;
    right: -15%;
    width: 35%;
    height: 0;
    padding-top: calc(619/946*100%);
    background: url("https://sanko-hd.co.jp/50th/wp-content/themes/cocoon-child-master/image/right_accessory.png") no-repeat;
    background-size: contain;
    z-index: -1;
}
.area_ttl h3 {
    font-size: 3.0em;
    text-align: center;
}
.area_ttl p {
    font-size: 1.0em;
    line-height: 3;
    letter-spacing: 0.5em;
    text-align: center;
}
#history_about {
    width: 77%;
    margin: 60px auto 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#history_area .area_ttl h3, #history_area .area_ttl p {
    color: #fff !important;
}
#history_img {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#history_img > div {}
#history_left {
    width: 70%;
    margin: 0 auto;
}
#history {
    width: 100%;
    margin: 0 auto;
}
#history > div:first-child {
    margin-top: 0px;
}
.history_list {
    position: relative;
}
.history_list:first-child::before {
    top: 0.425em;
}
.history_list:not(:first-child) {
    padding-top: 10px;
}
.history_list::before {
    content: '';
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: calc(10px + 0.425em);
    left: 6.27em;
    z-index: 10;
}
.history_list:first-child::after {
    height: calc(100% - 1em);
}
.history_list:last-child::after {
    height: calc(10px + 0.75em);
    top: 0;
    bottom: auto;
}
.history_list::after {
    content: '';
    width: 2px;
    height: 100%;
    background: #FFF479;
    position: absolute;
    bottom: 0;
    left: 6.5em;
}
.history_year {
    width: 23%;
    position: relative;
}
.history_year h4 {
    font-size: 1.25em;
    color: #FFF479 !important;
	margin:-5px 0 ;
}
.history_info li {
    margin: 30px 0;
    font-size: 1.25em;
    color: #fff !important;
	line-height: 1.2;
}
.history_info li:first-child {
    margin-top: 0;
}
.history_info {
    width: 76%;
    color: #fff !important;
}
.pdl1 {
    color: #fff !important;
    padding-left: 1.7em;
}
.border_hidtory {
    position: absolute;
    top: 0.7em;
    left: 6.5em;
    height: 1px;
    width: 50px;
    background: #fff;
}
#history_article {}
#news_area {
    margin: 100px auto 0;
}
#movie_area {
    margin-top: 150px;
}
#movie_area .area_ttl {
    line-height: 1.1;
}
#movie_list,.news_box {
    width: 100%;
    margin: 0 auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#movie_area #movie_list {
    width: 90%;
}

.movie_item {
    width: 26%;
    padding: 10px;
    box-sizing: border-box;
    margin: 30px auto;
    position: relative;
}
.movie_item .new_icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 1;
}
.movie_item > a {
    position: absolute;
    width: 105%;
    height: 105%;
    top: -10px;
    left: -10px;
    transition: 0.5s;
    z-index: 3;
}
.movie_item > a:hover {
    top: -10px;
    left: -10px;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.5s;
}
.movie_item:not(:first-child) {}
.movie_ttl {
    font-size: 1.5em;
    line-height: 2;
    text-align: center;
}

.movie_text {
	font-size:0.9em;
}

.movie_day {
    line-height: 2.5;
    text-align: right;
}

#movie_more,.news_more {
    width: 320px;
    height: 68px;
    margin: 40px auto 100px;
    background: #0275B4;
    position: relative;
}

#movie_more > a,.news_more > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 15px;
    box-sizing: border-box;
    line-height: 68px;
    text-align: center;
    color: #fff;
    font-size: 1.18em;
}

#movie_more > a::after,.news_more > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 120px;
    margin: auto 0;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

#footer {
    width: 100%;
    padding: 500px 0 0;
    box-sizing: border-box;
    background: url("https://sanko-hd.co.jp/50th/wp-content/themes/cocoon-child-master/image/ft_bg.png") no-repeat;
    background-size: cover;
}
#fmenu {
    width: 40%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 30px auto 0;
    font-size: 16px;
    z-index: 10;
}
#copyright {
    padding: 30px 0 10px;
    box-sizing: border-box;
}
#copyright p {
    text-align: center;
    font-size: 0.875em;
}
/*:*/

.group {
    width: 77%;
    margin: 0 auto;
}

.tab-group {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.tab {
    flex-grow: 1;
    padding: 5px;
    list-style: none;
    text-align: center;
    cursor: pointer;
}
.panel-group {
    padding: 20px 0 40px;

}
.panel {
    display: none;
}

.tab:hover {
    display: inline-block;
    border-bottom: 1px solid #0275B4;
    transition: all 0.2s ease-out;

}

.tab.is-active {
    display: inline-block;
    border-bottom: 1px solid #0275B4;
    transition: all 0.2s ease-out;
}

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

.panel.is-show {
    display: flex;
    animation: tabs_anime 1s;
}


/**/
.article h2 {
	background: none;
}
.entry-content {
	margin:0;
}
.wp-show-posts-meta {
    pointer-events: none;
}

.ect-3-columns .entry-card-wrap {
	width: 30%;
}

.author-info {
	display:none!important;
}
.page-id-14 .entry-header {
	display: none;
}

header .date-tags {
	display: none;
}

.entry-title {
	display:none;
}

.entry-content > p {
	display:none;
}

.new-entry-cards {
	width: 100%;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.new-entry-cards::after {
  content:"";
  display: block;
  width:30%;
}

.post-update {
	display: none;
}

.ect-3-columns {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ect-3-columns::after {
  content:"";
  display: block;
  width:30%;
}

.widget-entry-card {
	text-align:center;
}

.new-entry-card-link {
	width: 26%;
	margin: 0 auto;
}

.widget-entry-cards .a-wrap {
	width: 30%;　/* 場合によって不要　*/
	padding:10px;
	box-sizing:border-box;
}

.page-id-14 .card-title {
	font-size: 1.15em;
    line-height: 1.8;
    text-align: center;
}

.widget-entry-cards figure {
	width: auto;
}

.widget-entry-cards figure {
	width: 100%;
	margin: 0 auto;
}

.widget-entry-card-content {
	margin:0;
}

.entry-card-thumb, .author-thumb, .blogcard-thumbnail, .related-entry-card-thumb, .popular-entry-card-thumb, .new-entry-card-thumb {
	margin:0;
	padding:0;
}

.new-entry-card-date.widget-entry-card-date.display-none {
	display: block;
	text-align:right;
}

.new-entry-card-post-date {
	font-size:0.8em;
}

.card-snippet {
	text-align:left;
	font-size: 0.95em;
}

/* 固定ページ、記事ページ用 */
.new_icon_single {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 1;
}
.entry-header {
	width: 80%;
	margin: 50px auto 0;
	max-width: 820px;
}
.entry-content2 {
	width: 80%;
	margin:25px auto 150px;
	max-width: 820px;
}
.entry-content2 h2 {
	font-weight:bold;
}

#single_area #menu {
	top: 30px;
}

#single_area #menu li a {
	color:#fff!important;
}
#contents_single {
    position: relative;
    z-index: 0;
	color: #288BC3;
}
#single_area {
    position: relative;
    width: 100%;
    height: 100%;
	box-sizing:border-box;
}

#list_frame {
	width: 80%;
	margin: 15px auto;
}

.blog #list_frame {
	margin: 50px auto 0;
}

.archive-title {
	width: 80%;
	margin: 30px auto;
}

.new-entry-card-content {
	position:relative;
}

.new-entry-cards a:nth-child(1) .new-entry-card-content::before,
.new-entry-cards a:nth-child(2) .new-entry-card-content::before{
	content:"";
	position:absolute;
    width: 60px;
    height: 60px;
    top: -5px;
    left: -5px;
	background:url("https://sanko-hd.co.jp/50th/wp-content/themes/cocoon-child-master/image/new_icon.svg");
	background-size:contain;
    z-index: 1;
}


.other_bg {
    width: 100%;
    background: url("https://sanko-hd.co.jp/50th/wp-content/themes/cocoon-child-master/image/other_bg-s.svg") no-repeat;
    background-size: contain;
    background-position: top right;
    height: 0;
    padding-top: calc(150/1920*100%);
    z-index: -1;
}

.VideoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
 
.VideoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#thanks_copy{
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;}


#thanks_copy h3{font-weight: 600;
color: #288BC3;
font-size: 1.5em;
text-align: center;
line-height: 1.5em;
text-align: center;
letter-spacing: 0.15em;}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
.ceo_img{width:100%}
.movie_ttl h5{padding:0.5em 0em;line-height: 1.5em;}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
	.ceo_img{width:65%}
	
#thanks_copy{
font-size: 0.7em;
	line-height: 1.0em;
position: absolute;
top: 92%;
left: 0;
right: 0;
margin: 0 auto 0px auto;}
}

#thanks_copy h3{font-weight: 600;
color: #288BC3;
letter-spacing: 0.15em;}	


.video-container, .instagram-container, .facebook-container {
max-width: 640px;
margin: 30px auto!important;
}



@media all and (min-width: 768px) and (max-width: 1024px) {
	#thanks_copy {
    position: absolute;
		font-size: 0.7em;
	line-height: 1.0em;
    top: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
	#top_lead {
bottom: -30px;
}
#top_lead h2 {
font-size: 1.5em;
	line-height:1.7em
}
	
}

.center_txt{font-size: 1.5em;
text-align: center;}