@font-face {
    font-family: myaird;
    src: url(../fonts/JosefinSans-VariableFont_wght.ttf);
}
html {
    font-size: 0.625vw;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0 !important;
    padding: 0 !important;
}
.twinkle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1050px;
    margin: 0 auto;
    overflow: hidden;
}


.twinkle::after{
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    -webkit-animation: btn 2s ease-in-out infinite;
    animation: btn 2s ease-in-out infinite;
}
@keyframes btn {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: .5
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1
    }
    100% {
        transform: scale(60) rotate(45deg);
        opacity: 0
    }
}
.pc-show {
    display: block;
}
.sp-show {
    display: none;
}
body {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", HiraKakuProN, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
}
/* Header Section Style Define */
.header {
    z-index: 0;
}
.logo {
    position: absolute;
    z-index: 1;
}
.logo img {
    width: 40rem;
}
.header-item {
    position: relative;
}
.header-item__img {
    width: 100%;
    text-align: right;
    z-index: inherit;
}
.header-item__img img {
    width: 89%;
}
.header-item__txt {
    position: absolute;
    top: 25rem;
    left: 19.2%;
    font-family: Kozuka Gothic Pr6N;
}
.header-item__txt h1 {
    margin-top: 1rem !important;
    font-size: 15rem;
    background-image: linear-gradient(45deg, #463d31, #866f42);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.header-item__txt h4 {
    font-size: 3.5rem;
    color: #272523;
}
.header-item__txt p {
    margin-left: 2rem !important;
    margin-top: -1rem !important;
    font-size: 2.05rem;
    color: #272523;
    display: flex;
}
.header-item__txt p::after{
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../img/hbl.png);
  background-size: cover;
  display: block;
  margin-left: 20px;
  margin-top: -20px;
}
.header-item-btn {
    position: absolute;
    top: 62rem;
    left: 23.5%;
    display: flex;
    justify-content: center;
}
.header-item-btn-bg {
    position: relative;
}

.header-item-btn-bg__img img {
    width: 87.5rem;
}
.header-item-btn-bg__lead {
    position: absolute;
    top: 1.2rem;
    left: 6rem;
    font-family: myaird;
    color: white;
    font-size: 2.4rem;
    font-weight: 600;
}
.header-item-btn-bg__txt {
    position: absolute;
    color: white;
    font-size: 3rem;
    top: 5rem;
    left: 30%;
}
.header-item-btn-bg__txt p {
    font-weight: bold;
}
.header-item-btn-bg__txt p::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background: url(../img/line.png) no-repeat;
    width: 3rem;
    height: 3rem;
    margin-right: 3rem;
}
.header-item-btn-bg__txt p::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background: url(../img/line1.png) no-repeat;
    width: 3rem;
    height: 3rem;
    margin-left: 4rem;
}
.header-item-btn-group__link {
    position: absolute;
    top: 11rem;
    left: 17%;
    font-size: 3rem;
    font-weight: bold;
    color: #272523;
    background-color: white;
    padding: 1rem 9rem 1rem 6rem;
    text-decoration: none;
    border-bottom: 0.5rem solid #cccccc;
    display: flex;
    align-items: center;
}
.header-item-btn-group__link::before {
    content: "▶";
    font-size: 1.5rem;
    color: #dcaa60;
    margin-right: 1rem;
}
.header-item-btn-group__link:hover {
    text-decoration: none;
    color: #272523;
}
.header-item-btn-group__link::after {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 1rem;
    right: 3rem;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url(../img/link_icon.png);
}
.instagram__btn {
    position: absolute;
    top: 12.5rem;
    right: 11rem;
    width: 4rem;
    height: 4rem;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url(../img/icon1.png);
}
/* End Header Style Define */

/* WORRIES Style Define */
.worries {
    position: relative;
    z-index: 2;
}
.worries__img img {
    width: 100%;
}
.worries-title {
    position: absolute;
    top: 11rem;
    left: 39%;
    text-align: center;
}
.worries-title__lead h3 {
    font-size: 6rem;
    color: #d09743;
    font-family: myaird;
    font-weight: bold;
}
.worries-title__hr {
    border-bottom: 2px solid white;
    width: 10rem;
    margin-left: 13rem;
}
.worries-title__txt p {
    font-size: 1.8rem;
    color: white;
    font-weight: bold;
    margin-top: 1.8rem !important;
}
.worries-content {
    position: absolute;
    bottom: 12.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 15%;
    width: 100%;
}
.worries-content-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 48%;
}
.worries-content-item {
    width: 45%;
    background-color: #494744;
    text-align: center;
    color: white;
    font-size: 2.4rem;
    padding: 3rem 0 7rem 0;
    font-weight: bold;
}
.worries-content-item__icon i {
    color: #dcaa60;
    font-size: 3rem;
}
/* End WORRIES Style Define */

