@charset "utf-8";

@font-face {
    font-family: 'MOBO';
    src: url(../fonts/MOBO.otf);
}

/* 共通 */
/*body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue","Mplus 1p", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}*/
.hide {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.flex {
    box-sizing: border-box;
    display: flex;
}

.mobo {
    font-family: 'MOBO', sans-serif;
}

.con_center {
    display: flex;
    justify-content: center;
}

/* #top */
body {
    width: 100%;
    height: 100vh;
}

/* リンクの少し上に移動 */
a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/* nav */
nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    font-size: 18px;
    justify-content: space-between;
    z-index: 900;
    box-sizing: border-box;
    align-items: center;
    transition: all 0.3s;
}

nav li {
    margin: 0 10px;
}

nav .left {
    justify-content: left;
    box-sizing: border-box;
}

nav .right {
    justify-content: right;
    padding-right: 20px;
    box-sizing: border-box;

}

nav .left a,
nav .right a {
    display: block;
    transition: 0.3s;
    box-sizing: border-box;
    font-size: 16px;
}

nav .left a:hover,
nav .right a:hover {
    opacity: 0.4;
}

nav .left .top_link a {
    display: block;
    background: url(../img/icon_top.png) no-repeat center/contain;
    width: 110px;
    height: 55px;
    margin-left: 10px;
    transition: 0.3s;
}

nav .right li {
    display: flex;
    align-items: center;
}

nav .right .online_link .kounyu_link a {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .right .online_link .cart01 {
    width: 20px;
    color: #000;
}

/* .header */
.header {
    width: 100%;
    height: 0;
    padding-bottom: 82.87%;
    background: url(../img/top_bg.jpg) no-repeat center/cover;
    margin: 55px 0 100px;
    position:relative;
}
.header p {
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    width:100%;
    max-width:810px;
    height:0;
    padding-bottom:63.41%;
    background:url(../img/top_logo.png) no-repeat center/contain;
}

/* .con_top */
.con {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 120px;
}

.con_top .top_ttl {
    text-align: center;
    margin: 0 0 40px;
    font-size: 45px;
    font-weight: bold;
}

.con_top .center_wrap {
    justify-content: center;
    margin-bottom: 80px;
    padding: 0 20px;
    box-sizing: border-box;
}

.con_top .center_wrap .center_txt p {
    line-height: 1.8;
}
.con_top .center_wrap .center_txt p:before {
    content:'　';
}

.con_top .con_top_kanou {
    font-size: 50px;
    color: #fff;
    text-align: center;
    padding: 20px;
    background: url(../img/bg_top_con.jpg) no-repeat center/cover;
    margin: 0 auto;
    width: 100%;
    max-width: 820px;
    box-sizing: border-box;
}

.mittyaku_link {
    max-width: 980px;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    padding: 60px 0 0;
}

.mittyaku_link .left {
    width: 100%;
    max-width: 270px;
}

.mittyaku_link .right {
    width: 100%;
    max-width: 340px;
    text-align: center;
    padding: 100px 0 0;
}

.con_kounyu .mittyaku_link .right {
    padding: 0;
}

.mittyaku_link .right figure {
    margin: 0 auto 40px;
    max-width: 250px;
}

.mittyaku_link .right a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: url(../img/bg_kounyu.jpg) no-repeat center/cover;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 25px;
    font-weight: bold;
}

.mittyaku_link .right .cart01 {
    width: 40px;
    fill: #ffffff;
}

a {
    transition: 0.6s;
}

a:hover {
    opacity: 0.4;
}

/* con_gaiyo */
.gaiyo {
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
}

.gaiyo .left,
.gaiyo .right {
    width: 50%;
}

