@charset "UTF-8";

.container {
    max-width: 100%;
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
  overflow-x: hidden;
  color: #5a5858;
  margin: 0px;
}
@media (max-width: 767px) {
  body {
    width: 100%;
    overflow-x: hidden;
    background-color: #FEFEFB;
  }
}
.cd{
    position: relative;
    background-image: url('image/haikei.png');
    background-repeat: repeat;
    background-size: 100% auto;
    background-position: center;
}
.cd-mv{
    position: relative;
    background-image: url('image/header_bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 100% 0%;
    margin-bottom: 70px;
}

.cd-mv__bg img{
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-left: -100px;
    margin-right: -100px;
}
.cd-mv__logo{
    max-width: 470px;
    width: 25%;
    margin: 0 auto;
    padding: 2rem 0 1rem 0;
}
.cd-mv__tv{
    position: relative;
    max-width: 470px;
    width: 25%;
    margin: 0 auto;
    z-index: 99;
}
@media screen and (max-width: 767px) {
    .cd-mv__tv{
        position: relative;
        max-width: 470px;
        width: 40%;
        margin: 0 auto;
        z-index: 99;
    }
}
.cd-mv__tv iframe{
    position: absolute;
    top: 25%;
    left: 9%;
    width: 80%;
    height: 57%;
    border-radius: 25px;
}
@media screen and (max-width: 767px) {
    .cd-mv__tv iframe{

        border-radius: 10px;
    }
}
.cd-mv__tv img{
    width: 100%;
    height: auto;
    display: block;
}
.cd-content__text__top{
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
@media (max-width: 767px) {
    .cd-content__text__top{
        font-size: 9px;
        line-height: 20px;
        margin: 0px ;
        line-height: 20px;
    }
}
.gigo-button img {
    width: 400px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 40px;
    cursor: pointer;
}
.atre-button img{
    width: 400px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

@media (max-width: 767px) {
    .collaboration-button {
        max-width: 270px;
        margin: 0 auto;
    }
    .atre-button{
        margin-bottom: 30px;
        cursor: pointer;

    }
    .collaboration-button img{
        width: 100%;
        cursor: pointer;

    }
}

.cd-contents{
    max-width: 1080px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .cd-contents {
        margin: 0;
        font-size: 11px;
    }
}

.cd-content__hashtag{
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .cd-content__hashtag {
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.cd-content__hashtag img{
    width: 80%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px 
}
@media only screen and (max-width: 767px) {
    .cd-content__hashtag img{
        margin-top: 0px;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.cd-content__hashtag1 img{
    width: 80%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px
}
@media only screen and (max-width: 767px) {
    .cd-content__hashtag1 img{
        margin-top: 0px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0px;
    }
}


.cd-content{
    position: relative;
    margin: 0 2rem 8rem;
}
@media (max-width: 767px) {
    .cd-content {
        margin: 0 1rem 5rem;
    }
}

.cd-content__wrapper{
    position: relative;
    justify-content: center;
    margin: 0 2rem;
    margin-bottom: 10rem;
    padding: 25px 60px 25px 60px;
    background-color: #fff;
    box-shadow: 12px 0px 0px 0 #ff6fa3;
    border: 8px solid #FF6FA3;
    border-radius: 67px;
}
@media only screen and (max-width: 767px) {
    .cd-content__wrapper {
        flex-direction: column;
        padding: 30px 30px 25px 30px;
        margin-top: 5rem;
        box-shadow: 9px 0px 0px 0 #ff6fa3;
        border: 4px solid #FF6FA3;
        border-radius: 20px;
        margin:  0px 25px 30px 30px;
    }
}


.cd-special-content__wrapper{
    position: relative;
    display: flex;
    margin: 65px auto;
    background-color: #E6E6FA;
    border-radius: 15px;
    padding: 35px 20px 20px 20px;
    line-height: 30px;
    max-width: 620px;

}
@media only screen and (max-width: 767px) {
    .cd-special-content__wrapper {
        flex-direction: column;
        border-radius: 15px;
        margin: 30px 0px 40px 0px ;
        padding: 10px 10px 10px 10px;
        align-items: center;
        display: flex;
    }
}
.cd-content__text__special{
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
@media (max-width: 767px) {
    .cd-content__text__special{
        margin-top: 6px;
        max-width: 200px;
        width: 100%;
        font-size: 7px;
        line-height: 13px;
    }
}

.purple-special{
    position: absolute;
    max-width: 160px;
    width: 400px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}
@media screen and (max-width: 767px) {
    .purple-special {
        max-width: 120px;
        width: 100%;
        text-align: center;
        top: -20px;
        position: absolute;
    }
}
.purple-special img{
    width: 120%;
    margin: 0 auto;
    position: relative;
    left: -10%;
}
@media screen and (max-width: 767px) {
.purple-special img{
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 0%;
}
}

.purple-special1{
    position: absolute;
    width: 400px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}
@media screen and (max-width: 767px) {
    .purple-special1 {
        width: 100%;
        text-align: center;
        top: -10px;
        position: absolute;
    }
}
.purple-special1 img{
    width: 120%;
    margin: 0 auto;
    position: relative;
    left: -10%;
}
@media screen and (max-width: 767px) {
.purple-special1 img{
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 0%;
}
}



.cd-content__text__title{
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 26px;
}
@media (max-width: 767px) {
    .cd-content__text__title{
        margin-top: 0px;
        margin: 0rem;
        max-width: 180px;
        width: 85%;
        font-size: 11px;
    }
}
.cd-content__text{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 600px;
    margin-top: 25px;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .cd-content__text{
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.cd-credit-text{
    font-size: 20px;
    margin-top: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;

}
@media only screen and (max-width: 767px) {
    .cd-credit-text{
        font-size: 11px;
        margin-top: 0px;
        line-height: 20px;
    }
}

.cd-content .content-bg{
    position: absolute;
    top: -107px;
    left: -24px;
    width: 180px;
    height: auto;
}
@media only screen and (max-width: 767px) {
    .cd-content .content-bg{
        width: 130px;
        margin-top: 25px;
        margin-left: 7%;
    }
}

.cd-content__title{
    position: absolute;
    max-width: 450px;
    width: 400px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}
@media screen and (max-width: 767px) {
    .cd-content__title {
        max-width: 250px;
        width: 100%;
        text-align: center;
        top: -30px;
        position: absolute;
    }
}

    ul {
        display: initial;
        font-size: 1.5rem;
        margin: 10px 30px 20px 30px;
    }
    
    li {
        font-size: 1.5rem;
        margin: 20px 30px 30px 30px;
    }

@media only screen and (max-width: 767px) {
    li {
        font-size: 8px;
        line-height: 15px;
        margin: 0px 13px 5px 10px;
    }
    ul {
        display: initial;
        font-size: 11px;
    }

}
.purple{
    width: 150px;
    margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
    .purple{
        width: 80px;
        margin-right: 1rem;
    }
    .purple img{
        width: 100%;
    }
}

.cd-mv__tv{
    margin-bottom: 40px;
}
.cd-footer {
    padding-top: 0;
    width: 100%;
    overflow: hidden;
}

.cd-footer img {
    padding-top: 0;
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .cd-footer img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;

    }
}
p {
    margin: initial;
}
.date-pink{
    width: 40%;
}

.cd-content__attention p::first-letter {
    margin-left: 1em;
}

.cd-content__attention p{
    margin-bottom: 1px;
    }

.cd-content__attention {
    width: 100%;
    color: red;
    padding: 5px 0px 20px 10px;
    margin-bottom: 5px;

}
@media only screen and (max-width: 767px) {
    .cd-content__attention {
        margin-top: 10px;
        padding: 0px 0px 0px 0px;
        font-size: 8px;
        width: 100%;
    }
    .cd-content__attention p::first-letter {
        margin-left: 1em;
    }
    
}
.cd-content__attention p{
    font-size: 15px;
    margin-bottom: 1px;

    }
@media only screen and (max-width: 767px) {
    .cd-content__attention p{
        font-size: 5px;
    }
}


.access-content-map iframe {
    width: 90%;
    height: 400px;
    border: 0;
}
.access-content-map {
    margin: 3rem 0;
}
@media only screen and (max-width: 767px) {
    .access-content-map iframe {
        width: 100%;
        height: 200px;
        border: 0;
    }
    .access-content-map {
        margin: 0rem ;
    }

}
@media (max-width: 767px) {
    .content_bottom{
        margin: 0 1rem 4rem;
    }
}