/* Resolved Style Define */
.resolved {
    position: relative;
    z-index: inherit;
}
.resolved__bg img {
    width: 100%;
    margin-top: -6rem;
}
.resolved-content-title {
    position: absolute;
    top: 10rem;
    left: 32rem;
}
.resolved-content-title p {
    font-size: 1.6rem;
    font-weight: bold;
}

.resolved-content-title p:nth-child(1) {
    font-size: 4.6rem;
}

.resolved-content-title img {
    width: 30rem;
}

.resolved-content-title p span:nth-child(2)::before {
    content: "•";
    position: absolute;
    top: -2rem;
    margin-left: 2rem;
    color: #d09743;
}
.resolved-content-title p span:nth-child(3)::before {
    content: "•";
    position: absolute;
    top: -2rem;
    margin-left: 2rem;
    color: #d09743;
}
.resolved-content {
    position: absolute;
    top: 26rem;
    left: 32rem;
    width: 58%;
    display: flex;
    flex-direction: column;
}
.resolved-content-item {
    margin-top: 4rem;
}
.resolved-content-item:nth-child(1) {
    margin-top: unset;
}
.resolved-content-item__lead {
    position: relative;
}
.resolved-content-item__lead img {
    width: 100%;
}
.resolved-content-item__lead .point {
    color: #f6e5cf;
    position: absolute;
    top: 1rem;
    left: 2.8rem;
    text-align: center;
    font-size: 1.6rem;
    font-family: myaird;
}
.resolved-content-item__lead p:nth-child(2) {
    font-size: 5rem;
    font-weight: bold;
    margin-top: -1rem !important;
}
.resolved-content-item__lead .point__title {
    position: absolute;
    top: 3.7rem;
    font-size: 2.7rem;
    font-weight: bold;
    color: white;
    left: 16rem;
}
.resolved-content-item__content {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: -2rem;
}
.resolved-content-item__content-txt {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    font-size: 1.4rem;
    line-height: 2;
}
.resolved-content-item__content-img {
    width: 50%;
}
.resolved-content-item__content-img img {
    width: 100%;
}
/* End Resolve Style Define */

/* Hair Men Style Define */
.hair-men {
    position: relative;
}
.hair-men__bg img {
    width: 100%;
}
.hair-men-item {
    position: absolute;
    top: 14rem;
    left: 32rem;
}
.hair-men-item p:nth-child(1) {
    font-size: 7rem;
    font-weight: bold;
    font-family: myaird;
    color: #d09743;
}
.hair-men-item p {
    font-weight: bold;
    color: #272523;
}
.hair-men-item p:nth-child(1)::after {
    content: "ヒゲ脱毛(6パーツ)";
    color: white;
    font-size: 2.4rem;
    vertical-align: middle;
    font-family: Yu Gothic;
    background-image: url(../img/men-bg.png);
    background-size: 100% 100%;
    padding: 10px 20px;
    margin-left: 7rem;
}
.hair-men-item p:nth-child(2) {
    font-size: 7rem;
    font-family: myaird;
    margin-top: -3rem !important;
}
.hair-men-item p:nth-child(3) {
    font-size: 3rem;
    font-family: Yu Gothic;
    margin-top: -2rem !important;
}
.hair-men-item p:nth-child(3) span {
    font-size: 7rem;
}
.hair-men-item p:nth-child(4) {
    font-size: 14rem;
    color: #d09743;
    display: flex;
    position: relative;
    margin-left: 14rem !important;
    margin-top: -3rem !important;
}
.hair-men-item p:nth-child(4) span {
    color: #272523;
    font-weight: bold;
}
.hair-men-item p:nth-child(4) span:nth-child(1) {
    font-size: 5rem;
    margin-top: 9.5rem;
}
.hair-men-item p:nth-child(4) span:nth-child(2) {
    font-size: 2rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 9rem;
}
.hair-men-item p:nth-child(4)::before {
    position: absolute;
    top: 5rem;
    left: -14rem;
    width: 11rem;
    height: 11rem;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url(../img/men-bg1.png);
}
.hair-men-item p:nth-child(4)::after {
    content: "※安心の都度払いあり！！";
    font-size: 1.4rem;
    color: #272523;
    position: absolute;
    bottom: 0;
    right: 0;
}
.hair-men-item p:nth-child(5) {
    text-align: center;
    font-size: 1.6rem;
    background-color: white;
    margin-top: 3rem !important;
    padding: 2.5rem 0 !important;
}
.hair-men-item p:nth-child(5)::after {
    content: "";
    font-size: 1.4rem;
    border-bottom: 0.3rem solid #d09743;
    position: absolute;
    bottom: 11.7rem;
    width: 6rem;
    right: 25rem;
}
.hair-men-item__img {
    position: absolute;
    bottom: 10rem;
    right: 27rem;
}
.hair-men-item__img img {
    width: 36.5rem;
}
/* End hair Men Style Define */

