a.anchor {
    display: block;
    padding-top: 170px;
    margin-top: -170px;
}

@media screen and (max-width:1024px ) {
    a.anchor {
        display: block;
        padding-top: 60px;
        margin-top: -60px;
    }
}

@media screen and (max-width:414px ) {
    a.anchor {
        display: block;
        padding-top: 60px;
        margin-top: -60px;
    }
}

@media screen and (max-width:375px ) {
    a.anchor {
        display: block;
        padding-top: 60px;
        margin-top: -60px;
    }
}


body {
    font-family: noto sans-serif;
    font-size: 16px;
    letter-spacing: 4px;
}

@media screen and (max-width:1024px ) {
    body {
    font-family: noto sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
        
    }
}


img {
    max-width: 100%;
}

.header {
    position: relative;
    justify-content: space-between;
    display: flex;
    background-color: #fff;
}

.header-inner {
    display: flex;
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.logo {
    margin-top: 20px;
    margin-right: auto;
    width: 150px;
}

@media screen and (max-width:768px){
    .logo img {
        width: 50%;
        margin-left: 30px;
        margin-top: -10px;
    }

}


.gnav_pc-style ul{
    display: flex;
}

.gnav_pc-style li{
    margin-top: 70px;
    margin-left: 70px;
}




/* <===========================ここから下がハンバーガーメニューのスタイル> */
.gnav_sp-style {
    display: none;
}
@media screen and (max-width:768px){
    .gnav_pc-style {
        display: none;
    }
    .gnavi_sp-style {
        display: block;
    } 
}


/* メニューボタン　展開前 */
.menu-btn {
    display: block;
    position: fixed;
    z-index: 3;
    right: 30px;
    top: 30px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.menu-btn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transform: 0.3d ease-in-out;
    transition: 0.3s ease-in-out;
}

.menu-btn span:nth-of-type(1) {
    top: 10px;
}
.menu-btn span:nth-of-type(2) {
    top: 20px;
}
.menu-btn span:nth-of-type(3) {
    top: 30px;
} 

/* メニューボタン展開後 */
.menu-btn.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
}
.menu-btn.active span:nth-child(2),
.menu-btn.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
}
    
/* スマホ用のメニュー */
.gnav_sp-style {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0, 0,0, 0.7);
    text-align: center;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity .6s ease,visibility .6s ease;
    display: flex;
    align-items: center;
}

.gnav_sp-style ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.gnav_sp-style ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
    margin-top: 40px;
}

.gnavi_sp-style ul li :last-of-type {
    padding-bottom: 0;
}

.gnav_sp-style ul li :hover {
    background: #ddd;
}

.gnavi_sp-style ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
}
.gnav_sp-style.active {
    opacity: 1;
}



.mv img {
    width: 100%;
    height: 595px;
    object-fit: cover;
} 

@media screen and (max-width:1024px ) {
    .mv img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    } 
}

@media screen and (max-width:768px ) {
    .mv img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    } 
}

@media screen and (max-width:428px ) {
    .mv img {
        width: 100%;
        height: 170px;
        object-fit: cover;
    } 
}

@media screen and (max-width:414px ) {
    .mv img {
        width: 100%;
        height: 170px;
        object-fit: cover;
    } 
}

@media screen and (max-width:375px ) {
    .mv img {
        width: 100%;
        height: 170px;
        object-fit: cover;
    } 
}





.omoi-wrapper {
    margin-top: 104px;
    text-align: center;
}

@media screen and (max-width:428px ) {
    .omoi-wrapper {
        margin-top: 80px;
        text-align: center;
    }
}

.omoi-wrapper h2{
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 4px;
}

.omoi-explain {
    line-height: 40px;
    letter-spacing: 5px;
    margin-top: 71px;
}

.omoi-namae {
    margin-top: 74px;
    letter-spacing: 4px;
}

.sakurei-video {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 980px;
    width: 100%;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3em;
}

@media screen and (max-width:1024x ) {
    .sakurei-video {
        display:block;
        flex-wrap: wrap;
        max-width: 1024px;
        width: 90%;
        margin-top: 50px;
    }
}

@media screen and (max-width:768px ) {
    .sakurei-video {
        display:block;
        flex-wrap: wrap;
        max-width: 90%;
        width: 340px;
        margin-top: 50px;
        line-height: 1em;
    }
}