.redline {
    background: linear-gradient(transparent 75%, #e73820 0%);
    display: inline;
    /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
    padding: 0 6px 3px;
}

.gaiyo h3 {
    font-size: 35px;
    line-height: 1.6;
}

.gaiyo .space {
    margin-bottom: 40px;
}

.gaiyo p {
    font-size: 18px;
    line-height: 1.9;
}

.gaiyo .info_link a {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 0;
}

.gaiyo .info_link a img {
    width: 30px;
}

.bg01 {
    background: url(../img/bg_siro.jpg) no-repeat center/cover;
    background-position: center 75%;
}

.bg02 {
    background: url(../img/bg_siro.jpg) no-repeat center/cover;
    background-position: center 55%;
}

.bg03 {
    background: url(../img/bg_siro.jpg) no-repeat center/cover;
    background-position: center 25%;
}

.gaiyo01 {
    max-width: 980px;
}

.gaiyo01 h3 span {
    font-family: 'MOBO', sans-serif;
    font-size: 0.8em;
}

.gaiyo01 .right {
    display: flex;
    justify-content: center;
}

.gaiyo01 .right img {
    max-width: 320px;
}

.gaiyo02 {
    max-width: 100%;
    padding: 60px 0 60px 20px;
}

.gaiyo02 .left,
.gaiyo03 .left {
    width: 100%;
    max-width: 490px;
    padding-left: calc((100% / 2) - 490px);
}

.gaiyo02 .right li {
    border-radius: 5px;
}

.gaiyo02 .gaiyo02_list_txt {
    font-size: 16px;

}

.gaiyo03 {
    max-width: 1180px;
    padding: 60px 0 60px 20px;
}

.gaiyo03 .right img {
    width: 100%;
    max-width: 100%;
}


/* .slick */
.slick li {
    display: block;
    width: 100%;
    max-width: 200px;
    margin-right: 20px;
    text-align: center;
}

.slick li figure {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: auto;
    max-width: 200px;
}

/* .con_list */
.con_list {
    background: url(../img/bg_kuro.jpg) no-repeat center/cover;
    background-position: center 50%;
    padding: 60px 20px;
    margin: 0 auto 60px;
}

.con_list h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
    color: #fff;
}

