@charset "UTS8";
/*
Theme Name: SUTAPATO
*/
/*=============  header  ==========================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}
/* p {
    word-break: keep-all;
    overflow-wrap: break-word;
  } */
.sp{
    display: none;
}
@media screen and (max-width: 780px) {
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
}
.animation1 {
    animation-name: animation1;
    animation-duration: 3s; 
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }

.an4-fadeleft {
    animation-name: fadeleft;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.movie_contents:after{
    content: '';
    clear: both;
    display: block;
}
.movie_contents video{
    float: left;
    width: 35%;
}
.movie_contents img{
    float: right;
    width: 65% !important;
}
@keyframes fadeleft {
    from {
        opacity: 0;
        transform: translateX(0);
    }
    to {
        opacity: 1;
    transform: translateX(150px);
    }
}
#about_new{
    background-image: url(./images/new/about_back.png);
    background-size: cover;
}
.about_content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}
.about_content_mini{
    margin-top: 80px;
}
.about_content_mini{
    font-size: 16px;
}
.about_content_mini:after{
    content: '';
    clear: both;
    display: block;
}
.about_content_left{
    float: left;
    padding-top: 40px;
    width: 45%;
    margin-right: 5%;
}
.about_content_left h3{
    border-bottom: solid #000 2px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 24px;
}
.about_content_right{
    float: right;
    width: 50%;
}
.about_content_right img{
    width: 100%;
}
.about_content_left2{
    float: right;
    padding-top: 40px;
    width: 45%;
    margin-left: 5%;
}
.about_content_left2 h3{
    border-bottom: solid #000 2px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 24px;
}
.about_content_right2{
    float: left;
    width: 50%;
}
.about_content_right2 img{
    width: 100%;
}
.coupon_contents::after{
    content: '';
    clear: both;
    display: block;
}
.coupon_contents{
    margin-top: 60px;
}
.coupon_contents_left{
    float: left;
    width: 48%;
}
.coupon_contents_right{
    float: right;
    width: 48%;
}
@media screen and (max-width: 900px) {
    .coupon_contents_left{
        float: none;
        width: 90%;
        margin-left: 5%;
    }
    .coupon_contents_right{
        float: none;
        width: 90%;
        margin-left: 5%;
        margin-top: 40px;
    }   
}

@media screen and (max-width: 900px) {
    .about_content{
        max-width: 96%;
        margin: 0 auto;
        padding: 100px 0;
    }
    .about_content_left{
       float: none;
       width: 96%;
       margin: 0 auto;
    }
    .about_content_right{
        float: none;
        width: 96%;
        margin: 0 auto;
        margin-top: 60px;
    }
    .about_content_left2{
        float: none;
        width: 96%;
        margin: 0 auto;
     }
     .about_content_right2{
         float: none;
         width: 96%;
         margin: 0 auto;
         margin-top: 60px;
     }
}
/*=====================*/
#what_we_do{
    background-color: #F8F0EB;
    padding: 80px 0;
}
.what_we_do_tittle{
    text-align: center;
}
.what_we_do_tittle h3{
    color: #E78B41 !important;
}

.what_we_do_contents{
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}
.what_we_do_one{
    margin-bottom: 60px;
}
.what_we_do_one:after{
    content:'';
    clear: both;
    display: block;
}


.what_we_do_left{
    float: left;
    width: 45%;
    margin-right: 5%;
}
.what_we_do_left h4{
    color: #F6E5DA;
    font-size: 140px;
    margin-top: -50px;
}
.what_we_do_left h3{
    color: #E78B41;
    font-size: 24px;
    margin-top: -120px;
    margin-bottom: 30px;
}
.what_we_do_left a{
    background-color: #fff;
    padding: 15px 30px;
    width: 60%;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #E78B41;
    font-weight: bold;
    margin-top: 40px;
}
.what_we_do_right{
    float: right;
    width: 50%;
}
.what_we_do_right img{
    width: 100%;
}


.what_we_do_left2{
    float: right;
    width: 45%;
    margin-left: 5%;
}
.what_we_do_left2 h4{
    color: #F6E5DA;
    font-size: 140px;
    margin-top: -50px;
}
.what_we_do_left2 h3{
    color: #E78B41;
    font-size: 24px;
    margin-top: -120px;
    margin-bottom: 30px;
}
.what_we_do_left2 a{
    background-color: #fff;
    padding: 15px 30px;
    width: 60%;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #E78B41;
    font-weight: bold;
    margin-top: 40px;
}
.what_we_do_right2{
    float: left;
    width: 50%;
}
.what_we_do_right2 img{
    width: 100%;
}

@media screen and (max-width: 900px) {
    .what_we_do_contents{
        max-width: 96%;
        margin: 0 auto;
        padding: 100px 0;
    }
    .what_we_do_left{
        float: none;
        width: 96%;
        margin: 0 auto;
        margin-top: 60px;
    }
    .what_we_do_right{
        float: none;
        width: 96%;
        margin: 0 auto;
        margin-top: 60px;
    }
    .what_we_do_left2{
        float: none;
        width: 96%;
        margin: 0 auto;
        margin-top: 60px;
    }
    .what_we_do_right2{
        float: none;
        width: 96%;
        margin: 0 auto;
        margin-top: 60px;
    }
}
/* ==================== */
.howto{
    padding: 100px 0;
}
.howto_contents{
    margin-top: 60px;
}