@media screen and (max-width:414px ) {
    .sakurei-video {
        display:block;
        flex-wrap: wrap;
        max-width: 90%;
        width: 340px;
        margin-top: 50px;
    }
}

@media screen and (max-width:375px ) {
    .sakurei-video {
        display:block;
        flex-wrap: wrap;
        max-width: 90%;
        width: 340px;
        margin-top: 50px;
    }
}


.video > iframe {
    width: 465px;
    height: 261px;
    margin-top: 40px;
}

@media screen and (max-width:1024px ) {
    .video > iframe {
        width: 460px;
        height: 300px;
        margin-top: 20px;
    }
}

@media screen and (max-width:768px ) {
    .video > iframe {
        width: 340px;
        height: 200px;
        margin-top: 20px;
    }
}

@media screen and (max-width:414px ) {
    .video > iframe {
        width: 340px;
        height: 200px;
        margin-top: 20px;
    }
}

@media screen and (max-width:375px ) {
    .video > iframe {
        width: 340px;
        height: 200px;
        margin-top: 20px;
    }
}

.sakurei-sentence {
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    font-size: 16px;
    letter-spacing: 4px;
}

@media screen and (max-width:1024px ) {
    .sakurei-sentence {
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        font-size: 12px;
        letter-spacing: 4px;
        text-align: center;
    }
}

@media screen and (max-width:768px ) {
    .sakurei-sentence {
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        font-size: 12px;
        letter-spacing: 4px;
        text-align: center;
    }
}

@media screen and (max-width:428px ) {
    .sakurei-sentence {
        margin-top: 25px;
    }
}

@media screen and (max-width:414px ) {
    .sakurei-sentence {
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        font-size: 12px;
        letter-spacing: 4px;
        text-align: center;
    }
}

@media screen and (max-width:375px ) {
    .sakurei-sentence {
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        font-size: 12px;
        letter-spacing: 4px;
        text-align: center;
    }
}

.price-wrapper {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3em;
}