.list_wrap {
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.list_wrap li {
    width: 25%;
    min-height: 440px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
}

.list_wrap li a {
    display: block;
}

.list_wrap li a img {
    transition: 0.6s;

}

.list_wrap li a:hover img {
    transform: scale(1.1);
}

.list_wrap .list01 {
    font-size: 30px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

.list_wrap .list02 {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.4;
}

.list_wrap .list03 {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.list_wrap .figure {
    width: 270px;
    margin: auto;
}

/* .con_menseki */
.con_menseki {
    padding: 60px 20px;
    margin: 0 auto 100px;
    color: #fff;
    text-align: center;
    background: url(../img/bg_kuro.jpg) no-repeat center/cover;
    background-position: center 75%;
}

.con_menseki h2 {
    font-size: 35px;
    margin-bottom: 40px;
}

.con_menseki table {
    border-collapse: collapse;
}

.con_menseki th {
    border: 1px solid #fff;
    padding: 20px 40px;
    font-weight: bold;
    font-size: 20px;
}

.con_menseki td {
    border: 1px solid #fff;
    padding: 15px 40px;
    line-height: 1;
    letter-spacing: 3px;
    font-size: 20px;
}

.con_menseki .little {
    font-size: 0.7em;
}

.con_menseki .little2 {
    font-size: 0.5em;
}

.con_menseki .center_wrap {
    text-align: left;
}

/* .con_scene */
.con_scene,
.con_sozai,
.con_howto {
    max-width: 980px;
    margin: 0 auto 80px;
    padding: 0 20px;
    box-sizing: border-box;
}

.h2_wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;
}

.con_sozai .h2_wrap {
    margin: 0 auto 60px;

}

.con_scene h2,
.con_sozai h2,
.con_howto h2 {
    font-size: 35px;
}

.con_scene .scene_wrap,
.con_sozai .sozai_wrap {
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.con_sozai .sozai_wrap {
    margin-bottom: 40px;
}
.con_scene .scene_wrap {
    margin-bottom:40px;
}

.con_scene .scene_wrap li {
    width: calc((100% - 40px) / 3);
    text-align: center;
}

.con_scene .scene_wrap img {
    margin-bottom: 10px;
}

.con_sozai .sozai_wrap li {
    width: calc((100% - 60px) / 5);
    text-align: center;
}

.con_sozai .sozai_wrap img {
    margin-bottom: 10px;
}

/* .sozai_itiran */
.sozai_itiran {
    justify-content: center;
    align-items: flex-start;
    gap:0;
    font-size: 18px;
    flex-wrap: wrap;
    font-weight: bold;
    margin-bottom: 60px;
}

.sozai_itiran table {
    border-collapse: collapse;
    width: calc((100%) / 3);
    max-width: 50%;
    margin-bottom: 10px;
}

.sozai_itiran th,
.sozai_itiran td {
    border: 1px solid #000;
    padding: 10px 20px;
    box-sizing: border-box;
}

.sozai_itiran th {
    text-align: left;
}

.sozai_itiran td {
    text-align: center;
    width: 20%;
}

.sozai_itiran .little_txt {
    font-size: 16px;
}

.sozai_itiran .att {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
}

.sozai_itiran .att::before {
    content: '※';
}

.sozai_itiran .nigyo th {
    height:3.5em;
}

.tekisita .teki_h3 {
    font-size:25px;
    margin:0 auto 40px;
    display: flex;
    align-items: center;
    font-weight: bold;
    max-width: 400px;
}
.tekisita .teki_h3::before {
  content: '';
  height: 2px;
  background-color: #333;
  flex-grow: 1;
  margin-right: 20px;
}

.tekisita .teki_h3::after {
    content: '';
    height: 2px;
    background-color: #333;
    flex-grow: 1;
    margin-left: 20px;
  }

.tekisita .teki_h {
    font-weight:bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.tekisita .teki_p {
    font-size:16px;
    margin-bottom: 30px;
    line-height: 1.4;
}



/* .con_howto */
.con_howto .howto_wrap {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 40px;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.con_howto img {
    margin-bottom: 10px;
}

.con_howto p {
    line-height: 1.6;
    font-size: 16px;
}

/* .con_kounyu */
.con_kounyu {
    padding: 60px 20px;
    margin: 0 auto 60px;
    color: #000;
    text-align: center;
    background: url(../img/bg_siro.jpg) no-repeat center/cover;
    background-position: center 25%;
}

.con_kounyu h2 {
    font-size: 35px;
    margin-bottom: 40px;
}

/* .con_osusume */
.con_osusume {
    padding: 0 20px;
    margin: 0 auto 60px;
}

.con_osusume h2 {
    font-size: 35px;
    margin-bottom: 40px;
}

.osusume_wrap {
    justify-content: space-around;
    align-items: flex-start;
    gap: 20px;
    max-width: 980px;
    margin: 0 auto;
}

.osusume_wrap li {
    width: calc(100% / 3);
}

.osusume_wrap .osusume_txt01 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
    height: 2em;
}

.set_wrap .set_txt01 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: bold;
    text-align:right;
}

.osusume_img,.set_img {
    margin: 0 40px 30px 0;
    max-width: 250px;
}

.osusume_wrap .osusume_txt02 {
    font-size: 12px;
    line-height: 1.4;
    height: 2em;
}
.set_wrap .set_txt02 {
    font-size: 20px;
    line-height: 1.4;
}

.osusume_wrap .osusume_txt03,.set_wrap .set_txt03 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
    height: 2em;
}

.osusume_wrap .osusume_txt04 a,.set_wrap .set_txt04 a {
    display: flex;
    max-width: 150px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: #000;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 auto;
}

.osusume_wrap .osusume_txt04 a .cart01,.set_wrap .set_txt04 a .cart01 {
    width: 20px;
    fill: #ffffff;
}

/* .con_set */
.con_set {
    padding: 60px 20px;
    margin: 0 auto 60px;
    color: #000;
}

.con_set h2 {
    font-size: 35px;
    margin-bottom: 40px;
}
.con_set .set_wrap {
    justify-content:center;
    align-items:center;
}
.con_set .big_txt {
    font-size:1.2em;
    font-weight:bold;
    color:#e73820;
}
.con_set .small_txt {
    font-size:0.6em;
}
.con_set .tuujo_txt {
    font-size: 20px;
}
.con_set .arrow {
    font-size: 30px;
    margin-right: 10px;
}
.txt01_txt {
    font-weight:bold;
}


/* youtube */
.youtube {
    position: relative;
    width: 100%;
    max-width: 780px;
    margin: 0 auto 100px;
    padding: 0 0 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* topへ */
.top_btn a {
    opacity: 0;
}

.top_btn.on a {
    opacity: 1;
}

#page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 30px;
    bottom: 10px;
    z-index: 900;
}

#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 40px;
    color: #000;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/* 商品購入ボタン */
.kounyu_btn {
    position: fixed;
    right: 0;
    bottom: 70px;
    z-index: 11;
    transition: 0.5s;
}

.kounyu_btn a {
    box-sizing: border-box;
    display: block;
    width: 200px;
    height: 140px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 0px 5px rgb(0 0 0 / 60%);
    border-radius: 4px 0 0 4px;
    border-top: dashed 2px white;
    border-bottom: dashed 2px white;
    border-left: dashed 2px white;
    padding: 10px;
}

.kounyu_btn.on a:hover {
    opacity: 0.6;
}

.kounyu_img {
    filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
    width: 50px;
    margin: 0;
    padding: 10px 20px 0 0;
}

.kounyu_txt {
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
}
.kounyu_txt02 {
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    font-weight:bold;
}
.kounyu_txt02 .small_txt {
    font-size: 10px;
    vertical-align: middle;
}
.kounyu_btn .flex {
    justify-content:center;
    align-items: center;
}

.sp_on {
    display: none;
}

nav .right li.sp_on {
    display: none;
}

.sp_on2 {
    display: none;
}

#top .sp_on3 {
    display: none;
}

/* .footer */
#footer {
    padding: 80px 20px 60px;
    box-sizing: border-box;
    background: url(../img/bg_kuro.jpg) no-repeat center/cover;
    background-position: center 100%;
    color: #fff;
}

