@charset "UTF-8";

/* .outfit {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.goldenbook {
    font-family: "goldenbook", serif;
    font-weight: 400;
    font-style: normal;
}
.futura {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
} */




#main_contents {
    line-height: 1.5;
    padding-bottom: 10px;
    padding-top: 80px;
}
#main_contents img {
    vertical-align: bottom;
}
.contents_width {
    width: 100%;
    max-width: 100%;
    font-family: "yu-gothic-pr6n", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}
section.section {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 1100px;
}
.main_title {
    margin-top: 30px;
    font-family: 'Lato', 'helvetica', 'hiragino kaku gothic pro', 'meiryo', 'ms pgothic', sans-serif !important;
}
.title_h1 {
    letter-spacing: 0.1em;
    font-size: 24px;
    font-weight: normal;
}
.title_h2 {
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

.hot_word {
    border: 1px solid #ccc;
    padding: 30px 5%;
    width: 90%;
    margin: 0 auto;
}
.hot_word_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.hot_word_item {
    padding: 5px 10px;
    background: #eee;
    margin: 5px;
}
.hot_word_item.hot_word_clear_btn {
    padding: 4px 10px;
    background: transparent;
    border: 2px solid #ccc;
    box-sizing: border-box;
    margin: 5px 5px 5px 10px;
    order: 999;
}

section.section.select_category_section {
    margin-bottom: 20px;
}
.select_category {
    background: #eee;
    padding: 10px 2%;
}
.select_category_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.select_category_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.select_category_title {
    font-weight: bold;
    width: 20%;
    min-width: 200px;
    margin: 5px 0 10px;
}
.select_category_tab {
    display: block;
    padding: 5px;
    margin: 0 15px;
    cursor: pointer;
}


.select_category_list {
    display: none;
}
.select_category_dropdown {
    display: block;
}

  

.snap_wrap {
    display: none;
    width: 96%;
    margin: 0 auto;
}
.snap_wrap.show {
    display: block;
}
.staff_snap {
    opacity: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.staff_snap_item {
    width: 48%;
    margin: 0 1% 10px;
}





.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 10000;
    width: 80%;
    height: 90vh;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
}
.batten {
    display: block;
    width: 15px;   
    height: 15px;
    position: relative;
	right: 0px;
}
.batten::before,
.batten::after {
    content: "";
    width: 100%;
    height: 1px; 
    display: inline-block;
    background: #333;
    position: absolute;
    top: 50%;
    left: 0;
}

.batten::before {
    transform: rotate(45deg);
}
.batten::after {
    transform: rotate(-45deg);
}

.popup_inner {
    padding: 30px;
    overflow-y: scroll;
    height: 100%;
}
.popup_inner_image {
    margin-bottom: 10px!important;
}
.popup_inner_name {
    font-size: 16px;
    text-align: center;
    margin-bottom: 7px;
    font-weight: 600;
    letter-spacing: 2px;
}
.popup_inner_staff_info {
    margin-bottom: 30px;
}
.popup_inner_staff_info_name {
    font-size: 16px;
    font-family: 'Lato', 'helvetica', 'hiragino kaku gothic pro', 'meiryo', 'ms pgothic', sans-serif !important;
}
.popup_inner_staff_info_comment {
    font-size: 12px;
    text-align: left;
}
.popup_styleing_info_title {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Lato', 'helvetica', 'hiragino kaku gothic pro', 'meiryo', 'ms pgothic', sans-serif !important;
}
.popup_styleing_info_item_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.popup_styleing_info_item_box_image {
    width: 30%;
}
.popup_styleing_info_item_box_comment {
    width: 65%;
    font-size: 10px;
    text-align: left;
}

.bottom_section {
    margin-bottom: 50px;
}
.bottom_section_bn {
    width: 70%;
    max-width: 400px;
    margin: 0 auto;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
}
.selectbox-5 {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 90%;
}

.selectbox-5::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-5 select {
    appearance: none;
    width: 100%;
    height: 30px;
    border: none;
    background-color: transparent;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
    text-align: center;
    background: #fff;
    padding: 5px 25px;
}

.selectbox-5 select:focus {
    outline: none;
}


@media screen and (min-width: 769px) {
    .sp_only {
        display: none;
    }
    .pc_only {
        display: block;
    }
    #main_contents {
        padding-top: 130px;
    }
    section.section {
        margin: 0 auto 80px;
    }
    .main_title {
        margin-top: 50px;
    }

    .hot_word {
        padding: 50px 10%;
        width: 100%;
    }
    .staff_snap_item {
        width: 23%;
        margin: 0 1% 20px;
    }

    
    .bottom_logo {
        width: 30%;
        max-width: 200px;
        margin: 0 auto 150px;
    }
    .popup {
        max-width: 1000px;
        height: 75vh;
    }
    .popup_inner {
        padding: 80px;
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .popup_inner_image {
        width: 50%;
    }
    .popup_inner_info {
        margin-top: 10px;
        width: 45%
    }
    .popup_inner_staff_info {
        text-align: left;
    }
    .popup_inner_staff_info_name {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .popup_styleing_info_title {
        text-align: left;
    }
    .popup_styleing_info_item_box_comment {
        font-size: 12px;
    }
    .close-popup {
        right: 15px;
        top: 15px;
    }
    .select_category_title {
        margin: 0 20px 0 0;
    }
    .selectbox-5 {
        display: none;
    }
    .select_category_list {
        display: flex;
    }
    .select_category_dropdown {
        display: none;
    }
    .batten {
        display: block;
        width: 20px;   
        height: 20px;
        position: relative;
    }
	.popup_styleing_info_item_box_image {
        width: 22%;
    }
    .hot_word_item.hot_word_clear_btn {
        margin: 5px 5px 5px 10px;
        width: auto;
    }
	
}

