/*PC*/
@media (min-width: 1280px) {
    .gothic14{
        font-size: 16px;
    }


}

/*ノートPC*/
@media (min-width: 841px)  and (max-width: 1279px) {
    

    .overlay-text {
        padding: 15px;
    }

    .overlay-title {
        font-size: 16px;
    }
    
    .overlay-body {
        font-size: 10px;
    }

}

/*タブレット*/
@media (min-width: 541px)  and (max-width: 840px) {

    section {

    }

    .iphone-container{
        display: block;
    }

    .pc-countainer{
        display: none;
    }
    .menu {
        padding: 0 7% 0 5%; /* 左右の余白をタブレット用に */
    }

    .menu-right {
        gap: 20px;
    }

    .menulogo {
        width: 140px; /* 適切なサイズに */
        padding-top: 15px;
        margin-bottom: 15px; /*背景画像の薄い黒用*/
    }

    .menu-img{
        height: 12px;

    }

    .menu-text{
        font-size: 14px;

    }

    .menu-button{
        width: 40px; /* ボタンのサイズ */
        height: auto;
    }

    .left-line-bottom{
        height: 70%;
    }


    .side-line-left{
        margin-left: 10%;
    }

    .side-img{
        top:210px;
    }

    .slider-nav {
        gap: 20px;
    }

    .slider-nav button{
        font-size: 20px;
    }

    .slider-nav button::before {
        font-size: 18px;
    }

    
.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
  }
  
  .overlay-title {
    font-weight: bold;
    font-size: 36px;
    font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-bottom: 6px;
    line-height: 1.4;
  }
  
  .overlay-body {
    font-size: 20px;
    font-weight: bold;
    font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.6;
    word-wrap: break-word;
  }

    .benefits-row{
        flex-direction: column; /* 縦方向に並べる */
        padding-bottom: 0px;
      }
    
    .benefits-col3{
        width: 100%;
        padding-bottom: 10px;
    }


    .benefits-text{
        font-size: 18px;
    }

        /*PLAN金額表示のやつ*/
    .amount {
        height: auto; /* ボタンの高さを統一 */
        font-size: 20px;
        padding: 10px 0;
    }

    .plan-table th, .plan-table td {
        height: 50px;
    }

    .plan-table th:nth-child(1),
    .plan-table th:nth-child(2),
    .plan-table th:nth-child(3) {
        font-size: 20px;
    }

    .plan-table td:nth-child(1) {
        font-size: 16px;
    }

    .plan-table img{
        width: 30%;
    }

    .plan-text span{
        font-size: 18px;
    }

    .btn {
        height: 60px; /* ボタンの高さを統一 */
        font-size: 18px;
    }

    .gothic10 {
        font-size: 14px;
    }

    .plan-gothic18{
        font-size: 14px;
    }

    .footer-gothic14 {
        font-size: 12px;
    }

    .gothic18{
        font-size: 12px;
    }

    .thank-gothic18{
        font-size: 16px;
    }

    /*aboutテキスト*/
    .gothic20 {
        font-size: 16px;
    }

    .gothic32 {
        font-size: 28px;
    }

    .plan-gothic12 {
        font-size: 18px;
    }

    .item-gothic{
        font-size: 14px;
    }

    .gothic14 {
        font-size: 14px;
    }

    .plan-gothic-up {
    font-size: 16px;
}

    .plan-gothic-amount{
        font-size: 20px;
    }

    .gothic12{
        font-size:  14px;
    }

}

