@media screen and (max-width: 750px) {
    @charset "utf-8";
    .sp_hidden {
        display: none
    }
    .pc_hidden {
        display: inline
    }
    body {
        -webkit-text-size-adjust: none;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        color: #000;
        font-size: 12pt;
        text-align: left;
        margin: 0;
        line-height: 1.6;
        background: url(../../img/bg.png);
    }
    * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    p {
        padding: 0;
        margin: 0;
    }
    img, iframe {
        vertical-align: bottom;
    }
    #wrap {
        background:#fff;
    }
    .imgall {
        display: block;
        width: 100%;
    }
    .sp_no {
        display: none
    }
    li {
        list-style-type: none;
    }
    .right {
        text-align: right;
    }
    .cen {
        text-align: center;
    }
    .contentWrap {
        width: 96%;
        margin: 0 auto;
    }
    .table_basic {
        border-collapse: separate;
        background: #fff;
        border-style: none;
        width: 100%;
    }
    .table_basic th {
        background: #f7f7f7;
        padding: 12px 12px;
        font-weight: normal;
        text-align: left;
        display: block;
    }
    .table_basic th span {
        display: block;
    }
    .table_basic td {
        padding: 12px 12px;
        display: block;
    }
    .table_basic td input.ip_max {
        width: 100% !important;
    }
    .table_basic td textarea {
        width: 100% !important;
        height: 100px !important;
    }
    .table_basic td div {
        padding-top: 10px;
    }
    .table_basic td div img {
        width: 100%;
        height: auto;
    }
    /*----------------------------------------ヘッダー/メインイメージ----------------------------------------*/
    #sp_sidenav {
        display: flex;
        border-radius: 6px;
        margin: 15px 10px 0;
    }
    #sp_sidenav div.btn{
        display: inline-block;
        text-align: center; /*中央揃え*/
        font-size: 12px; /*文字サイズ*/
        display: inline-block;
        flex: 1;
        margin: 0 2px;
    }
    #side_insta a{
        color: #f13f79; /*文字色*/
        border: 2px solid #f13f79;
    }
    #side_twitter a{
        color: #1da1f2; /*文字色*/
        border: 2px solid #1da1f2;
    }
    #side_youtube a{
        color: #ff0000; /*文字色*/
        border: 2px solid #ff0000;
    }
    #side_tiktok a{
        color: #000; /*文字色*/
        border: 2px solid #000;
    }
    #sp_sidenav div.btn a{
        display: block;
        padding: 6px 0px;
        font-weight: 600;
        border-radius: 3px;
    }
    #pc_sidenav {
        display: none;
    }
    header {
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }
    
    header p{
        font-size: 12pt;
        letter-spacing:3pt;
        display: block;
    }
    header span{
        font-size: 17pt;
        letter-spacing: 3pt;
        display: block;
    }
    .space {}
    /*----------------------------------------コンテンツ----------------------------------------*/
    #contents {
        padding: 20px 10px;
    }
    /*----------------------------------------グローバルナビ----------------------------------------*/
    .gnav {
        display: none;
    }
    /*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
    .mainimg {
        background: url("../img/kv_sp.png") no-repeat center top;
        text-align: center;
        height: 350px;
        position: relative;
    }
    .mainimg div {
        position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
        font-size: 20pt;
        color: #fff;
        font-weight: 400;
        letter-spacing: 5pt;
        white-space: nowrap;
    }
    /*----------------------------------------フッター----------------------------------------*/
    footer {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        background:#f0ede3;
        text-align: center;
    }
    
    .page_top {
        display: none;
    }
    .page_top img {
        display: none;
    }
    /*----------------------------------------メインコンテンツ----------------------------------------*/
    #index01 {
        margin: 0 auto;
        padding: 0px 0 40px;
        text-align: center;
    }
    
    h2{
        text-align: center;
        font-weight: 500;
        font-size: 20pt;
        letter-spacing: 3pt;
        display: block;
        margin-bottom: 20px;
        color: #b6a266;
    }
    /*----------------------------------------ankerlink---------------------------------------- */
    #al1, #al2, #al3, #al4, #al5, #al6, #al7, #al8, #timebox {}
}