.howto_contents_one:after{
    content:'';
    clear: both;
    display: block;
}
.howto_contents_one{
    position: relative;
    margin-bottom: 100px;
}
.howto_left{
    position: absolute;
    left: -10%;
    width: 60%;
}
.howto_rigth{
    float: right;
    right: 0%;
    width: 60%;
}
.howto_left2{
    position: absolute;
    left: 40%;
    width: 60%;
    z-index: 950;
}
.howto_rigth2{
    float: left;
    width: 60%;
}
.howto_left3{
    position: absolute;
    left: -10%;
    width: 60%;
    z-index: 951;
}
.howto_rigth3{
    float: right;
    width: 60%;
}
@media screen and (max-width: 900px) {
    .howto{
        padding: 100px 0;
    }
    .howto_contents{
        margin-top: 60px;
    }
    .howto_contents_one{
        position:initial;
        margin-bottom: 100px;
    }
    .howto_left{
        position:initial;
        left: 0%;
        width: 95%;
    }
    .howto_rigth{
        float: none;
        right: 0%;
        width: 90%;
    }
    .howto_left2{
        position:initial;
        left: 0%;
        width: 95%;
        z-index: 950;
    }
    .howto_rigth2{
        float: none;
        width: 90%;
    }
    .howto_left3{
        position:initial;
        left: 0%;
        width: 95%;
        z-index: 951;
    }
    .howto_rigth3{
        float: none;
        width: 90%;
    }
}
/*=======================*/
#select{
    background-color: #F2F2F2;
    padding: 120px 0;
    overflow: hidden;
}
.select_tittle{
    text-align: center;
    color: #E78B41;
    margin-bottom: 80px;
}
.select_list{
    max-width: 1000px;
    margin: 0 auto;
}
.select_list h4{
    color: #E78B41;
    margin-bottom: 40px;
}
.select_list a{
    border: solid #E78B41 2px;
    color: #E78B41;
    border-radius: 16px;
    font-size: 18px;
    display: inline-block;
    width: 80%;
    font-weight: bold;
    padding: 10px 20px;
    margin-top: 40px;
}
.select_list:after{
    content:'';
    clear: both;
    display: block;
}
.select_left{
    background-color: #fff;
    float: left;
    width: 43%;
    padding: 40px 3%;
    margin-right: 1%;
    text-align: center;
}
.select_right{
    background-color: #fff;
    text-align: center;
    float: right;
    width: 43%;
    padding: 40px 3%;
    margin-left: 1%;
}
@media screen and (max-width: 900px) {
    .select_left{
        background-color: #fff;
        float: none;
        width: 90%;
        padding: 40px 3%;
        margin-right: 2%;
        margin-left: 2%;
        text-align: center;
    }
    .select_right{
        background-color: #fff;
        text-align: center;
        float: none;
        width: 90%;
        padding: 40px 3%;
        margin-right: 2%;
        margin-left: 2%;
        margin-top: 40px;
    }
}
#daihyou{  
    padding-top: 120px;
}
.daihyou_contents{
    max-width: 1200px;
    margin: 0 auto;
}

.section-stylist{
    background-image: url(./images/new/stylist_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

p {
    font-size: 16px;
}

@media screen and (max-width: 640px) {
    p {
        font-size: 14px;
    }
}

img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}


.anchor {
    margin-top: -100px;
    padding-top: 100px;
}

@media screen and (max-width: 1400px) {
    .anchor {
        margin-top: -120px;
        padding-top: 120px;
    }
}

@media screen and (max-width: 768px) {
    .anchor {
        margin-top: -100px;
        padding-top: 100px;
    }
    #daihyou{  
        padding-top: 120px;
        padding: 120px 3%;
    }
}
.shopping_dounyu{
    max-width: 1200px;
    margin: 0 auto;
}
.shopping_dounyu img{
    width: 100%;
    margin-bottom: 40px;
}
.shopping_story{
    max-width: 960px;
    margin: 100px auto;
}
.shopping_story img{
    width: 100%;
    margin-bottom: 60px;
}@media screen and (max-width: 780px) {
    .shopping_dounyu{
        max-width: 95%;
        margin: 0 auto;
    }
    .shopping_story{
        max-width: 95%;
        margin: 100px auto;
    }
}
/*=============  初回フォーム  ==========================================*/
.contact_contents .inner {
    width: 800px;
    margin: 0 auto;
}

.contact_contents h3 {
    text-align: center;
    font-size: 24px;
}

.contact_contents p {
    text-align: center;
    margin-bottom: 80px;
}