/*スマホ*/
@media (max-width: 540px) {

    section {
        padding-top: 100px;
    }

    .iphone-container{
        display: block;
    }

    .pc-countainer{
        display: none;
    }

    .culumn-container-plan {
        padding: 0 10% 150px 13%;
    }

    .menu {
        padding: 0 20px 0 20px; /* 左右の余白をスマホ用に */
    }

    /*メニューロゴ(左上)の位置や大きさ*/
    .menulogo {
        width: 100px; /* 適切なサイズに */
        padding-top: 0%;
        margin-bottom: 5px; /*背景画像の薄い黒用*/
    }

    /*ハンバーガーメニューの位置*/
    .menu-right {
        padding-top: 15px;
    }

    /* 3本線のハンバーガーメニューアイコン */
    .modal-icon {
        position: fixed;
        top: 25px;
        right: 30px;
        width: 35px;
        height: 20px;
        cursor: pointer;
        z-index: 100;
    }
    /*一本一本の設定*/
    .modal-icon div {
        width: 100%;
        height: 3px;
        background-color: rgb(255, 255, 255);
        transition: 0.3s;
        margin-bottom: 8px; /*線と線の間の幅*/
        border-radius: 10px; /*角を取る*/
    }

    .modal-icon.active div:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
    }
  
    .modal-icon.active div:nth-child(2) {
        opacity: 0;
    }
  
    .modal-icon.active div:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
    }

    /*ハンバーガーメニュー押した時に出てくるメニュー*/
    .modal {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 85%;
        height: 100vh;
        background: #000000;
        color: #fff;
        padding: 80px 20px;
        transition: transform 0.3s;
        transform: translateX(100%); /* 最初は右に隠す */
        box-sizing: border-box;
        z-index: 90;
      }

      .modal.active {
        transform: translateX(0); /* 表示する */
        z-index: 90;
      }

      .modal-container{
        display: flex; 
        flex-direction: column; /* 縦向に並べる */
        align-items: center; /* 縦の中央揃え */
        text-align: center; /*文字を中央揃え*/
        justify-content: space-around; /*均等なスペースに配置*/
      }

      .modal-text{
        display: flex; 
        flex-direction: column; /* 縦向に並べる */
        height: 50%;
        width: 100%;
        gap:20px;
        margin-bottom: 50px;
      }

      .modal-text-row{
        display: flex; 
        width: 100%;
        flex-direction: row; /* 横向に並べる */
        justify-content: space-between; /*両端に配置*/
      }

      .modal-text-line {
        width: 100%;
        height: 1px;
        background-color: rgb(255, 255, 255);
    }

      .modal-down{
        display: flex;
        justify-content: center;
        flex-direction: column; /* 縦向に並べる */
        width: 100%;
      }

      .modal-button {
        width: 80%; /* ボタンの幅を統一 */
        height: 50px; /* ボタンの高さを統一 */
        display: flex; 
        align-items: center; /* 縦方向の中央揃え */
        justify-content: center; /* 横方向の中央揃え */
        text-align: center;
        color: white;
        border: none; /* 枠線を削除 */
        outline: none; /* フォーカス時の枠線を削除 */
        text-decoration: none; /*文字の下のラインを削除*/
        border-radius: 50px; /*角を取る*/
        cursor: pointer; /*カーソル合わした時指に*/
        font-size: 18px;
        font-weight: bold;
        font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        transition: transform 0.2s ease-in-out; /* なめらかなアニメーション */
        margin: 0 auto 20px auto;
    }
    
    .modal-button:hover{
        transform: scale(1.1); /* ホバー時に1.1倍の大きさに */
    }
    
    .b-btn{
        background-color: #3866f3;
    }
    
    .w-btn{
        background-color:#ffffff;
        color: rgb(0, 0, 0);
    }

    .menu a {
        display: block;
        color: #fff;
        text-decoration: none;
        margin: 20px 0;
        font-size: 18px;
    }

    .menu-img{
        display: none;
    }
    /*スマホ画面では右のJOINING!を消す?*/
    .menu-button {
        top: 10%;
        width: 35px; /* ボタンのサイズ */
    }

    .left-line-img{
        max-width: 12px;
    }

    .left-line-img-thank{
        max-width: 8px;
    }

    .left-line-up{
        left: 48%;
        height: 100px;
        margin-bottom: 0;
    }

    .left-line-bottom{
        left: 48%; 
        height: 77%;
    }

    .left-line-top-bottom{
        left: 48%; 
    }

    .left-line-about-bottom,
    .left-line-cases-bottom,
    .left-line-benefits-bottom,
    .left-line-plan-bottom{
        left: 48%; 
    }

    .side-line-left{
        margin-left: 10%;
    }

    .side-img{
        top:107px;
        height: 12px;
    }

    .row-container-title{
        height: 30px;
    }

    .dfmlogo{
        width: 60%; /* ロゴサイズ調整 */
    }

    .overlay-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: white;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 0 0 8px 8px;
      }
      
      .overlay-title {
        font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-weight: bold;
        font-size: 22px;
        line-height: 1.4;
        margin-top: 15px;
        margin-bottom: 5px;
      }
      
      .overlay-body {
        font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.6;
        word-wrap: break-word;
      }

    .benefits-row{
        flex-direction: column; /* 縦方向に並べる */
        padding-bottom: 0px;
      }
    
    .benefits-col3{
        width: 100%;
        padding-bottom: 10px;
    }

    .benefits-text{
        font-size: 16px;
    }

    .amount-container{
        padding: 20px 10% 20px 13%;
    }

    /*PLAN金額表示のやつ*/
    .amount {
    height: auto; /* ボタンの高さを統一 */
    font-size: 18px;
    padding: 10px 0;
    }


    .flex-td {
        flex-direction: column; 
        align-items: flex-start; 
        text-align: left;
        gap: 3px;
    }
    .plan-table th, .plan-table td {
        height: 20px;
    }

    .plan-table th:nth-child(1) {
        width: 60%;
    }
    .plan-table th:nth-child(2) {
        width: 20%;
    }
    .plan-table th:nth-child(3) {
        width: 20%;
    }

    /* PLANのヘッダー */
    .plan-table th:nth-child(1),
    .plan-table th:nth-child(2),
    .plan-table th:nth-child(3) {
        font-size: 14px;
    }

    .plan-table td:nth-child(1) {
        font-size: 14px;
    }

    .plan-text span{
        font-size: 8px;
    }

    .btn {
        height: 50px; /* ボタンの高さを統一 */
        font-size: 14px;
    }
    
    .button {
        height: 60px; /* ボタンの高さを統一 */
        font-size: 20px;
        margin-bottom: 20px;
    }

    .gothic10 {
        font-size: 10px;
    }

    .benefits-gothic28{
        font-size: 20px;
    }

    .plan-gothic18{
        font-size: 12px;
    }

    .footer-gothic14 {
        font-size: 10px;
    }

    .gothic18{
        font-size: 10px;
    }

    .thank-gothic18{
        font-size: 12px;
        margin-bottom: 30px;
    }

    .modal-gothic{
        font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-weight: bold;
        font-size: 10px;
        margin-bottom: 30px;
    }

    /*aboutテキスト*/
    .gothic20 {
        font-size: 16px;
    }

    .plan-gothic12 {
        font-size: 18px;
    }

    .item-gothic{
        font-size: 10px;
    }

    .plan-gothic-up {
    font-size: 14px;
    padding: 30px 10% 0px 13%;
    }

    .plan-gothic-amount{
        font-size: 18px;
    }

    .gothic12{
        font-size: 12px;
    }
}