.wrap{
    display: inline-flex;
    width: 100%;
}

body{
    max-width: 100%;
    padding: 0;
    overflow-x: hidden;
}

header{
    width: 100%;
    height: 60px;
    position: relative;
    position: fixed;
    left: -105%;
    z-index: 100;


    transition: all 500ms;
}


.menu_tab_sp{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background-color: #e9474d;
}

.menu_tab_sp_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0 5px;
}

.menu_tab_sp_l p{
    color: #FFF;
}

.menu_img_sp{
    margin-top: -20px;
}

.scrolltop {
    width: 60px;
    height: 60px;
    bottom: 85px;
}
.scrolltop a {
    width: 60px;
    height: 60px;
}
.scrolltop img {
    width: 35px;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.top_img_wrap {
    width: 100%;
}

.menu_btn{
    position: fixed;
    width: 35px;
    height: 23px;
    z-index: 101;
    top: 15px;
    right: 15px;
}

.menu_btn span{
    display: block;
    width: 100%;
    height: 2px;
    background: #272727;
    transition: all 500ms;
}

.btn_ac{
    background: #FFF!important;
}

.menu_btn span:nth-child(1){
    position: absolute;
    top: 0;
}
.menu_btn span:nth-child(1).btn_ac{
    transform: translateY(11px) rotate(42deg);
}

.menu_btn span:nth-child(2){
    position: absolute;
    top: 10px;
    opacity: 1;
}
.menu_btn span:nth-child(2).btn_ac{
    transform: translateY(6px) rotate(180deg);
    opacity: 0;
}

.menu_btn span:nth-child(3){
    position: absolute;
    bottom: 0;
}
.menu_btn span:nth-child(3).btn_ac{
    transform: translateY(-10px) rotate(-42deg);
}


/* 初回入会キャンペーン */
header{
    overflow: auto;
}

.head_wrap{
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: initial;
}

h1 img{
    margin-top: 0;
}

.arrow {
    display: block;
    filter: invert(1);
    width: 20px;
    margin: 15px auto;
    animation-name: arrow;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1s;
}

.head_news p{
    margin-top: 0;
}

.head_news{
    display: flex;
    width: 45%;
    margin: 10px 0;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 30px;
    padding: 0 15px;
}

.h_btn {
    width: 50%;
    margin: 10px 0;
}

.h_btn i{
    margin-right: 10px;
}

.head_news_l {
    display: flex;
    align-items: center;
    justify-content: center;
}

.head_news_l .h_btn:nth-child(1){
    margin-right: 5px;
}

.head_news_r{
    text-align: center;
    font-size: 0.8rem;
}

.head_wrap ul li a{
    text-align: center;
    padding: 10px 15px;
}

.sns_icon {
    margin: 25px auto 15px!important;
    width: 90%;
}

.sns_icon ul {
    padding: 5px 0 0;
}

/* 初回入会キャンペーン */

.head_b {
    position: initial;
    width: 50%;
}

.section {
    display: block;
    position: relative;
    mix-blend-mode: multiply;
    padding: 45px 5% 45px;
}

.sec_cont {
    max-width: 100%;
}

.sec_btn_r{
    margin-bottom: 15px;
}

.sec_btn_r:last-of-type {
    margin-bottom: 0;
}

.staff_wrap ul li {
    width: 100%;
    margin-right: 0;
}

.ca_b .ca_txt{
    height: initial;
}

.sec_txt {
    position: relative;
    z-index: -1;
    width: 100%;
    margin-bottom: 0;
}

.sec_tit{
    margin-bottom: 15px;
}

.sec_img {
    width: 100%;
}

.slid_wrap {
    width: 100vw;
}

#tab6.section {
    padding-right: 0;
    padding-left: 0;
}

.sec_wrap {
    margin: 150px auto;
}

.head_img {
    width: 25%;
}

#tab6 table tr td:first-child{
    border-right: solid 1px #808080;
    vertical-align: baseline;
    text-align: right;
    padding: 3px;
}
#tab6 table tr td:last-child{
    display: block;
    margin-left: 10px;
}

footer {
    margin-bottom: 88px;
}

.osw_list {
    font-size: 20px;
}