
/* General HTML Elements Styling */
html { scroll-behavior: smooth;}
body {
padding: 0;
    margin: 0;
    color: #4B4B4B;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.wrap{
  overflow: hidden;
}
a{
    color: #4B4B4B;
}

h3 {
  font-size: 30px;
  text-align: center;
}

h4 {
  font-size: 20px;
}



section {
  margin-top: 50px;
}


nav {
display: flex;
    justify-content: space-between;
    align-items: center;
padding: 20px 0 0;
    max-width: 1300px;
    margin: 30px auto 0;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

nav ul li {
  margin-right: 20px;
  font-size: 15px;
  vertical-align: middle;
}

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

/*nav ul li:first-child {
  padding-top: 3px;
}*/

nav ul li a {
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px;
}

nav ul li a:visited {
  color: black;
}

nav ul li a:hover {
  color: grey;
}






/* Sections  */
/* Top Section */


#main-top-container {
height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-image: url(../images/backgrounds/main-content-background.png);
    background-repeat: no-repeat;
    background-size: cover;
margin-top: 100px;
}

#main-cloud-container {
  width: 300px;
  height: 300px;
  left: 50%;
top: -4%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 50%;
}

#mie-cloud {
    width: 150px;
    height: 150px;
    padding-top: 75px;
}
#main-top-container p{
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    text-align: center;
}

/* お知らせ　 */

#news{
      max-width: 840px;
    margin: 0 auto;
}
.mie-news {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.news-entry {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}


.news-entry a{
text-decoration:underline;
}

.news-entry p {
  margin: 0;
  padding: 5px;
}

/*日々三重 Section*/

#about {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fef6f5;
}

#about p.about-text{
  line-height:1.8;
}
#daily-mie-description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#daily-mie-headings {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

#daily-mie-headings h3 {
  margin-top: 1px
}

#daily-mie-slides {
    display: flex;
    flex-direction: row;
    margin: 20px 0 20px 0;
    justify-content: center;
}

#daily-mie-slides img {
  width: 150px;
  height: 150px;
}

.fb-insta-button-container {
  width: 100%;
  padding: 20px 0 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
}

#mie-user-guide {
  width: 100%;
  display: flex;
  gap: 40px;
  flex-direction: row;
  justify-content: center;
}

.mie-guide {
  display: flex;
  flex-direction: column;
}

.mie-guide h4 {
  text-align: center;
}

.mie-guide p {
  margin: 0;
  padding: 1px;
}

.daily-mie-map {
  margin: 20px 0 20px 0;
  text-align: center;
}
.campaignwrap{
  position: relative;
    text-align: center;
    max-width: 580px;
}

.campaignwrap img.campaign-baloon{
max-width: 100px;
    position: absolute;
    left: -140px;
}

/* Region Player */
#players {
  text-align: center;
  margin: 50px 0;
}

.description-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-description {
  text-align: left;
  max-width: 840px;
  margin: 0px auto 40px;
}

/*#players img{
  max-width:100%;
}*/