.footer_wrap {
    justify-content: space-around;
    align-items: flex-start;
    max-width: 980px;
    margin: auto;
    gap: 50px;
}

.footer_wrap .left .nho_link {
    display: block;
    width: 300px;
    height: 110px;
    background: url(../img/icon_online.png) no-repeat left center/contain;
    margin: 0 0 40px;
}

.footer_wrap .left ul {
    display: flex;
    flex-direction: column;
}

.footer_wrap .left .copy {
    font-size: 14px;
    line-height: 1.4;
    margin-top: auto;
}

.footer_wrap .center .menu_wrap {
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 40px;
}

.menu_link {
    width: 100%;
}

.menu_link a {
    display: flex !important;
    align-items: center;
}

.menu_link a .cart01 {
    width: 1.5em;
    fill: #fff;
}

.footer_wrap .menu_ttl {
    font-size: 25px;
    width: 100%;
    margin-bottom: 30px;
}

.footer_wrap a {
    display: block;
    margin-bottom: 15px;
    line-height: 1.4;
}

.sns_wrap .tab01 {
    width: 2em;
}

.sns_wrap .tab01 .cls-1,
.sns_wrap .tab01 .cls-2 {
    fill: none;
}

.sns_wrap .tab01 .cls-2 {
    stroke: rgb(255, 255, 255);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4px;
}

.sns_wrap .fb a,
.sns_wrap .ig a,
.sns_wrap .yt a {
    display: flex;
    align-items: center;
}

.sns_wrap a {
    margin: 0;
}

@media screen and (min-width: 810px) {
    .header {
        width:100%;
        max-width:100%;
        height:600px;
        max-height:600px;
        padding:0;
    }
    .header p {
        width:810px;
        height:520px;
        padding:0;
    }


}

@media screen and (min-width: 820px) {
    .youtube {
        width: 820px;
        height: 438px;
        padding: 0;
    }
}

/* サイズ別設定 */
@media screen and (max-width: 940px) {
    .sozai_itiran {
        justify-content:inherit;
    }
    .sozai_itiran table {
        width:calc(100% / 2);
        margin-bottom:0;
    }
    .sozai_itiran .att {
        margin-top:10px;
    }
}
@media screen and (max-width: 800px) {
    .header {

        margin: 55px 0 50px;
    }
    nav {
        background:rgba(255, 255, 255, 0.9);
    }
    nav .left a, nav .right a {
        font-size:20px;
    }

    .con_top .top_ttl {
        font-size: 35px;
    }

    .sp_off {
        display: none;
    }

    .con_top .con_top_kanou {
        font-size: 35px;
        line-height: 1.4;
    }

    .mittyaku_link .left {
        max-width: 210px;
    }

    .mittyaku_link .right figure {
        max-width: 210px;
    }

    .mittyaku_link .right {
        padding: 30px 0 0;
    }

    .con_menseki td,
    .con_menseki th {
        padding: 15px;
    }

    .gaiyo {
        align-items: center;
    }

    .gaiyo03 .left {
        width: 50%;
    }

}