/* Hair Woman Style Define */
.hair-woman {
    position: relative;
}
.hair-woman__bg img {
    width: 100%;
}
.hair-woman-content .hair-men-item {
    top: 10rem;
    left: 74rem;
}
.hair-woman-content .hair-men-item p:nth-child(4)::before {
    content: "";
    background-image: unset;
}
.hair-woman-content .hair-men-item p:nth-child(4)::after {
    content: "";
    background-image: unset;
}
.hair-woman-content .hair-men-item p:nth-child(1)::after {
    content: "";
    background-image:unset;
}
.hair-woman-content .hair-men-item p:nth-child(5) {
    padding: 2.5rem 1rem !important;
}
.hair-woman-content .hair-men-item p:nth-child(5)::after {
    right: 26rem;
    bottom: 11.8rem;
}
/* End Hair Woman Style Define */

/* menu */
.salon-info ul.m_list{
    margin:100px auto 60px;
    max-width: 1200px;
}
.salon-info ul.m_list li{
    text-align: center;
    width: 48%;
    float:left;
}
.salon-info ul.m_list li:nth-child(2){
    float:right;
}
.salon-info ul.m_list li a{
    background: #fff;
    text-align: center;
    padding: 20px 30px;
    display: block;
    font-size: 20px;
    color: #d09743;
    box-shadow: 5px 5px #d09743;
    font-weight: bold;
}
.salon-info ul.m_list li a:hover{
    background: #d09743;
    color: #fff;
    text-decoration: none;
    transition: 1.0s;
    box-shadow: 5px 5px #fff;
}
/* Salon Info Style Define */
.salon-info {
    position: relative;
    background: url(../img/salon-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}
.salon-info__bg img {
    width: 100%;
}
.salon-info .header-item-btn {
    top: -11rem;
}
.salon-info-title {
    text-align: center;
    padding-top: 16rem;
}
.salon-info-title.menu{
    text-align: center;
    padding-top: 5rem;
    position: relative;
}
.salon-info-title p:nth-child(1) {
    font-size: 6rem;
    color: #d09743;
    font-weight: bold;
    font-family: myaird;
}
.salon-info-title p:nth-child(2) {
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 1.5rem !important;
}
/*.salon-info-title p:nth-child(2)::before {
    content: "";
    font-size: 1.4rem;
    border-bottom: 0.1rem solid white;
    position: absolute;
    top: 24.4rem;
    width: 10rem;
    right: 74rem;
}*/
.salon-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20%;
    padding-right: 20%;
    width: 100%;
    margin-top: 4rem;
    padding-bottom: 7rem;
}
.salon-content-item {
    width: 55%;
}
.salon-content__img {
    width: 35%;
}
.salon-content__img img {
    width: 100%;
}
.salon-content-item__tb {
    background-color: #11100e;
    color: white;
    padding: 1rem 2.5rem !important;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    margin-top: 1.6rem;
}
.salon-content-item__tb:nth-child(1) {
    margin-top: unset;
}
.salon-content-item__tb-lead {
    width: 20%;
}
.salon-content-item__tb-txt {
    width: 80%;
}
/* End Salon Info Style Define */
/* Footer Style Define */
.contact {
    margin-top: 10rem;
    position: relative;
}
.contact__bg {
    width: 90%;
}
.contact__bg img {
    width: 100%;
}
.contact-title {
    font-weight: bold;
    position: absolute;
    top: -3rem;
    text-align: center;
    left: calc(50% - 11rem * 4 / 2);
}