/* Mie Articles  */
.mie-article {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.mie-article span {

    margin: 0 30px 0 30px;

}



.mie-article-cover {
  align-items: center;
}

.article-information {
position: relative;
    display: flex;
    width: 70%;
    text-align: justify;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 20px;
    max-width: 800px;
}

.mie-tags {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

.mie-tags p {
  width: fit-content;
  padding: 3px 9px;
  margin: 0 3px 0 3px;
  background-color: #cdc5a0;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

/*.mie-article img {
  width: 600px;
  height: 400px;
  margin: 20px 0 20px 0;
  padding-top: 20px;
}
*/
.details {
  width: 100%;
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 0px 20px 0 20px;
  margin: -10px 0 -10px 0;
}

.details img {
  position: absolute;
  right: 10px;
  top: -30px;
  width: 30px;
  height: 30px;
}

.details h4 {
  position: relative;
  top: -30px;
  text-align: center;
  margin: 0;
}





.article-button-container a {
  text-decoration: none;
}
span.player-name{
  font-size:25px;
}

.article-button-container img {
  width: 250px;
  height: 50px;
  padding: 20px;
}

/* SNS Community */
#SNScommunity {
  background-color: #EBF0F3;
  text-align: center;
  padding: 50px 0;
}

.smartphone-container {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 50px;
}

/* Footer */
footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(235, 240, 243);
  background-image: url("../images/backgrounds/footer-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

footer a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  margin: -15px 0 0;
}

footer a:visited {
  color: #4B4B4B;
  text-decoration: none;
}

footer p {
  font-size: 14px;
  font-weight: 300;
}

footer h5 {
  font-size: 16px;
  padding: 5px;
  background-image: url(../images/footer/yellow-underline.png);
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 20px 0 -10px;
}



.cloud-container {
  margin: 50px 0 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 1350px;
}

.left-cloud {
  position: absolute;
  left: 280px;
  width: 213px;
  height: 81px;
  top: -45px;
}

.right-cloud {
  position: absolute;
  right: 21%;
  width: 198px;
  height: 98px;
  top: -50px;
}

#copyright {
  font-weight: lighter;
  margin-top: 20px;
  font-size: 16px;
}


/* Extra Decoration Elements */
.pink-dotted-hr {
  padding: 25px 0;
  width: 100%;
  max-width: 1040px;
}

/* Collapsible CSS */
.collapsible {

  background-color: white;
  cursor: pointer;
  text-align: center;
  width: 100%;
  border: none;
  top: 0px;
  font-size: 25px;
  outline: none;
  padding: 5px;
}

.collapsible:after {
  content: url("../images/regions/plus-button.png");
  background-size: 10px;
  font-size: 13px;
  color: white;
  float: right;
  padding-top:10px;
}

.active:after {

  content: url("../images/regions/minus-button.png")


}

.content {
 max-height: 0;
overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.active .content {
  height: auto;
  display: block;
  max-height: fit-content;
  text-align: justify;
  font-size: 14px;
  line-height: 1.8;
 }

 .playerbtnflexwrap{
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 10px 0;
 }
 a.playerbtn img{
  position: relative;
  width: 100%;
  display: inline;
  max-width: 210px!important;
  top: 0;
  right: 0;
 }

 .smartphone-container .item{
  max-width: 420px;
  margin: 30px 0px 60px;
 }

 img.article-hr{
  margin: 30px 0 -15px;
 }

 .back-to-top {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 5%;
  color: #fff;
  padding: 2rem;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
}
.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #333;
  border-radius: 50%;
  z-index: -1;
}
h4.campaign{
  position: relative;
}
h4.campaign::before {
  content: "＼";
  position: absolute;
  top: 0;
  left: -30px;
  display: inline-block;
}

h4.campaign::after {
  content: "／";
  position: absolute;
  right: -25px;
  display: inline-block;
  top: 0%;
}
.player-list {
  width: 80%;
  margin: 30px auto;
}
.player-list a span{
  display: block;
  margin: 5px 0 10px;
}
.daily-mie-map img{
  max-width: 100%;
}
.slick-slider {
  max-width: 550px;
  margin: 40px auto;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-prev {
left: 15px;
    z-index: 100;
}
.slick-next {
right: 15px;
}
.slick-next {
right: 15px;
}
.slick-next:before {
  content: '▶︎';
}
.slick-prev:before {
    content: '◀︎';
}
@media screen and (max-width:425px){
  body {
    font-size: 14px;
}
  section#top{
    margin:0;
  }
  #main-top-container {
    height: 500px;
    margin-top: 0px;
    background-position: center;
}
#main-top-container p {
  font-size: 13px;
  margin: 150px 0px 0;
}

#main-top-container p.hashtag {
  margin: 0px 0px 0;
}

#main-top-container img {
  max-width: 240px;
}

#mie-cloud {
  width: 100px;
  height: 121px;
  padding-top: 5px;
}
#main-cloud-container {
  width: 200px;
  height: 200px;
  top: -4%;
}
  nav{
    display: none;
  }
  h3 {
    font-size: 18px;
    text-align: center;
    margin: 0;
}
h4{
  font-size:14px;
}
h4.campaign{
  position: relative;
  padding: 0 30px;
  text-align: center;
}
h4.campaign::before {
  position: absolute;
  top: 0%;
  left: 1%;
  font-size: 30px;
  font-weight: 100;
  transform: rotateY(45deg);
}
h4.campaign::after {
  position: absolute;
  top: 0%;
  right: 1%;
  font-size: 30px;
  font-weight: 100;
  transform: rotateY(45deg);
}
  .mie-news{
    padding: 0 20px;
    width: 100%;
    max-width: 350px;
  }
  .mie-news .news-entry{
    font-size: 13px;
  }
  #daily-mie-slides {

    margin: 20px auto;
    flex-wrap: wrap;
}
#daily-mie-slides img {
  width: 120px;
  height: 120px;
}
.fb-insta-button-container{
  display: block;
}