@media screen and (max-width:768px ) {
    .price-wrapper {
        max-width: 90%;
        width: 375px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:414px ) {
    .price-wrapper {
        max-width: 90%;
        width: 375px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:375px ) {
    .price-wrapper {
        max-width: 90%;
        width: 375px;
        margin-left: auto;
        margin-right: auto;
    }
}

.price-title {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 104px;
}

@media screen and (max-width:768px ) {
    .price-title {
        font-size: 48px;
        font-weight: bold;
        letter-spacing: 4px;
        text-align: center;
        margin-top: 90px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media screen and (max-width:414px ) {
    .price-title {
        font-size: 48px;
        font-weight: bold;
        letter-spacing: 4px;
        text-align: center;
        margin-top: 90px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:375px ) {
    .price-title {
        font-size: 48px;
        font-weight: bold;
        letter-spacing: 4px;
        text-align: center;
        margin-top: 90px;
        margin-left: auto;
        margin-right: auto;
    }
}

.opening-movieplantitle {
    font-weight: bold;
}

@media screen and (max-width:768px ) {
    .opening-movieplantitle  {
        text-align: center;
        margin-top: 71px;
    }
}

@media screen and (max-width:414px ) {
    .opening-movieplantitle  {
        text-align: center;
        margin-top: 71px;
    }
}

@media screen and (max-width:375px ) {
    .opening-movieplantitle  {
        text-align: center;
        margin-top: 71px;
    }
}


.opening-movieplan {
    display: flex;
    margin-top: 71px;
}

@media screen and (max-width:768px ) {
    .opening-movieplan {
        display: block;
        margin-top: 71px;
    }
}

@media screen and (max-width:414px ) {
    .opening-movieplan {
        display: block;
        margin-top: 71px;
    }
}

@media screen and (max-width:375px ) {
    .opening-movieplan {
        display: block;
        margin-top: 71px;
    }
}


.opening-movieexplain {
    margin-left: 170px;
}

@media screen and (max-width:768px ) {
    .opening-movieexplain {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
}

@media screen and (max-width:414px ) {
    .opening-movieexplain {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        font-size: 12px;
    }

    .opening-movieexplain br{
        display: none;
    }
}

@media screen and (max-width:375px ) {
    .opening-movieexplain {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        font-size: 12px;
    }

    .opening-movieexplain br{
        display: none;
    }
}

.hairmake-detail {
   
}

.hairmake-detail p{
    margin-top: 10px;

}

.del {
    color: #f00;
    text-decoration: line-through;
}
.del span {
    color: #000;
}

.font {
    font-weight: bold;
}


@media screen and (max-width:768px ) {
    .hairmake-detail {
        align-items: center;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        max-width: 90%;
    }
}

@media screen and (max-width:428px ) {
    .hairmake-detail {
        margin-top: 20px;
        margin-right: auto;
        margin-left: 40px;
        max-width: 90%;
    }
}

@media screen and (max-width:414px ) {
    .hairmake-detail {
        margin-right: auto;
        margin-left: 35px;
        max-width: 90%;
    }
}

@media screen and (max-width:375px ) {
    .hairmake-detail {
        margin-right: auto;
        margin-left: 23px;
        max-width: 90%;
    }
}

.inside-title {
    display: flex;
}

@media screen and (max-width:768px ) {
    .inside-title {
        display:block;
        align-items: center;
    }
}



.inside-title p {

}

@media screen and (max-width:768px ) {
    .inside-title p{
        margin-left: auto;
        margin-right: auto;
    }
}

.common-price {
    margin-left: 200px;
}


/* 
<===========================ここから前撮りプラン> */

.hairmake-title {
    margin-top: 71px;
    margin-left: 135px;
}

@media screen and (max-width:768px ) {
    .hairmake-title {
        margin-top: 45px;
        margin-right: auto;
        margin-left: auto;
        max-width: 96%;
        
    }
}

@media screen and (max-width:414px ) {
    .hairmake-title {
        margin-right: auto;
        margin-left: auto;
        max-width: 96%;
        
    }
}


@media screen and (max-width:375px ) {
    .hairmake-title {
        margin-right: auto;
        margin-left: auto;
        max-width: 96%;
        
    }
}

.hairmake-wrapper {
    display: flex;
    margin-bottom: 30px;
}

@media screen and (max-width:768px ) {
    .hairmake-wrapper {
        display: block;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:414px ) {
    .hairmake-wrapper {
        display: block;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:375px ) {
    .hairmake-wrapper {
        display: block;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
}

.hairmake {
    display: flex;
}

@media screen and (max-width:768px ) {
    .hairmake {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}


@media screen and (max-width:414px ) {
    .hairmake {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

@media screen and (max-width:375px ) {
    .hairmake {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

.clothes-detail {
    margin-left: 110px;
}

@media screen and (max-width:768px ) {
    .clothes-detail{
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        text-align: center;
    }
}

@media screen and (max-width:414px ) {
    .clothes-detail{
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:375px ) {
    .clothes-detail{
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.hairmake-holiday {
    margin-top: 20px;
}

.hairmake-addition {
    margin-top: 5px;
    font-size: 12px;
}

.hairmake-explain {
    margin-top: 71px;
    width: 97%;
}

@media screen and (max-width:768px ) {
    .hairmake-explain {
        line-height: 22px;
        text-align: justify;
        margin-top: 30px;
    }
}

@media screen and (max-width:428px ) {
    .hairmake-explain {
        text-align: justify;
        margin-top: 30px;
    }
}

@media screen and (max-width:414px ) {
    .hairmake-explain {
        margin-top: 30px;
    }
}

@media screen and (max-width:375px ) {
    .hairmake-explain {
        margin-top: 30px;
    }
}

.hairmake-explain p {
    margin-top: 10px;
}

.movie-option {
    margin-top: 71px;
    display: flex;
}

@media screen and (max-width:768px ) {
    .movie-option  {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 350px;
        max-width: 90%;
    }
}

@media screen and (max-width:414px ) {
    .movie-option  {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 350px;
        max-width: 90%;
    }
}

@media screen and (max-width:375px ) {
    .movie-option  {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 350px;
        max-width: 90%;
    }
}

.option-detail {
    margin-left: 152px;
    display: flex;
}

@media screen and (max-width:768px ) {
    .option-detail  {
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}

@media screen and (max-width:414px ) {
    .option-detail  {
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}

@media screen and (max-width:375px ) {
    .option-detail  {
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}


.option-detail p {
    margin-bottom: 20px;
}

@media screen and (max-width:768px ) {
    .option-detail p {
        max-width: 100%;
        text-align: left;
    }
}

@media screen and (max-width:414px ) {
    .option-detail p {
        max-width: 100%;
        text-align: left;
    }
}

@media screen and (max-width:375px ) {
    .option-detail p {
        max-width: 100%;
        text-align: left;
    }
}

.option-price {
    margin-left: 108px;
}

@media screen and (max-width:768px ) {
    .option-price {
        margin-left: 30px;
    }
}

@media screen and (max-width:414px ) {
    .option-price {
        margin-left: 30px;
    }
}

@media screen and (max-width:375px ) {
    .option-price {
        margin-left: 30px;
    }
}

.photoplan-title {
    font-weight: bold;
}

.photo-plan {
    display: flex;
    margin-top: 71px;
}

@media screen and (max-width:768px ) {
    .photo-plan {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width:414px ) {
    .photo-plan {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width:375px ) {
    .photo-plan {
        display: block;
        text-align: center;
    }
}

.photoplan-explain {
    margin-left: 224px;
}

@media screen and (max-width:768px ) {
    .photoplan-explain {
        text-align: left;
        margin-left: 27px;
        margin-right: auto;
        margin-top: 40px;
    }
}

@media screen and (max-width:414px ) {
    .photoplan-explain {
        text-align: left;
        margin-left: 20px;
        margin-right: auto;
        margin-top: 40px;
    }
}

@media screen and (max-width:375px ) {
    .photoplan-explain {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
}

/* <==========================その他撮影プラン＞ */

.otherphoto-wrapper {
    margin-top: 71px;
    display: flex;
}

@media screen and (max-width:768px ) {
    .otherphoto-wrapper {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media screen and (max-width:414px ) {
    .otherphoto-wrapper {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media screen and (max-width:375px ) {
    .otherphoto-wrapper {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}



@media screen and (max-width:768px ) {
    .otherphotoplan-wrapper {
        display: block;
    }
}

@media screen and (max-width:414px ) {
    .otherphotoplan-wrapper {
        display: block;
    }
}

.otherphoto-plan{
    display: flex;
    margin-left: auto;
}

.otherphotoplan{
    text-align: left;
    margin-left: 224px;
}

@media screen and (max-width:768px ) {
    .otherphotoplan{
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
}


@media screen and (max-width:414px ) {
    .otherphotoplan{
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
}

@media screen and (max-width:375px ) {
    .otherphotoplan{
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
}

.photomenu-wrapper p{
    margin-top: 20px;
}

.otherphotoplan-title {
    font-weight: bold;
    margin-bottom: 15px;

}


.otherphotoplan-menu h3{
    margin-top: 10px;
}

.othrephotoplan-detail {
    margin-top: 50px;
    margin-left: 383px;
}

@media screen and (max-width:768px ) {
    .othrephotoplan-detail  {
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
}

@media screen and (max-width:414px ) {
    .othrephotoplan-detail  {
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
}


@media screen and (max-width:375px ) {
    .othrephotoplan-detail  {
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
}

.othrephotoplan-explain {
    width: 97%;
    margin-left: 135px;
    margin-top: 71px;
}

@media screen and (max-width:768px ) {
    .othrephotoplan-explain {
        line-height: 22px;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
}

@media screen and (max-width:414px ) {
    .othrephotoplan-explain {
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
}

@media screen and (max-width:375px ) {
    .othrephotoplan-explain {
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
}

/* <==========================>ここからお客様の声 */

.voice-wrapper {
    margin-top: 104px;
    text-align: center;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:768px ) {
    .voice-wrapper {
        margin-top: 104px;
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:414px ) {
    .voice-wrapper {
        margin-top: 104px;
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
    }
}

@media screen and (max-width:375px ) {
    .voice-wrapper {
        margin-top: 104px;
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
    }
}

.comment {
    display: flex;
    margin-top: 20px;
}

@media screen and (max-width:768px ) {
    .comment {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        
    }
}

@media screen and (max-width:414px ) {
    .comment {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        font-size: 12px;
    }
}

@media screen and (max-width:375px ) {
    .comment {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        font-size: 12px;
    }
}

.voice-image1 {
    width: 50%;
}

@media screen and (max-width:768px ) {
    .voice-image1 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
}

.voice-title {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 104px;
}

@media screen and (max-width:768px ) {
    .voice-title {
        margin-top: 10px;
    }
}

@media screen and (max-width:414px ) {
    .voice-title {
        margin-top: 10px;
    }
}

@media screen and (max-width:375px ) {
    .voice-title {
        margin-top: 10px;
    }
}

.comment-wrapper {
    margin-top: 71px;
    width: 100%;
}

.voice-sentence {
    width: 100%;
    margin-left: 50px;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 2px;
}

@media screen and (max-width:768px ) {
    .voice-sentence {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        margin-top: 25px;
    }
}

@media screen and (max-width:414px ) {
    .voice-sentence {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
        margin-top: 20px;
        font-size: 10px;
    }
}

@media screen and (max-width:375px ) {
    .voice-sentence {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
        margin-top: 20px;
        font-size: 10px;
    }
}

/* <==============================>ここからコンタクト */

.contact-title {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 104px;
}

.button-line {
    margin-top: 70px;
    padding-bottom: 70px;
}

@media screen and (max-width:768px ) {
    .button-line {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:414px ) {
    .button-line {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:375px ) {
    .button-line {
        margin-bottom: 40px;
    }
}

.button-line a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2.7em;
    width: 300px;
    color: #fff;
    font-size: 16px;
    font-weight: thin;
    background-color:rgb(44, 227, 93) ;
    border-radius: 50vh; */
}

.button-line a::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.button-line a:hover {
    text-decoration: none;
    opacity: 0.5;
}

.contactletter-wrapper p{
    margin-top: 70px;
    text-align: center;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}



@media screen and (max-width:768px ) {
    .contactletter-wrapper p{
        margin-top: 104px;
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:414px ) {
    .contactletter-wrapper p{
        margin-top: 20px;
        text-align: left;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 10px;
    }
}

@media screen and (max-width:375px ) {
    .contactletter-wrapper p{
        margin-top: 104x;
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
    }
}





/* <====================================ここからフッター> */

.footer {
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 70px;
}

@media screen and (max-width:1024px ) {
    .footer {display: none;
    }
}

@media screen and (max-width:768px ) {
    .footer {display: none;
    }
}

@media screen and (max-width:414px ) {
    .footer {display: none;
    }
}

@media screen and (max-width:375px ) {
    .footer {display: none;
    }
}

.footer-inner {
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.footer-inner img {
    width: 124px;
}

.footer-gnav {
    margin-left: auto;
}

.footer-gnav ul {
    width: 100%;
    display: flex;
    padding-bottom: 15px;
    margin-top: 62px;
}

.footer-gnav li {
    margin-left: 70px;
}

/* <==========================-ここからjavascriptの内容> */

body{
    height: 3000px;
}

#arrow {
    position: fixed;
    width: 50px;
    height: 50px;
    background: rgb(177, 177, 177);
    color: #fff;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

#arrow span {
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
    margin-top: 20px;
    margin-left: 20px;
}

@media screen and (max-width:1024px ) {
    #arrow {
        position: fixed;
        width: 30px;
        height: 30px;
        background: rgb(177, 177, 177);
        color: #fff;
        bottom: 30px;
        right: 30px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    
    #arrow span {
        position: absolute;
        width: 8px;
        height: 8px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(-45deg);
        margin-top: 12px;
        margin-left: 10px;
    }
}
/* 
@media screen and (max-width:768px ) {
    #arrow {
        position: fixed;
        width: 30px;
        height: 30px;
        background: rgb(177, 177, 177);
        color: #fff;
        bottom: 30px;
        right: 30px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    
    #arrow span {
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(-45deg);
        margin-top: 11px;
        margin-left: 10px;
    }
} 

@media screen and (max-width:414px ) {
    #arrow {
        position: fixed;
        width: 30px;
        height: 30px;
        background: rgb(177, 177, 177);
        color: #fff;
        bottom: 30px;
        right: 30px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    
    #arrow span {
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(-45deg);
        margin-top: 10px;
        margin-left: 10px;
    }
}

@media screen and (max-width:375px ) {
    #arrow {
        position: fixed;
        width: 30px;
        height: 30px;
        background: rgb(177, 177, 177);
        color: #fff;
        bottom: 30px;
        right: 30px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    
    #arrow span {
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(-45deg);
        margin-top: 10px;
        margin-left: 10px;
    }
} */