.contact-title h3 {
    font-size: 6rem;
    font-family: myaird;
    color: #d09743;
}
.contact-title p {
    font-size: 1.8rem;
    color: white;
    margin-top: 3rem !important;
}
.contact-title p::before {
    content: "";
    border-bottom: 0.2rem solid white;
    width: 10rem;
    position: absolute;
    top: 8rem;
}
.contact-link {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 14rem;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    left: 32rem;
}
.contact-link__phone {
    margin-top: -1rem;
}
.contact-link__phone p {
    font-size: 4rem;
}
.contact-link__phone p::before {
    content: "";
    width: 3rem;
    height: 3rem;
    display: inline-block;
    background: no-repeat center/contain;
    background-image: url(../img/phone.png);
    margin-right: 2rem !important;
}
.contact-link__phone p::after {
    content: "【営業時間】12：00～21：00";
    font-size: 1.6rem;
    position: absolute;
    bottom: -1rem;
    left: 11rem;
}
.contact-link .header-item-btn-group__link {
    width: 40rem;
    position: unset;
    margin-left: 3rem;
    font-size: 1.8rem;
}
.contact-link .instagram__btn {
    right: -7rem;
    background-image: url(../img/icon2.png);
    top: 0.5rem;
}
.contact__txt {
    position: absolute;
    top: 24rem;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    left: 32rem;
}
/* End Footer Style Define */

/* Footer Style Define */
.footer-logo__img {
    text-align: center;
    padding: 4rem 0;
}
.footer-logo__img img {
    width: 15rem;
}
.footer-reverse {
    background: url(../img/reverse.png) no-repeat;
    background-size: 100% 100%;
}
.footer-reverse {
    font-size: 1.2rem;
    text-align: center;
    padding: 1rem 0;
    color: white;
    font-weight: bold;
}
/* End Footer Style Define */


/* Responsive
//////////////////////////////////////////////////////////////////////////////////////////////////// */
@media(max-width:576px) {
    .twinkle::after{
    -webkit-animation: btn 2s ease-in-out infinite;
    animation: btn 4s ease-in-out infinite;
}
    .pc-show {
        display: none;
    }
    .sp-show {
        display: block;
    }
    .header-item__txt {
        left: 4%;
    }
    .header-item__txt h4 {
        font-size: 5rem;
    }
    .header-item__txt p {
        font-size: 5rem;
    }
    .header-item__txt h1 {
        font-size: 20rem;
    }
    .header-item-btn-group::after {
        top: 11rem;
        right: 10rem;
    }
    .worries-title {
        top: 7rem;
        left: 19%;
    }
    .worries-title__lead h3 {
        font-size: 8rem;
    }
    .worries-title__txt p {
        font-size: 5rem;
    }
    .worries-title__hr {
        width: 40rem;
        margin-left: 30rem;
    }
    .worries-content {
        padding: 0 4%;
        bottom: 12rem;
        flex-direction: column;
    }
    .worries-content-row {
        margin-top: 5rem;
        width: 100%;
    }
    .worries-content-item {
        font-size: 4.4rem;
        width: 48%;
    }
    .worries-content-item__icon i {
        font-size: 5rem;
    }
    .resolved-content-title p:nth-child(1) {
        margin-left: 28rem !important;
    }
    .resolved-content-title p {
        font-size: 4.6rem;
    }
    .resolved-content-title {
        top: 17rem;
    }
    .resolved-content {
        top: 41rem;
    }
    .resolved-content {
        left: 17rem;
        width: 80%;
    }
    .resolved-content-item__lead .point {
        font-size: 2.6rem;
    }
    .resolved-content-item__lead .point__title {
        font-size: 3.8rem;
        left: 19rem;
    }
    .resolved-content-item__content {
        flex-direction: column-reverse;
    }
    .resolved-content-item__content-txt {
        width: 100%;
        font-size: 4.5rem;
        padding: 15px 0;
    }
    .resolved-content-item__content-img {
        width: 100%;
    }
    .hair-men-item p:nth-child(1)::after {
        padding: 3px 13px !important;
    }
    .hair-men-item p:nth-child(1) {
        font-size: 8rem;
    }
    .hair-men-item p:nth-child(3) {
        font-size: 4rem;
    }
    .hair-men-item p:nth-child(4) span:nth-child(1) {
        font-size: 8rem;
    }
    .hair-men-item p:nth-child(4) span:nth-child(2) {
        font-size: 3rem;
    }
    .hair-men-item p:nth-child(4)::after {
        font-size: 2.5rem;
    }
    .hair-men-item p:nth-child(5) {
        font-size: 1.6rem;
    }
    .salon-info {
        background: url(../img/salon-bg.png);
    }
    .salon-info-title p:nth-child(1) {
        font-size: 8rem;
    }
    .salon-info-title p:nth-child(2) {
        font-size: 4rem;
    }
    .salon-info-title p:nth-child(2)::before {
        top: 26.4rem;
    }
    .salon-content {
        flex-direction: column-reverse;
        padding-left: 5%;
        padding-right: 5%;
    }
    .salon-content__img {
        padding-left: 15%;
        padding-right: 15%;
        width: 100%;
    }
    .salon-content-item {
        width: 100%;
        margin-top: 5rem;
    }
    .salon-content-item__tb {
        font-size: 5rem;
    }
    .contact-title {
        top: -5rem;
    }
    .contact-title h3 {
        font-size: 11rem;
    }
    .contact-title p {
        font-size: 4rem;
    }
    .contact-title p::before {
        top: 12rem;
        width: 25rem;
    }
    .contact__bg {
        width: 100%;
    }
    .contact-link {
        top: 19rem;
        left: 8rem;
    }
    .contact__txt {
        top: 30rem;
        left: 8rem;
        font-size: 3.8rem;
        padding-right: 8rem;
    }
    .contact-link__phone p {
        font-size: 6rem;
    }
    .contact-link__phone p::after {
        font-size: 2.5rem;
    }
    .contact-link .header-item-btn-group__link {
        font-size: 4rem;
        width: 70rem;
    }
    .contact-link__phone p::before {
        width: 5rem;
        height: 5rem;
    }
    .header-item-btn-group::after {
        width: 7rem;
        height: 7rem;
    }
    .contact-link .header-item-btn-group::after {
        right: -9rem;
    }
    .footer-logo__img img {
        width: 50rem;
    }
    .footer-reverse {
        font-size: 4rem;
        padding: 1.7rem 0;
    }
    .salon-info ul.m_list{
        margin:40px auto 60px;
        max-width: 94%;
        margin-left: -10px;
    }
    .salon-info ul.m_list li{
        text-align: center;
        width: 100%;
        float:none;
        margin-bottom: 10px;
    }
    .salon-info ul.m_list li:nth-child(2){
        float:none;
    }
    .salon-info ul.m_list li a{
        background: #fff;
        text-align: center;
        padding: 10px 10px;
        display: block;
        font-size: 14px;
        color: #d09743;
        box-shadow: 5px 5px #d09743;
        font-weight: bold;
    }
    .salon-info ul.m_list li a:hover{
        background: #d09743;
        color: #fff;
        text-decoration: none;
        transition: 1.0s;
        box-shadow: 5px 5px #fff;
    }

    .header-item{
    margin: 10rem 0;
}

}


