@charset "UTF-8";

img{
    width: 100%;
}

body{
    background-color: #83CCD2;
    margin: 0!important;
}
main{
    background-color: #fff;
    border-radius: 30px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
      padding-bottom: 80px;
}

a {
  text-decoration: none;
  color: #111;
  -webkit-transition: .3s;
  transition: .3s;
}
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}
.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.mvarea{
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    padding-top: 65px;
    position: relative;
}
.mvarea .mvtext{
    margin-bottom: 20px;
}
.mvarea .mvtext:last-child{
    margin-bottom: 40px;
}

.scroll-down {
    z-index: 10;
    position: absolute;
    bottom:-110px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  
  .scroll-down img {
    animation: bounce 2s infinite;
  }
  
  @keyframes bounce {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-15px);
    }
    100% {
      transform: translateY(0);
    }
  }

 .contents{
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding-top: 100px;
 }
 .contents .subtitle {
    text-align: left;
    margin-left: 30px;
    margin-top: 50px;
 }
 .contents img{
    width: auto;
 }
 .contents .contentslist {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
    justify-content: space-between;
 }
 .contents .contentslist li{
    width: 30%;
    list-style: none;
    position: relative;
    padding: 20px 15px;
 }

  /* 下側の線 */
  .contents .contentslist li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background-color: #231815;
  }
  
  .contents .contentslist li:nth-of-type(n+7):after{
    background: none;
  }
  /* 右側の線 */
  .contents .contentslist dl::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    height: 50%;
    width: 2px;
    background-color: #231815;
  }
  .contents .contentslist li:nth-of-type(3n) dl::after {
    background: none;
}

  .contents .contentslist li dl dd{
    margin-left: 0;
    margin-top: 20px;
 }
 .contents .contentslist .last{
    position: relative;
    text-align: center;
 }
 .contents .contentslist .last p{
    position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 3.2rem;
 }
.copy{
  text-align: center;
}

.footer {
  width: 100%;
  background-color: #ffffff;
}

.footer__line {
  width: 100%;
  padding: 0 15px;
}

.footer__line-inner {
  max-width: 1000px;
  height: auto;
  margin: 88px auto 0;
  padding: 0;
  text-align: center;
}

.footer__line-box {
  position: relative;
  margin: 0;
  padding: 52px 24px 36px;
  border: solid 2px #555555;
  border-radius: 28px;
}

.footer__line-title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 12px 12px;
  font-size: 18px;
  background: #06c755;
  color: #ffffff;
  border-radius: 28px;
  border: 2px solid #555555;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
}

.footer__line-title span.ml-4 {
  margin-left: 1rem;
}

.footer__line__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__line-text {
  margin-right: 16px;
}

.footer__line-text p {
  font-size: 18px;
}

.footer__line-friend-code img {
  width: 100%;
  max-width: 120px;
}

.footer__top {
  width: 100%;
  background-color: #444444;
  color: #ffffff;
}

.footer__top-inner {
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 46px;
  text-align: center;
}

.footer__top-title {
  font-size: 28px;
}

.footer__top-text {
  font-size: 16px;
  padding-top: 36px;
  line-height: 2;
}

.footer__bootom {
  width: 100%;
}

.footer__bottom-inner {
  max-width: 1200px;
  height: auto;
  margin: 60px auto 0;
  padding: 46px 0;
  text-align: center;
}

.footer__submenu-list {
  font-size: 16px;
}

.footer__submenu-item {
  position: relative;
  display: inline-block;
}

.footer__submenu-item:not(:first-child):before {
  content: "│";
  padding: 0 4px;
}

.footer__copyright {
  margin-top: 18px;
}

.footer__copyright p {
  color: #888888;
  font-size: 12px;
}

.footer__logo {
  padding: 36px 0;
}

.footer__logo img {
  width: 100%;
  max-width: 228px;
  height: auto;
}
.ico-blank:after {
  content: "";
  position: relative;
  display: inline-block;
  background: url("/monthly/new/_assets/images/ico-blank.svg");
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  

main{
  border-radius: 10px;
  max-width: inherit;
  width: 95%;
  margin: 10px auto 40px;
  padding-bottom: 57px;
}


.mvarea{
  margin: 0 auto;
  max-width: inherit;
  width: 90%;
  padding:30px 0 0;
}
.mvarea .mvtext{
  margin-bottom: 22px;
}
.mvarea .mvtext:last-child{
  margin-bottom: 50px;
}

.scroll-down {
  width: 20%;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.scroll-down img {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.contents{
  margin: 0 auto;
  max-width: inherit;
  width: 90%;
  padding-top: 70px;
}
.contents .subtitle {
  text-align: center;
  margin-left: 0px;
  margin-top: 30px;
  margin-bottom: 0;
}
.contents img{
  width: auto;
}
.contents .contentslist {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0px;
  justify-content: space-between;
  margin-top: 0;
}
.contents .contentslist li{
  width: 90%;
  list-style: none;
  position: relative;
  padding: 20px 15px;
}

/* 下側の線 */
.contents .contentslist li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 2px;
  background-color: #231815;
}

.contents .contentslist li:nth-of-type(n+7):after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 2px;
  background-color: #231815;
}
.contents .contentslist li:nth-of-type(n+8):after{
  background: none;
}

/* 右側の線 */
.contents .contentslist dl::after {
  background: none;
}
.contents .contentslist li:nth-of-type(3n) dl::after {
  background: none;
}

.contents .contentslist li dl dd{
  margin-left: 0;
  margin-top: 20px;
}
.contents .contentslist .last{
  position: relative;
  text-align: center;
}
.contents .contentslist .last p{
  position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 80%;
height: 3.2rem;
}
.copy{
text-align: center;
}
.footer__line-box {
  padding: 52px 24px 36px;
}
.footer__line-title {
  width: 85%;
}
.footer__line__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__line-text {
  width: 100%;
  margin-right: 0;
}
.footer__line-text p {
  font-size: 16px;
  text-align: left;
}
.footer__line-friend-code {
  margin-top: 24px;
}
.footer__line-friend-code img {
  width: 100%;
  max-width: 200px;
}
.footer__top-inner {
  padding: 36px;
}
.footer__top-text {
  font-size: 14px;
  padding-top: 24px;
  line-height: 1.8;
  text-align: left;
}
.footer__bottom-inner {
  padding: 0;
  margin: 0 auto;
}
.footer__submenu-list {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.footer__submenu-item {
  width: 49%;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__submenu-item:not(:first-child):before {
  content: "";
}
.footer__submenu-item:last-child {
  width: 100%;
}
.footer__submenu-item:nth-of-type(even) {
  border-left: 1px solid #ddd;
}
.footer__submenu-item a {
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.footer__logo img {
  max-width: 200px;
}

}