body {
    margin: 0;
    /*font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: .05em;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 300;
}

.customize-support header {
    top: 32px;
}

@media screen and (max-width: 780px) {
    .customize-support header {
        top: 46px;
    }
}

/*header start*/
header {
    position: fixed;
    top: 0;
    display: block;
    max-width: 1920px;
    width: 100%;
    height: 80px;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 13;
    z-index: 999;
}

header .header-wrap {
    height: 80px;
}

header .header-wrap .header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 15%;
    height: 80px;
}

header .header-wrap .header-logo img {
    width: 179px;
}

header .header-wrap .header-nav {
    float: left;
    width: 85%;
    height: 80px;
    font-size: 14px;
}

header .header-wrap .header-nav__list {
    float: left;
    width: 80%;
}

header .header-wrap .header-nav__list li {
    display: flex;
    float: left;
    height: 80px;
    align-items: center;
    justify-content: center;
}

header .header-wrap .header-nav__list li:first-of-type,
header .header-wrap .header-nav__list li:nth-of-type(2) {
    width: 14.5%;
}

header .header-wrap .header-nav__list li:nth-of-type(3),
header .header-wrap .header-nav__list li:nth-of-type(4) {
    width: 12%;
}

header .header-wrap .header-nav__list li:nth-of-type(5){
    width: 10%;
}
header .header-wrap .header-nav__list li:last-of-type {
    width: 12%;
}
header .header-wrap .header-nav__list li:nth-of-type(6){
    width: 12%;
}
header .header-wrap .header-nav__list li:nth-of-type(7){
    width: 13%;
}
header .header-wrap .header-nav__list a {
    display: block;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

header .header-wrap .header-nav__contact {
    float: none;
    position: absolute;
    right: 2%;
    top: 15px;
    width: 200px;
    height: 50px;
    background: #E78B41;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

header .header-wrap .header-nav__contact a {
    display: flex;
    width: 200px;
    height: 50px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1400px) {
    header {
        padding: 0 2%;
        height: 120px;
    }

    header .header-wrap .header-logo {
        width: auto;
    }

    header .header-wrap .header-nav {
        float: none;
        width: 100%;
        height: 120px;
    }

    header .header-wrap .header-nav__list {
        width: 100%;
    }

    header .header-wrap .header-nav__list li {
        height: 20px;
    }
}

@media screen and (max-width: 780px) {
    header {
        height: 100px;
    }

    header .header-wrap .header-logo {
        height: 100px;
    }

    header .header-wrap .header-nav {
        height: 100px;
    }

    header .header-wrap .header-nav__list {
        display: none;
    }
    header .header-wrap .header-nav__contact {
        display: none;
    }

    header .header-wrap .header-nav__contact a {
        position: relative;
        width: 120px;
        height: 100px;
    }

    header .header-wrap .header-nav__contact a span {
        position: absolute;
        bottom: 10px;
    }
    .what_we_do_tittle h3{
        margin-top: 48px;
    }
    .section-voice h2{
        margin-top: 60px !important;
    }
    /* header .header-wrap .header-nav__contact a::after {
        content: "";
        position: absolute;
        display: inline-block;
        top: 20px;
        width: 49px;
        height: 37px;
        background: url(./images/contact_icon.svg) center center / cover no-repeat;
    } */
     #global-navi {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        padding-top: 50px;
        background:#E78B41;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 2
    }
    #global-navi ul li {
        display:block;
        padding: 20px 28px
    }
    #global-navi ul li a {
        text-decoration: none;
        color: #fff
    }
    .btn-gnavi {
        position: fixed;
        top: 36px;
        right: 20px;
        width: 30px;
        height: 24px;
        z-index: 3;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }
    .btn-gnavi span {
        position: absolute;
        width: 30px;
        height: 4px;
        background: #E78B41;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }
    .btn-gnavi span:nth-child(1) {
        top: 0
    }
    .btn-gnavi span:nth-child(2) {
        top: 10px
    }
    .btn-gnavi span:nth-child(3) {
        top: 20px
    }
    .btn-gnavi.open span {
        background: #fff
    }
    .btn-gnavi.open span {
        width: 24px;
    }

}

/*header end*/

/*footer start*/
#top-page + footer {
    padding: 80px 20px 155px;
}

footer {
    padding: 40px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #4D4D4D;
    box-sizing: border-box;
}

footer .footer-logo {
    margin: 0 auto 80px;
}

footer .footer-logo img {
    width: 94px;
}

footer .footer-menu {
    max-width: 640px;
    width: 100%;
    margin: 0 auto 80px;
}

footer .footer-menu ul li {
    float: left;
    width: 32%;
    text-align: center;
}

footer .footer-menu ul li:not(:last-of-type) {
    margin-right: 2%;
}

footer .footer-menu ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

footer .footer-copyright {
    text-align: center;
}

@media screen and (max-width: 1024px) {
    #top-page + footer {
        padding: 8% 2% 155px;
    }

    footer {
        padding: 4% 2%;
    }

    footer .footer-logo {
        margin: 0 auto 8%;
    }

    footer .footer-menu {
        margin: 0 auto 8%;
    }
}

/*footer end*/
