@charset "utf-8";

/*/////////////////////////////////////////////////////////////
productsp.css
//////////////////////////////////////////////////////////////*/

@media (max-width: 777px) {

/**********************
  SP画面特有設定
**********************/

    body {
        min-width: 360px;
        /*縮小がかかる最小値*/
    }

    p {
        font-size: clamp(16px, 3vw, 24px);
        text-align: center;
        margin: 1rem;
    }

    main {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .h2_tagu{
        height: 10.5vw;
    }

    /* スマホで見た時はclass名sp-onlyだけ表示 */
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    /* スマホの時だけ改行させるクラス */
    .br-sp {
        display: block;
    }

    .br-pc {
        display: none;
    }

/*////////////////////////////
フォント
////////////////////////////*/

    @font-face {
        font-family: "Akrobat";
        src: url("/font/Akrobat-Bold.otf") format("opentype");
        src: url("/font/akrobat-extrabold-webfont.ttf") format("truetype");
        font-weight: bold;
    }

    @font-face {
        font-family: "Akrobat";
        src: url("/font/Akrobat-Regular.otf") format("opentype");
    }

    .font_Alphabet {
        font-family: "Akrobat", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

    }

    /*見出し　アルファベット用*/
    .font_Zen_Kaku_Gothic_New {
        font-family: "Zen Kaku Gothic New Medium", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        font-size: 8vw;
        padding: 0 0.7vw 0 0.1vw;
        font-weight: bold;
        letter-spacing: 0.15vw;
    }

    .contents_words {
        font-size: clamp(16px, 3vw, 28px);
        text-align: center;
        margin: 1rem;
        margin-bottom: 1.5rem;
        line-height: 160%;
    }

    /*見出し　かな用(変更前)*/
    .font_Zen_Kaku_Gothic_New_JP {
        font-size: 7vw;
        letter-spacing: 0vw;
        margin-left: -0.85vw;
        padding: 0;
    }

    .font_Bebas_Neue {
        font-size: 10.0vw;
        height: 10vw;
    }

/*---------------------------------
左サイド
----------------------------------*/
    /*サイドバー（スティッキーコンテナ）*/
    .sidebar_left {
        display: none;
    }


/*---------------------------------
右サイド
----------------------------------*/
    /*サイドバー（スティッキーコンテナ）*/
    .sidebar {
        display: none;
    }


/* ------------------------------------------------------------
header
-------------------------------------------------------------- */

    #header {
        width: 96%;
    }

    /*　ハンバーガーメニューボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 3;
        right: 20px;
        top: 10px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #000;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* スマホメニューを開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* メニュー背景　*/
    nav.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff;
        background-color: #000;
        text-align: center;
        width: 100%;
        transform: translateX(100%);
        transition: all 0.6s;
        height: 100%;
        padding-top: 15%;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
    }

    nav.globalMenuSp ul li:hover {
        background: #ddd;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        text-decoration: none;
        font-size: 5vw;
    }

    /* クリックでjQueryで追加・削除 */
    nav.globalMenuSp.active {
        opacity: 100;
        display: block;
        transform: translateX(0%);
        height: 100%;
        padding-top: 15%;
    }

    #recruit_entry_bottan_sp_div a:hover {
        opacity: 0.6;
    }

    #recruit_entry_bottan_sp {
        width: 30%;
        margin-left: 75vw;
        margin-top: 18vw;
    }

    .header_logo_class {
        top: 4.0vw;
    }

    #header_logo_block {
        width: 22vw;
    }
    
.insta_header_sp{
    display: block;
    position: fixed;
    z-index: 3;
    left: 73vw;
    top: 15px;
    width: 30px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

/*--------------------------------
  背景画像
---------------------------------*/

    .back {
        background-image: url("/images/products/back_image3.png");
        display: block;
        height: 100%;
        background-size: cover;
        background-position: top;
    }

 /*--------------------------------
 section0 : TOP
---------------------------------*/

    /* Top画面の一番上の画像 */
    .gamenImg {
        width: auto;
        margin-top: 20vw;
    }

    /* Top文字の上側 */
    .top1 {
        font-family: Zen Kaku Gothic New Medium;
        font-size: clamp(20px, 4.5vw, 32px);
        text-align: center;
        margin: 3vw;
    }

    /* Top文字の下側 */
    .top2 {
        color: #000000;
        font-family: Zen Kaku Gothic New Medium;
        font-size: clamp(28px, 7vw, 52px);
        text-align: center;
        margin: 3vw;
    }

    /* Canopusのロゴ */
    .image_size {
        width: 45%;
    }

/*--------------------------------
 section1 : Canopusとは
---------------------------------*/

    /* 初期表示にて、見えなくするための設定 */
    #section1 {
        margin-top: 6rem;
    }

    /* 導入イメージ画像 */
    .section1_sumup img {
        width: 100%;
    }