.archive {
    max-width: 1200px;
    margin: 100px auto;
    display: flex;
    justify-content: center;
}

#secondary{
  margin-left: 50px;
}
article{
  width: 23%;
  margin: 0 1%;
}
article img{
  max-width: 100%;
}
@media(max-width:576px) {
  article{
    width: 48%;
    margin: 0 1%;
  }
}

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height: 60%;/* これが無いと「overflow:scroll」が利かない */
  width: 60%;/* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 40px;
}
img{
  max-width: 100%;
  height: auto;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

a{
  color: #866f42;
}
.wp-pagenavi{
  text-align: center;
  font-size: 16px;
}

.modal-content{
  background-color:  #866f42;
  padding: 10px 50px;
}
.modal-content a{
  color: #fff;
}


.move{
  max-width: 1000px;
  margin: 30px auto;
}

.move iframe{
  width: 100%;
  height: 550px;
}
.fllow{
  position: fixed;
  right: 0;
  bottom: 0px;
  font-size: 2rem;
  z-index: 100;
}
.fllow a{
  background: url(../img/salon-bg.png) no-repeat;
  display: block;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.fllow a:hover{
  color: #fff;
  text-decoration: none;
}
.fllow a span{
  display: block;
}
@media(max-width:576px) {
  .move{
    max-width: 90%;
    margin: 30px auto;
  }
  .move iframe{
    width: 100%;
    height: 350px;
  }
  .fllow{
    width: 100%;
  }
  .fllow a{
    width: 100%;
    font-size: 6rem;
    padding: 10px;
  }
  .fllow a span{
    display: inline-block;
  }
  .footer-reverse {
    padding-bottom: 50px;
  }
  .header-item__txt p {
      display: block;
      position: relative;
  }
  .header-item__txt p::after{
    content: "";
    position: absolute;
    right: 0;
    top: -30px;
    width: 40px;
    height: 40px;
    background-image: url(../img/hbl.png);
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer_bana{
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  justify-content: space-between;
  list-style: none;
  align-items: center;
}
.footer_bana li{
  width: 46%;
}