@media screen and (max-width: 645px) {
    nav .right li.sp_on {
        display: block;
    }

    nav .right {
        opacity: 0;
        visibility: hidden;
        height: 0;
        transition: 0.6s;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

    nav .right li {
        justify-content: center;
    }

    nav .right li a {
        text-align: center;
        padding: 20px 0;
        box-sizing: border-box;
    }

    nav .right .sns_wrap {
        display: flex;
        flex-wrap: wrap;
    }

    nav .right .sns_wrap li.menu_ttl {
        width: 100%;
    }

    nav .right .sns_wrap li.fb,
    nav .right .sns_wrap li.ig,
    nav .right .sns_wrap li.yt {
        width: calc((100% - 60px) / 3);
    }

    nav.menu_on .right {
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: calc(100vh - 65px);
    }


    /* .hunber */
    .hunber {
        display: block;
        width: 45px;
        height: 45px;
        position: fixed;
        top: 5px;
        right: 10px;
        border-radius: 5px;
        z-index: 1000;
        box-sizing: border-box;
        transition: 0.3s;
    }

    .hunber:hover {
        opacity: 0.3;
    }

    .hunber span {
        display: block;
        width: 30px;
        height: 3px;
        background: #000;
        border-radius: 3px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        transition: 0.5s;
    }

    .hunber span:before {
        display: block;
        content: "";
        width: 30px;
        height: 3px;
        background: #000;
        border-radius: 3px;
        position: absolute;
        top: 10px;
        bottom: auto;
        right: 0;
        left: 0;
        margin: auto;
        transition: 0.5s;
    }

    .hunber span:after {
        display: block;
        content: "";
        width: 30px;
        height: 3px;
        background: #000;
        border-radius: 4px;
        position: absolute;
        top: auto;
        bottom: 10px;
        right: 0;
        left: 0;
        margin: auto;
        transition: 0.5s;
    }

    .hunber.btn_on span {
        background: rgba(0, 0, 0, 0);
    }

    .hunber.btn_on span:before {
        transform: rotate(-45deg);
        top: 0;
    }

    .hunber.btn_on span:after {
        transform: rotate(45deg);
        bottom: 0;
    }

    .con_top .con_top_kanou {
        font-size: 24px;
    }

    .mittyaku_link,
    .gaiyo,
    .osusume_wrap,
    .footer_wrap {
        flex-flow:column;
    }
    .footer_wrap {
        gap:0;
    }
    .footer_wrap .center .menu_wrap {
        justify-content:center;
    }
    .menu_link {
    font-size: 20px;
    }
    .menu_link a {
        justify-content:center;
    }
    .footer_wrap .right .sns_wrap {
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        align-items:center;
        gap: 10px 40px;
    }
    .footer_wrap .left .nho_link {
        background: url(../img/icon_online2.png) no-repeat center/contain;
    }

    .gaiyo .left,
    .gaiyo .right,.osusume_wrap li,.footer_wrap .left,.footer_wrap .center,.footer_wrap .right {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .osusume_wrap li,.footer_wrap .left,.footer_wrap .center,.footer_wrap .right {
        margin-bottom:60px;
    }

    .gaiyo03,
    .gaiyo02 {
        padding: 60px 20px;
    }

    .list_wrap {
        flex-wrap: wrap;
    }

    .con_scene .scene_wrap li,
    .list_wrap li {
        width: calc((100% - 20px) / 2);
    }

    .sozai_itiran table {
        width: 100%;
        max-width: 100%;
    }

    .mittyaku_link .left,
    .mittyaku_link .right {
        margin: auto;
    }
    .footer_wrap .left {
        order:2;
    }
    .footer_wrap .left .nho_link {
        width:100%;
        max-width: 300px;
        margin: 0 auto 60px;
    }
    .footer_wrap .center {
        order:0;
    }
    .footer_wrap .left .copy {
        text-align:center;
    }
    .footer_wrap .right {
        order:1;
    }
    .footer_wrap .menu_ttl {
        text-align: center;
    }
    .con_set .set_wrap {
        display:inherit;
        margin-bottom: 80px;
    }
    .osusume_img, .set_img {
        margin:0 auto 30px;
    }
    .con_set .arrow {
        display: block;
    }

}

@media screen and (max-width: 574px) {
    .sp_on2 {
        display: block;
    }

    .sp_off2 {
        display: none;
    }

    .table_sp {
        justify-content: center;
    }

    .con_menseki td,
    .con_menseki th {
        padding: 5px;
        font-size: 14px;
    }

    .sp_table_ttl {
        margin: 20px 0;
        text-align:center;
    }

    .gaiyo h3 {
        font-size: 25px;
        text-align: center;
    }

    .con_scene h2,
    .con_sozai h2,
    .con_howto h2,
    .con_kounyu h2,
    .con_menseki h2,.con_osusume h2 {
        font-size: 25px;
    }

    .con_howto .howto_wrap {
        display: inherit;
    }
    .howto_wrap li {
        max-width:400px;
        margin:auto;
    }

    .con_howto .howto_wrap .arrow {
        width: 30px;
        transform: rotate(90deg);
        margin: auto;
    }
}

@media screen and (max-width: 500px) {
    .menu_txt {
        width:100%;
    }
}

@media screen and (max-width: 420px) {
    .kounyu_img {
        width:30px;
        padding: 10px 20px 0 0;
    }
    .kounyu_txt {
        font-size:16px;
        padding: 10px 0 0 0;
    }
    .kounyu_btn a {
        width: 170px;
        height: 105px;
    }
    .kounyu_txt02 {
        font-size: 12px;
    }

}

@media screen and (max-width: 333px) {
    .mittyaku_link {
        padding:60px 20px;
    }
    .gaiyo01 .right img {
        max-width:100%;
    }
    .con_scene .scene_wrap li, .list_wrap li {
        width:100%;
    }
}