/*--------------------------------
 section2 : 6つの特徴
---------------------------------*/

    /* 特徴のタイトル */
    #feature {
        text-align: center;
        font-family: 'Zen Kaku Gothic New Medium';
    }
    
    /* 特徴の説明文 */
    #id_feature {
        font-family: 'Zen Kaku Gothic New Medium';
        font-size: clamp(20px, 4.5vw, 28px);
    }

    /*******************
    スライドショー部分
    *********************/

    /*スライドの設定*/
    .canopus-slide {
        margin: 0.625rem;
    }

    /*スライダー　画像サイズ*/
    .sample-slider {
        width: 95%;
    }
    
    /* 画像タップ時 */
    .slider img:active {
        opacity: 1;
        transform: translateY(0)
    }

    /*スライダー画像　位置*/
    .sample-slider img {
        display: block;
        margin: 0 auto;
    }

    /*スライダー矢印　サイズ*/
    .sample-slider [class^="swiper-button-"]::after {
        font-size: 1.875rem;
        color: gray;
    }

    /*スライダー ナビボタン　サイズ*/
    /*親コンテナのpositionをrelativeにする*/
    .swiper-container {
        position: relative;
    }

    /* ページネーション位置 */
    .swiper-pagination {
        position: relative !important;
        margin-top: 1.25rem;
    }

/*--------------------------------
 section3 : メリット
---------------------------------*/

/*--------------------------------
 section4 : 料金プラン
---------------------------------*/

    /* 料金プランの一例プランのフォント */
    .saport {
        font-size: clamp(16px, 2.5vw, 24px);
    }

    #id_price {
        margin: 0.75rem;
    }

    #id_price_img {
        margin: 0.25rem;
    }

    .price-table td {
        padding: 0;
        padding-top: 1.0rem;
        padding-bottom: 1.0rem;
        font-size: 14px;
    }

    .kome {
        font-size: clamp(14px, 1.5vw, 12px);
        text-align: center;
    }

/*--------------------------------
section5 : お問い合わせ
---------------------------------*/

    #id_contact_btn {
        margin: 4.375rem auto 0 auto;
        text-align: center;
    }

    /* CONTACT US */

    .btn span {
        font-size: 5vw;
        letter-spacing: 0.35vw;
    }

    .btn {
        padding: 1.5vw 14vw;
    }

/* ------------------------------------------------------------
footer
-------------------------------------------------------------- */

    #footer-wrap p {
        font-size: 0.95rem;
    }

    #footer-wrap {
        font-size: 0.95rem;
    }

    /* footer copy
----------------------------- */

    .copy-wrap {
        height: auto;
        background-color: #000000;
    }

    .logo-access dt {
        width: 80px;
    }

    .logo-access dt img {
        width: 100%;
    }

    .logo-access dd {
        margin-left: 85px;
    }

    .logo-access p img {
        text-align: center;
        max-width: 35%;
        margin: 4vw 0;
    }

    .logo-center {
        text-align: center !important;
    }

    .logo-access {
        width: 96%;
        float: none;
        margin: 0 auto;
    }

    .copy-inr01 {
        width: 96%;
    }

    .copy-inr01 a {
        font-size: 0.95rem;
    }

    .copy-link {
        width: 96%;
        float: none;
        margin: 0 auto;
        text-align: left;
        padding: 3vw 0;
    }

    .copy-link ul {
        margin-top: 2vw;
        width: 100%;
    }

    .copy-link p {
        font-size: 0.8vw;
    }

    .copy-link ul li {
        display: inline;
        margin: 0 1.5vw 0 0;
    }


    .copy-inr02 {
        width: 100%;
        flex-wrap: wrap;
    }

    .copy-inr02_1 {
        width: 100%;
    }

    .copy-inr02_1 img {
        width: 15%;
        padding-left: 5vw;
    }

    .copy-inr02_2 {
        width: 100%;
        padding-left: 5vw;
    }

    .footer_p {
        text-align: left;
        padding-bottom: 1rem;
    }

    /**************************
     タブ切り替え
    ***************************/

    /* 全体を囲むdiv（親要素）*/
    .tab-wrap {
        --tab-color: #eee;
        /*タブの色*/
        --active-tab-color: #51677A;
        /*選択したタブの色*/
        display: flex;
        flex-wrap: wrap;
        gap: 0 0.625rem;
        /*タブ間の余白*/
        flex-direction: column;
    }


    /*タブ(label)のスタイル*/
    .tab-label {
        color: var(--active-tab-color);
        background-color: var(--tab-color);
        text-align: center;
        padding: .5rem 1rem;
        cursor: pointer;
        flex-grow: 1;
        /*flexアイテムの比率を指定*/
        order: -1;
        /*タブを上段に表示する*/
    }

    /* タブのコンテンツ部分*/
    .tab-content {
        width: 100%;
        display: none;
    }

    /*選択されていることがわかるように、選択されているタブの色を変える*/
    .tab-switch:checked+.tab-label {
        color: white;
        background-color: var(--active-tab-color);
    }

    /* 選択されているタブのコンテンツを表示させる */
    .tab-switch:checked+.tab-label+.tab-content {
        display: block;
        margin-top: 1rem;
    }

    /*タブのスタイル*/
    .tab-wrap:after {
        content: '';
        width: 100%;
        height: 0.625rem;
        background-color: var(--active-tab-color);
        display: block;
        order: -1;
    }

    /* input（ラジオボタン）は仕組みだけ利用するため非表示 */
    .tab-switch {
        display: none;
    }
}