.fb-insta-button-container img{
  max-width: 320px;
  margin: 0 auto 20px auto;
  display: block;
}
.daily-mie-map img{
  width: 90%;
  padding: 0px 20px;
}
.mie-map img{
  padding: 0 20px;
  width: 90%;
}
article.mie-article{
  padding:0 20px;
}
.mie-article-cover img{
  height:auto;
}
#about p.about-text{
padding:0 20px;
}
img.recruitment-btn{
  max-width: 250px;
}
#mie-user-guide {
  gap: 20px;
  font-size: 12px;
  padding: 0 20px;
  width: 90%;
}
.section-description {
  margin: 20px auto;
  padding: 0 20px;
}
.mie-tags {
  justify-content: left;
  flex-wrap: wrap;
  gap: 10px 5px;
  width: 100%;
}
.mie-tags p {
  font-size: 12px;
}
.mie-article span {
  margin: 0;
}
span.player-name{
  font-size: 16px;
  display: block;
  margin: 5px 0 0;
}
.article-information {
  width: 90%;
}
.smartphone-container {
  display: block;
  padding: 0 20px;
}
.left-cloud {
  left: 0;
  width: 150px;
  height: 57px;
  top: -70px;
}
.cloud-container {
  margin: 70px 0 30px;
}
.right-cloud {
  position: absolute;
  right: 0%;
  width: 150px;
  height: 75px;
  top: -80px;
}
#news{
  padding:20px 0;
}
section{
  margin:0;;
}
.collapsible {
  font-size: 18px;
}
.collapsible:after {
  background-size: 10px;
  font-size: 10px;
  padding-top: 0px;
}
.playerbtnflexwrap {
display: block;
    margin: 5px auto;
}

a.playerbtn img {
  max-width: 100%!important;
  margin: 0 auto;
  padding: 0;
}
.playerbtnflexwrap img{
  margin: 10px auto;
  }
.smartphone-container .item img{
  max-width: 90%;
  padding: 0 20px;
  margin: 20px auto;
  display: block;
}
.slick-slider{
    max-width: 88%;
    margin: 20px auto;
}
.slick-slide img{
padding: 0!important;
    width: 100%;
}
.campaignwrap img.campaign-baloon {
    left: 0;
    top: -60px;
}
.campaignwrap {
    margin: 30px 0px;
}
}
@media screen and (min-width:426px){
.pc-none{
  display:none;
}
}


@media screen and (min-width:426px) and (max-width:768px){
img.left-cloud {
    left: 0px;
}

img.right-cloud {
  right: 0px;
}

nav{
  display: none;
}
section#top{
  margin:0;
}
#main-top-container {
  margin-top: 0;
  padding-top: 50px;
}
#main-cloud-container {
  width: 185px;
  height: 185px;
  left: 50%;
  top: -8%;
}
#mie-cloud {
  width: 80px;
  height:auto;
  padding-top: 70px;
}
#daily-mie-description {
  width: 90%;
  padding: 0 20px;
}
#daily-mie-slides img {
  width: 110px;
  height:auto;
}
.fb-insta-button-container {

  gap: 20px;
}
.daily-mie-map {
  padding: 0 20px;
  width: 90%;
}
.section-description {
  padding: 0 20px;
}
.smartphone-container {
  padding: 50px 20px;
}
.smartphone-container img{
  width:100%;
}
img.article-hr {
  width: 85%;
}
.campaignwrap {
    margin: 30px 0px;
}
.campaignwrap img.campaign-baloon {
    left: -80px;
    top: -40px;
}
  }

@media screen and (min-width:769px) and (max-width:1040px){
  img.left-cloud {
      left: 130px;
  }

  img.right-cloud {
    right: 15%;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width:425px){}
