@media screen and (min-width:961px){
  .sp_only{
    display: none!important;
  }
}/*@media screen and (min-width:961px){*/

@media screen and (max-width:960px){
  .pc_only{
    display: none!important;
  }

  /*
  ------------------------------------
  共通パーツ
  ------------------------------------
  */

  .container{
    padding:0 24px;
    max-width: 480px;
  }


  /*決済のモーダル*/
  .common_pay_modal{
    min-width: auto;

  }

  .common_pay_modal .pay_modal_inner{
    padding-inline: 30px;
  }


  .common_pay_modal .pay_modal_frame {
    min-width: auto;
  }


  /*
  ------------------------------------
  ヘッダー
  ------------------------------------
  */

  header{

  }

  header .header_inner{
    padding-left: 16px;
    padding-right: 16px;
  }

  header .header_right{
    display: none;
  }
  header .header_menu{
    align-items: center;
  }



  /*
  ------------------------------------
  ログイン、ログアウト共通
  ------------------------------------
  */

  .common_form_section{
    padding-top: 56px;
    padding-bottom: 80px;
  }

  .common_form_section .page_head{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }

  .common_form_section .must_text{
    text-align: center;
    margin-bottom: 20px;
  }

  .common_form_section .form_frame{
    max-width: 410px;
    margin:44px auto 0;
    position: relative;
  }

  .common_form_section .form_line{
    position: relative;
  }

  .common_form_section .form_line + .form_line{
    margin-top: 32px;
  }
  .common_form_section .form_line label{
    position: static;
    top: 10px;
    right:calc(100% + 40px);
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 16px;
  }

  .common_form_section .form_line label .must{
    position: relative;
  }

  .common_form_section .form_line label .must::after{
    content:'*';
    color:#ff0000;
    position: absolute;
    top:-3px;
    left:calc(100% + 4px);
  }
  .common_form_section .form_line input{
    display: block;
    width:100%;
    height:40px;
    border:1px solid #424242;
    padding:0 12px;
  }

  .common_form_section .submit_frame{
    margin-top: 32px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .common_form_section .reset_link{
    position: static;
    width: fit-content;
    display: flex;
    justify-content: center;
    margin:32px auto 0;
  }

  .common_form_section .cancel_link{
    position: static;
    width: fit-content;
    padding:0 16px 2px;
    white-space: nowrap;
    min-width: 144px;
    display: flex;
    justify-content: center;
    margin:40px auto 0;
  }

  /*
  ------------------------------------
  ログイン
  ------------------------------------
  */
  body.login_body{
    
  }
  main.login_main{

  }

  .login_section{

  }

  /*
  ------------------------------------
  ログアウト確認
  ------------------------------------
  */

  body.logout_body{
    
  }
  main.logout_main{

  }

  .logout_section{

  }

  .logout_section .p01{
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
  }


  .logout_section .logout_button{
    margin:64px auto 0;
  }

  /*
  ------------------------------------
  新規会員登録（認証メール送信）
  ------------------------------------
  */

  body.pre_register_body{
    
  }
  main.pre_register_main{

  }

  .pre_register_section{

  }

  .pre_register_section .submit_frame p{
    text-align: center;
    margin-bottom: 16px;
  }

  .pre_register_section .remark_text{
    margin-top: 36px;
    text-align: center;
  }

  /*
  ------------------------------------
  新規会員登録（認証メール送信）
  ------------------------------------
  */

  body.regist_body{
    
  }
  main.regist_main{

  }

  .regist_section{

  }

  .regist_section .agree_area{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 64px;
  }

  .regist_section .agree_area .agree_head{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .regist_section .agree_area .agree_box{
    margin-top: 20px;
    padding:24px;
    height:210px;
    border:1px solid #424242;
    line-height: 2;
    overflow-y: scroll;
  }

  .regist_section .agree_area .agree_text{

  }

  .regist_section .agree_area .agree_flex{
    display: flex;
    align-items: center;
    width:fit-content;
    margin:40px auto 0;
    cursor: pointer;
    
  }


  .regist_section .agree_area .agree_flex input{
    width:15px;
    height:15px;
    margin-right: 16px;
  }
  .regist_section .submit_frame p{
    text-align: center;
    margin-bottom: 16px;
  }

  .regist_section .remark_text{
    margin-top: 36px;
    text-align: center;
  }

  /*
  ------------------------------------
  マイページ
  ------------------------------------
  */

  body.mypage_body{
    
  }
  main.mypage_main{

  }

  .mypage_section{

  }

  .mypage_section01{
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .mypage_section01 .menu_list{
    display: flex;
    justify-content: space-around;

    flex-wrap: wrap;
    gap:0;
    position: relative; 
    max-width: 800px;
    margin:40px auto 0;
  }

  .mypage_section01 .menu_block{
    width:200px;
    position: relative;
  }


  .mypage_section01 .menu_block .paid_text{
    text-align: center;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    bottom:calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }


  .mypage_section01 .menu_card{
    display: block;
    width:100%;
    /* box-shadow: 10px 10px 5px rgba(0,0,0,0.2); */
    position: relative;
  }

  .mypage_section01 .menu_card:active{
    box-shadow: none;
    transform: translateY(10px);
  }

  .mypage_section01 .menu_card.off{
    pointer-events: none;
  }
  .mypage_section01 .menu_card img{
    width: 100%;
  }



  .mypage_section01 .menu_card .stripe-button-el{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity: 0;
  }

  .mypage_section01 .pay_area{
    position: static;

    white-space: nowrap;
    margin:56px auto;
  }

  .mypage_section01 .pay_area .pay_head{
    text-align: center;
    font-weight: bold;
    line-height: 1;
  }

  .mypage_section01 .pay_area .pay_list{
    margin-top: 32px;
  }


  .mypage_section01 .pay_area .pay_button{
    min-width:280px;
    min-height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding:4px 10px;
    margin:0 auto;
    cursor: pointer;
  }

  .mypage_section01 .pay_area .pay_button + .pay_button{
    margin-top: 28px;
  }
  .mypage_section01 .pay_area .pay_text{
    min-width: 245px;
    text-align: center;
    padding:0 4px 2px;
    margin:0 auto;
  }

  .mypage_section01 .pay_area .pay_text + .pay_text{
    margin-top: 24px;
  }

  .mypage_section01 .pat_result{
    display: flex;
    justify-content: center;
    margin-top: 32px;
    font-weight: bold;
    color:#ff0000;
  }

  .mypage_section01 .logo{
    position: static;
    margin:0;
    margin:0 auto;
  }
  /*
  ------------------------------------
  プロフィール情報設定
  ------------------------------------
  */

  body.setting_body{
    
  }
  main.setting_main{

  }

  .setting_section{

  }

  .setting_section01{
    padding-top: 72px;
    padding-bottom: 96px;
  }

  .setting_section01 .select_frame::after{
    right:12px;
  }

  .setting_section01 .select_frame select{
    cursor: pointer;
    font-size: 20px;
    padding-right: 30px;
    padding-left: 8px;
    text-align: left;
  }

  .setting_section01 .setting_frame{
    max-width: 800px;
    margin:0 auto;
    position: relative;
  }

  .setting_section01 .setting_frame .save_frame{
    position: absolute;
    top:-10px;
    right:-40px;
  }

  .setting_section01 .setting_frame .save_button{
    display: flex;
    justify-content: center;
    align-items: center;
    width:128px;
    height:48px;
    border-radius: 50px;
    background-color: rgb(146,165,188);
    font-size: 24px;
    font-weight: bold;
    color:#fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    
  }

  .setting_section01 .setting_block{
    margin-top: 48px;
  }

  .setting_section01 .setting_line{
    display: flex;
    align-items: flex-start;
  }

  .setting_section01 .setting_line + .setting_line{
    margin-top: 28px;
  }

  .setting_section01 .setting_label{
    flex-shrink: 0;
    width:160px;
    min-height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 48px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
  }

  .setting_section01 .setting_right{
    width:100%;
  }

  .setting_section01 .name_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .setting_section01 .name_flex .input_frame{
    width: 48%;
  }

  .setting_section01 .input_frame{
    max-width: 520px;
  }
  .setting_section01 .tel_frame{
    max-width: 320px;
  }

  .setting_section01 .input_frame input{
    display: block;
    width:100%;
    height:40px;
    border:1px solid #424242;
    padding:0 12px;
  }

  .setting_section01 .pass_flex{
    min-height: 40px;
    max-width: 520px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .setting_section01 .pass_chenge_link{
    width:82px;
    height:25px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #4d4d4d;
  } 

  .setting_section01 .birth_flex{
    display: flex;
    align-items: center;
  }

  .setting_section01 .birth_flex .birth_year{
    width:95px;
  }
  .setting_section01 .birth_flex .birth_month{
    width:95px;
    margin-left: 17px;
  }
  .setting_section01 .birth_flex .birth_day{
    width:95px;
    margin-left: 17px;
  }

  .setting_section01 .birth_flex .age{
    margin-left: 28px;
    font-size: 18px;
    font-weight: bold;
  }

  .setting_section01 .place_flex{
    display: flex;
    align-items: center;
  }

  .setting_section01 .place_flex .prefecture{
    width:140px;
  }

  .setting_section01 .place_flex .city_area{
    display: flex;
    align-items: center;
    margin-left: 88px;
  }

  .setting_section01 .place_flex .city_head{
    min-width: 90px;
    padding-right: 8px;
    font-size: 18px;
    font-weight: bold;
  }

  .setting_section01 .place_flex .city_frame{
    width: 200px;
  }

  .setting_section01 .reprint_flex{
    display: flex;
    align-items: center;
  }

  .setting_section01 .reprint_flex .reprint{
    width:18px;
    height:18px;
    flex-shrink: 0;
  }

  .setting_section01 .partner_area{
    display: flex;
    align-items: center;
    margin-left: 36px;
  } 

  .setting_section01 .partner_area .partner{
    width:180px;
    margin:0 30px;
  }

  .setting_section01 .partner_area p{
    font-size: 18px;
    font-weight: bold;
  }



  /*
  ------------------------------------
  Wedding Websitesの作成と編集
  ------------------------------------
  */

  body.edit_body{
    min-width: auto;
  }
  main.edit_main{
    
  }

  .edit_section{
    padding-top: 32px;
    padding-bottom: 40px;
  }


  .edit_section .edit_container{
    max-width: 1400px;
    width:92%;  
    margin:0 auto;
  }

  .edit_section .page_title{
    font-size: 24px;
    line-height: 1.5;
  }

  .edit_section .edit_button{
    width: 304px;
    height: 56px;
    font-size: 27px;
    margin:32px auto 0;
  }

  .edit_section .result_text{
    margin-top: 16px;
    text-align: center;

  }

  .edit_remark{
    width: fit-content;
    margin:24px auto 0;
  }
  .edit_section .edit_area{
    margin-top: 64px;
  }

  .edit_section .edit_area .text_left_count{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }

  .edit_section .edit_area input[type="text"],
  .edit_section .edit_area input[type="number"],
  .edit_section .edit_area input[type="email"],
  .edit_section .edit_area input[type="tel"],
  .edit_section .edit_area input[type="date"],
  .edit_section .edit_area input[type="time"],
  .edit_section .edit_area input[type="text"]{
    height: 40px;
    padding:0 8px;
    font-size: 15px;
  }

  .edit_section .edit_area select{
    font-size: 15px;
    padding-left: 8px;
    padding-right: 20px;
  }

  .edit_section .edit_area .select_frame::after {
    border-width: 6px 6px 0 6px;
    right: 6px;
  }

  .edit_section .edit_area textarea{
    padding:12px;
    font-size:18px;
    line-height: 1.5;
  }


  .edit_section .edit_area .line_plus{
    font-size: 20px;
  }

  .edit_section .edit_area .line_plus::before{
    width:20px;
    height:20px;
    margin-right: 20px;
  }


  .edit_section .edit_area .edit_line{
    padding:30px 0;
  }

  .edit_section .edit_area .edit_inner{
    max-width: 1150px;
    margin:0 auto;
  }

  .edit_section .edit_area .edit_head{
    font-size: 24px;
  }

  .edit_section .edit_area .edit_head::before{
    width: 22px;
    height: 22px;
    margin-right: 20px;
  }

  .edit_section .edit_area .edit_head input{
    transform: translateY(-2px);
    width: 22px;
    height: 22px;
    margin-right: 20px;
  }


  .edit_section .edit_area .edit_sub_head{
    font-size:18px;
  }

  .edit_section .edit_area .edit_sub_head input{
    transform: translateY(-2px);
    width:14px;
    height:14px;
    margin-right: 32px;
  }

  .edit_section .edit_area .free_line_delete{
    transform: translateY(-2px);
    width: 22px;
    height: 22px;
    margin-right: 20px;
  }


  .edit_section .edit_area .edit_upload_label{
    width: 210px;
    height:40px;
    /* box-shadow: 3px 3px 3px rgba(0,0,0,0.35); */
  }


  .edit_section .edit_area .edit_img_list li{
    display: flex;
    align-items: flex-start;
    line-height: 1.2;
  }

  .edit_section .edit_area .edit_img_list li + li{
    margin-top: 12px;
  }

  .edit_section .edit_area .edit_img_list .img_line_delete{

    margin-right:16px;
    font-size: 14px;
  }

  .edit_section .edit_area .edit_img_list p{
    width:100%;
  }

  .edit_section .edit_area .edit_img_list img{
    width:100px;
    margin-top: 4px;
  }


  .edit_section .temp_area{
    display: flex;
    align-items: center;
    padding:16px 0;
    position: relative;
  }

  .edit_section .temp_area::before{
    content:'';
    width:1320px;
    height:100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: linear-gradient(to right , #e3d8c6 0%, #e2d7cc 14.19%, #e2d7d1 37.48%, #cab2a9 78.45%, #e5d1b9 100%);
    z-index: -1;
  }

  .edit_section .temp_open_button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 136px;
    height: 40px;
    border-radius: 40px;
    background-color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 48px;
  }

  .edit_section .temp_name{
    margin-left: 64px;
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
    color: #665b4c;

  }

  .edit_section .fv_area{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .edit_section .fv_area .fv_left{
    width:100%;
  }

  .edit_section .fv_area .fv_right{
    flex-shrink: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }

  .edit_section .fv_area .fv_head_flex{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }

  .edit_section .fv_area .mv_head_right{
    margin-top: 24px;
  }

  .edit_section .fv_area .fv_img_upload{
    display: none;
  }

  .edit_section .fv_area .fv_remark{
    margin-top: 32px;
    line-height: 1.3;
    padding-left: 0;
  }

  .edit_section .fv_area .fv_remark li + li{
    margin-top: 8px;
  }

  .edit_section .fv_area .fv_img_alert{
    margin-top: 8px;
    font-size: 13px;
  }

  .edit_section .title_area{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .edit_section .title_area .title_left{
    flex-shrink: 0;
    width:100%;
  }

  .edit_section .title_area .title_right{
    display: flex;
    align-items: center;
    margin-top: 24px;
  }

  .edit_section .title_area .title_right input{
    width:305px;
    margin-right: 32px;
  }

  .edit_section .greeting_area{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .edit_section .greeting_area .greeting_left{
    flex-shrink: 0;
    width:100%;
  }

  .edit_section .greeting_area .greeting_right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-top: 24px;
  }

  .edit_section .greeting_area .greeting_right textarea{
    width:100%;
    height:300px;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .edit_section .color_area{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .edit_section .color_left{
  }

  .edit_section .color_right{
    /* margin-left: 24px; */
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;

  }

  .edit_section .color_right .color_list{
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-top: 24px;
    flex-wrap: wrap;
    gap:24px;
  }

  .edit_section .color_right label{
    cursor: pointer;
  }
  .edit_section .color_right .color_item + .color_item{
    margin-left: 0;
  }

  .edit_section .color_right .color_box{
    display: block;
    width:24px;
    height:24px;
    position: relative;
  }

  .edit_section .color_right input{
    display: none;
  }

  .edit_section .color_right input:checked + .color_box::after{
    width:36px;
    height:36px;
  }

  .edit_section .prof_area{
    width: 100%;
    margin: 40px auto 0;
  }


  .edit_section .prof_area .prof_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .edit_section .prof_area .prof_flex .prof_block{
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .edit_section .prof_area .prof_block02{
    margin-top: 0;
  }

  .edit_section .prof_area .head_text{
    font-size: 22px;
  }

  .edit_section .prof_area .edit_upload_label{
    margin:30px auto 0;
  }

  .edit_section .prof_area .edit_img_list{
    padding:0 12px;
    margin-top: 20px;
  }


  .edit_section .prof_area .prof_flex .prof_center{
    flex-shrink: 0;
    width:0;
    display: none;
  }

  .edit_section .prof_area .prof_alert{
    text-align: center;
    pointer-events: none;
    font-size: 18px;
    font-weight: bold;
    margin-top: -20px;
  }

  .edit_section .prof_area .prof_list{
    margin-top: 48px;
  }

  .edit_section .prof_area .prof_line{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .edit_section .prof_area .prof_line + .prof_line{
    margin-top: 32px;
  }

  .edit_section .prof_area .prof_line.line_first{
    margin-top: 56px;
  }

  .edit_section .prof_area .prof_line p{
    font-size: 18px;
    font-weight: bold;
  }

  .edit_section .prof_area .prof_left,
  .edit_section .prof_area .prof_right{
    width:49%;
    display: flex;
    align-items: center;
  }


  .edit_section .prof_area .prof_left{
    justify-content: flex-end;
    order:1;
  }

  .edit_section .prof_area .prof_right{
    order:2;
  }


  .edit_section .prof_area .prof_center{
    width:100%;
    flex-shrink: 0;
    margin:0;
    display: flex;
    justify-content: center;
    align-items: center;
    order:0;
    margin-bottom: 12px;
  }

  .edit_section .prof_area .prof_line_name01 .prof_center{
    margin-bottom: 40px;
  }

  .edit_section .prof_area .prof_center p{
    text-align: center;
    padding:0 6px;
    width:auto;
    min-width:140px;
    font-size: 20px;
  }

  .edit_section .prof_area .prof_center span{
    position: relative;
    flex-shrink: 0;
    width:16px;
  }

  .edit_section .prof_area .prof_center input[type="checkbox"],
  .edit_section .prof_area .prof_center input[type="radio"]{
    width: 16px;
    display: block;
    transform: translateY(-2px);
  }

  .edit_section .prof_area .prof_center .show_guide_text{
    bottom:calc(100% + 8px);
  }


  .edit_section .prof_area .name_flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .edit_section .prof_area .name_block{
    width: 48%;
    position: relative;
  }

  .edit_section .prof_area .name_block04{
    width: 100%;
  }

  .edit_section .prof_area .name_block p{
    bottom:calc(100% + 4px);
  }

  .edit_section .prof_area .date_flex{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap:0;
    width: 100%;
  }

  .edit_section .prof_area .date_flex .date_select_area{
    order: 0;
    width: 100%;
    gap:0 8px;

  }

  .edit_section .prof_area .date_flex .date_text_area{
    order: 1;
    width: 100%;
    gap:0 8px;
    margin-top: 12px;
  }

  .edit_section .prof_area .prof_left .date_flex .date_text_area{
    justify-content: flex-end;
  }

  .edit_section .prof_area .prof_left .date_flex .date_select_area{
    justify-content: flex-end;
  }
  

  .edit_section .prof_area .date_flex .year_frame{
    width:80px;
  }
  .edit_section .prof_area .date_flex .month_frame{
    width:50px;
  }
  .edit_section .prof_area .date_flex .day_frame{
    width:50px;
  }

  .edit_section .prof_area .date_flex p{
    padding:0 1px;
    font-size: 13px;
    white-space: nowrap;
  }

  .edit_section .prof_area .prof_left .pre_flex {
    justify-content: flex-end;
}

  .edit_section .prof_area .pre_flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .edit_section .prof_area .pre_flex p{
    margin-left:0;
    margin-right: 0;
    margin-bottom: 4px;
    width:70px;
  }

  .edit_section .prof_area .pre_flex .prefecture_frame{
    width: 140px;
    margin-right: 80px;
    margin-bottom: 16px;
  }


  .edit_section .prof_area .prof_left .pre_flex .prefecture_frame{
    margin-right: 0;
    margin-left: 88px;
  }

  .edit_section .prof_area .prof_right .pre_flex p{
    margin-right: 0;
    order:3;
  }

  .edit_section .prof_area .pre_flex .city_frame{
    width: calc(100% - 70px - 10px);
  }

  .edit_section .prof_area .job_frame{
    width:100%;
  }

  .edit_section .prof_area .blood_frame{
    width: 100px;
  } 

  .edit_section .prof_area .prof_line_free input[type="text"]{
    width: 100%;
    padding:0 12px;
  }

  .edit_section .prof_area .prof_line_free .free_title_frame{
    width: 100%;
  }

  .edit_section .prof_area .prof_line_free .free_frame{
    width: 100%;
  }

  .edit_section .prof_area .line_plus{
    margin:32px auto 0;
  }

  .edit_section .deco_area{
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    margin-top: 32px;
  }

  .edit_section .deco_area .deco_left{
    flex-shrink: 0;
    width:250px;
  }

  .edit_section .deco_area .deco_left_flex{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .edit_section .deco_area .deco_left .select_frame{
    width:100%;
    margin-left: 0;
    margin-top: 12px;
  }

  .edit_section .deco_area .deco_remark{
    margin-top: 12px;
  }

  .edit_section .deco_area .deco_remark li + li{
    margin-top: 6px;
  }

  .edit_section .deco_area .deco_right{
    margin-left: 20px;
  }

  .edit_section .deco_area .deco_img_frame{
    transform: translateY(0);
    min-height: auto;
  }

  .edit_section .deco_area .deco_img_frame img{
    width:100%;
    /* aspect-ratio: 1/1; */
    /* object-fit: cover; */
  }

  .edit_section .question_area{
    padding-left: 0;
    margin-top: 40px;
  }

  .edit_section .question_area .question_line {
    
  }

  .edit_section .question_area .question_line + .question_line{
    margin-top: 40px;
  } 

  .edit_section .question_area .question_line01{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .edit_section .question_area .question_line01 .question_title{
    margin-left: 0;
    margin-top: 16px;
    display: flex;
    align-items: center;
  }

  .edit_section .question_area .question_line01 .question_title p{
    font-size: 18px;
    white-space: nowrap;
    margin-right: 0;
    min-width: 70px;
  }

  .edit_section .question_area .question_line01 .question_title .select_frame{
    width:100%;
  }

  .edit_section .question_area .question_line01 .question_title select{
    font-weight: bold;
  }

  .edit_section .question_area .question_line01 .question_free_title{
    margin-left: 70px;
    margin-top: 16px;
  }

  .edit_section .question_area .question_line01 .question_free_title input{
    width:350px;
    
  }

  .edit_section .question_area .question_line02{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 0;
    margin-top: 16px;
  }

  .edit_section .question_area .question_line02 .answer_block{
    display: flex;
    align-items: center;
    width: 100%;
  }

  .edit_section .question_area .question_line02 .answer_block p{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-right: 0;
    white-space: nowrap;
    margin-right: 0;
    min-width: 70px;
  }

  .edit_section .question_area .question_line02 .answer_block input{
    width:100%;
  }

  .edit_section .question_area .question_line02 .answer_block02{
    margin-top: 16px;
  }

  .edit_section .question_area .line_plus{
    margin-top: 32px;
  }

  .edit_section .info_area{
    margin-top: 24px;
    padding-left: 0;
  }

  .edit_section .info_area .info_line{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .edit_section .info_area .info_line + .info_line{
    margin-top: 24px;
  }

  .edit_section .info_area .info_left{
    width:auto;
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    padding-top:12px;
  }

  .edit_section .info_area .info_right{
    width:100%;
    margin-top: 16px;
  }

  .edit_section .info_area .info_right input[type="text"],
  .edit_section .info_area .info_right input[type="time"],
  .edit_section .info_area .info_right textarea{
    width: 100%;
    max-width: 870px;
  }

  .edit_section .info_area .info_left input{
    transform: translateY(-2px);
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-right: 20px;
    cursor: pointer;
  }

  .edit_section .info_area .info_left p{
    width:100%;
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
  }

  .edit_section .info_area .info_deco_flex{
    display: flex;
    align-items: flex-start;
  }

  .edit_section .info_area .info_deco_frame{
    width:200px;
    margin-right: 20px;
    flex-shrink: 0;
    margin-top: 0;
  }

  .edit_section .info_area .info_deco_image{
    transform: translateY(-50px);
  } 
  .edit_section .info_area .info_deco_img_frame img{
    width:100%;
    aspect-ratio: 1/1;
    height:auto;
    object-fit: cover;
  }

  .edit_section .info_area .info_date_area{
    display: flex;
    align-items: center;
  }

  .edit_section .info_area .info_date_flex{
    display: flex;
    align-items: center;
    
  }

  .edit_section .info_area .info_year_frame{
    width:95px;
  }
  .edit_section .info_area .info_month_frame{
    width:72px;
    margin:0 16px;
  }
  .edit_section .info_area .info_day_frame{
    width:72px;
  }

  .edit_section .info_area .info_rokuyo_flex{
    display: flex;
    align-items: center;
    margin-left: 20px;
  }

  .edit_section .info_area .info_rokuyo_flex input{
    width:14px;
    height:14px;
    margin-right: 10px;
  }

  .edit_section .info_area .info_rokuyo_flex .info_rokuyo_frame{
    width: 80px;
  }

  .edit_section .info_area .info_time_flex{
    margin-left: 16px;
    display: flex;
    align-items: center;
  }

  .edit_section .info_area .info_time_flex p{
    font-size: 15px;
    font-weight: bold;
  }

  .edit_section .info_area .info_time_frame{
    width:100px;
    margin-left: 8px;
  }

  .edit_section .info_area .info_time_frame input{
    padding:0 8px;
  }

  .edit_section .info_area .info_tel_frame{
    max-width: 390px;
  }

  .edit_section .info_area .info_map_frame p{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
  }

  .edit_section .info_area .info_access_frame textarea{
    height:115px;
  } 

  .edit_section .info_area .info_fee_flex{
    display: flex;
    align-items: center;
  }

  .edit_section .info_area .info_fee_flex p{
    font-size: 18px;
    font-weight: bold;
  }

  .edit_section .info_area .info_fee_frame{
    width:140px;
    
  } 

  .edit_section .info_area .info_fee01{
    margin-left: 24px;
  }
  .edit_section .info_area .info_fee02{
    margin-left: 24px;
  }

  .edit_section .info_area .info_remark_frame textarea{
    height:115px;
    width: 100%;
  } 

  .edit_section .sche_area{
    margin-top: 60px;
  }

  .edit_section .sche_area .sche_flex{
    margin-top: 56px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 12px;
  }

  .edit_section .sche_area .sche_left{
    margin-right: 0;
    width: 100%;
  }

  .edit_section .sche_area .box_head{
    font-size: 18px;
  }

  .edit_section .sche_area .sche_deco_frame{
    width:100%;
    margin-top: 24px;
  }

  .edit_section .sche_area .sche_deco_img_frame{
    display: flex;
    justify-content: center;
    margin-top: 56px;
  }

  .edit_section .sche_area .sche_deco_img_frame img{
    width:338px;
    height:474px;
  }

  .edit_section .sche_area .sche_right{
    margin-top: 48px;
    width: 100%;
  }

  .edit_section .sche_area .sche_text_head{
    font-size: 18px;
    line-height:1;
  }

  .edit_section .sche_area .sche_text_head::before{
    width:16px;
    height:16px;
    margin-right: 24px;
  }

  .edit_section .sche_area .sche_text_head span{
    font-size: 16px;
    margin-left: 0;
  }

  .edit_section .sche_area .sche_title_frame{
    width: 100%;
    margin-top: 12px;
  }

  .edit_section .sche_area .sche_free_title_frame{
    width: 100%;
    margin-top: 24px;
  }

  .edit_section .sche_area .sche_free_title_frame input{
    width:100%;
    padding:0 12px;
  }

  .edit_section .sche_area .sche_text_block{
    /* margin-top: 40px; */
    margin-top: 32px;
  }

  .edit_section .sche_area .sche_text_block + .sche_text_block{
    margin-top: 56px;
  }

  .edit_section .sche_area .sche_text_block textarea{
    margin-top: 32px;
    width: 100%;
    height: 292px;
  }

  .edit_section .menu_area{
    margin-top: 88px;
  }

  .edit_section .menu_area .menu_flex{
    margin-top: 56px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 12px;
  }

  .edit_section .menu_area .menu_left{
    margin-right: 0;
    width:100%;
  }

  .edit_section .menu_area .menu_right{
    margin-top: 48px;
    width:100%;
  }

  .edit_section .menu_area .box_head{
    font-size: 18px;
  }

  .edit_section .menu_area .menu_deco_frame{
    width:100%;
    margin-top: 24px;
  }

  .edit_section .menu_area .menu_deco_img_frame{
    display: flex;
    justify-content: center;
    margin-top: 56px;
  }

  .edit_section .menu_area .menu_deco_img_frame img{
    width:338px;
    height:auto;
  }

  .edit_section .menu_area .menu_text_block textarea{
    margin-top: 0;
    width: 100%;
    height: 292px;
    margin-top: 24px;
  }

  .edit_section .seat_area{
    margin-top: 120px;
    padding-bottom: 80px;
  }

  .edit_section .seat_area .seat_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .edit_section .seat_area .seat_edit_open{
    margin-left: 12px;
    width: 240px;
    height: 50px;
    font-size: 20px;
  }

  .edit_section .faq_area{
    padding-left: 0
  }

  .edit_section .faq_area .faq_list{
    margin-top: 48px;
  }

  .edit_section .faq_area .faq_line:first-child .free_line_delete{
    pointer-events: none;
    opacity: 0;
  }

  .edit_section .faq_area .faq_line + .faq_line{
    margin-top: 40px;
  }

  .edit_section .faq_area .faq_line01 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .edit_section .edit_area .faq_line01 .edit_sub_head {
    width: 100%;
    margin-bottom: 16px;
}

  .edit_section .faq_area .faq_line01 .faq_title {
    margin-left: 0;
    display: flex;
    align-items: center;
  }

  .edit_section .faq_area .faq_line01 .faq_title p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-right: 24px;
  }

  .edit_section .faq_area .faq_line01 .faq_title .select_frame {
    width: 350px;
  }

  .edit_section .faq_area .faq_line01 .faq_free_title {
    margin-left: 0;
  }

  .edit_section .faq_area .faq_line01 .faq_free_title input {
    width: 300px;
  }

  .edit_section .faq_area .faq_line02 {
    padding-left: 0;
    margin-top: 16px;
  }

  .edit_section .faq_area .faq_line02 input{
    width:100%;
  }

  .edit_section .faq_area .line_plus{
    margin-top: 40px;
  }

  .edit_section .album_area{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .edit_section .album_area .album_left {
    width: 100%;
    flex-shrink: 0;
    margin-right: 0;
  }

  .edit_section .album_area .album_head_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .edit_section .album_area .album_head_flex .edit_head{
    margin-bottom: 16px;
  }

  .edit_section .album_area .album_img_upload {
    display: none;
  }

  .edit_section .album_area .album_remark {
    margin-top: 16px;
    line-height: 1.3;
    padding-left: 0;
  }

  .edit_section .album_area .album_remark li + li {
    margin-top: 8px;
  }

  .edit_section .album_area .album_right{
    width: 100%;
    margin-top: 32px;
  }

  .edit_section .album_area .edit_img_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .edit_section .album_area .edit_img_list li{
    margin-top: 20px;
    width:48%;
  }

  .edit_section .album_area .edit_img_list li + li{
    margin-top: 20px;
  }

  .edit_section .movie_area{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .edit_section .movie_area .movie_left {
    width: 100%;
    flex-shrink: 0;
  }

  .edit_section .movie_area .movie_head_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .edit_section .movie_area .movie_img_upload {
    display: none;
  }
  .edit_section .movie_area .movie_video_upload {
    display: none;
  }

  .edit_section .movie_area .label_frame{
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 1;
  }

  .edit_section .movie_area .label_frame .span_label{
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #685a4b;
    position: absolute;
    top: 12px;
    right:calc(100% + 18px);

    white-space: nowrap;
  }
  .edit_section .movie_area .label_frame + .label_frame{
    margin-top: 30px;
  }

  .edit_section .movie_area .label_frame label{
    flex-shrink: 0;
    margin-right: 40px;
  }

  .edit_section .movie_area .movie_upload_area{
    margin-top: 32px;
  }

  .edit_section .movie_area .img_list_area{
    /* width: 100%; */
    width: 310px;
    flex-shrink: 0;
    padding-top: 10px;
  }

  .edit_section .movie_area .movie_remark {
    transform: translateY(0);
    line-height: 1.3;
    padding-left: 0;
    margin-top: 16px;
  }

  .edit_section .movie_area .movie_remark li + li {
    margin-top: 8px;
  }

  .edit_section .party_area{

  }

  .edit_section .party_area .party_frame{
    margin-top: 36px;
    padding-left: 0;
  }

  .edit_section .party_area textarea{
    height:345px;
  }

  .edit_section .party_area .party_map_frame{
    margin-top: 24px;
  }


  .edit_section .post_area{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .edit_section .post_area .post_left{
    margin-right: 0;
  }

  .edit_section .post_area .post_edit_open{
    width: 316px;
    height: 56px;
    border-radius: 40px;
    font-size: 24px;
    margin-top: 24px;
  }

  .edit_section .edit_submit_area{
    padding-top: 40px;
    padding-bottom: 0;
  }

  .edit_section .reset_area{
    display: block;
    padding-right: 0;
    margin-top: 40px;
  }

  .edit_section .reset_area .reset_block{
    transform: translateY(0);
  }

  .edit_section .reset_area .reset_open{
    width: 240px;
    height: 40px;
    border-radius: 40px;
    font-size: 20px;
  }

  .edit_section .reset_area ul{
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.3;
  }
  .edit_section .reset_area li + li{
    margin-top: 4px;
  }


  .edit_section .post_delete_modal{

  }

  .edit_section .post_delete_modal .modal_frame{
    width:90%;
    max-width: 1400px;
    
    position: relative;
  }


  .edit_section .post_delete_modal .modal_close{
    width:32px;
    height:32px;
    bottom:calc(100% + 6px);
  }

  .edit_section .post_delete_modal .modal_inner{
    overflow-y: auto;
    height:75vh;
    padding:24px;
  }

  .edit_section .post_delete_modal .delete_post_list{
    height:100%;
    gap:12px;
  }

  .edit_section .post_delete_modal .delete_post_item{
    position: relative;
    width: calc(33.3% - 12px);
    aspect-ratio:1/1.65 ;
  }

  .edit_section .post_delete_modal .delete_post_item .post_delete_button{
    font-size: 24px;
  }




  /*ウェディングのリセットモーダル*/
  .edit_section .wedding_reset_modal{
    height: 100vh;
    min-width: auto;
  }

  .edit_section .wedding_reset_modal .modal_inner{
    padding: 100px 24px;
  }

  .edit_section .wedding_reset_modal .modal_frame {
    min-width: auto;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
    padding: 48px 16px;
  }

  .edit_section .wedding_reset_modal .wedding_reset_modal_close{
    width: 32px;
    height: 32px;
  }


  .edit_section .wedding_reset_modal p{
    font-size: 20px;
  }

  .edit_section .wedding_reset_modal .wedding_reset_button{

    margin:40px auto 0;
    cursor: pointer;
  }



  /*
  ------------------------------------
  ウエディングページ共通
  ------------------------------------
  */

  body.wedding_body{
    
  }

  #wedding_header{
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    z-index: 30;
  }

  #wedding_header .header_frame{
    position: relative;
  }

  #wedding_header .header_frame::before{
    height:100%;
    top:0;
    left:0;
  }

  #wedding_header .header_inner{
    min-width: auto;
    width: 100%;
    padding: 16px;
  }

  #wedding_header .drawer_open {
    display: flex;
    align-items: center;
    min-width: 35px;
    min-height: 28px;
    cursor: pointer;
    width: fit-content;
  }

  #wedding_header .drawer_open_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  #wedding_header .drawer_open .bar{
    width:35px;
    height:6px;
    background-color: #685a4b;
    transition-duration: 0.3s;
  }
  
  #wedding_header .drawer_open .bar02{
    margin:5px 0;
  }

  #wedding_header .drawer_open.active .bar01 {
    transform: translateY(1px) rotate(-45deg);
    height: 2px;
  }
  #wedding_header .drawer_open.active .bar02 {
    display: none;
  }
  #wedding_header .drawer_open.active .bar03 {
    transform: translateY(-1px) rotate(45deg);
    height: 2px;
  }



  #wedding_header .header_nav{
    display: none;
  }


  #wedding_drawer .parent_list{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }

  #wedding_drawer .parent_list li{
    margin:0;
  }

  #wedding_drawer .parent_list li + li{
    margin-top: 32px;
  }


  #wedding_drawer .parent_link .en_title img{
    height:26px;
  }

  #wedding_drawer .parent_link .ja_title{
    font-size: 14px;
    color:#000000;
    white-space: nowrap;
    line-height: 1;
    text-align: left;
    margin-top:10px;
    padding-top: 0;
    transition-duration: 0.4s;
    opacity: 1;
    pointer-events:auto;
    position: relative;
  }

  #wedding_drawer .parent_link .ja_title::before{
    content:none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width:100%;
    height:1px;
    background-color: #000000;
  }


  #wedding_drawer{
    position: fixed;
    top:0;
    left:0;
    z-index:25;
    width:100%;
    height: calc(100vh );
    height: calc(var(--vh2, 1vh) * 100);
    background-color: rgba(255, 255, 255, 0.9);
    transition-duration: 0.7s;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    padding-top: 60px;
  }

  #wedding_drawer.show{
    opacity: 1;
    pointer-events: auto;
    z-index:25;
  }

  #wedding_drawer *{
    pointer-events: none!important;
  }

  #wedding_drawer.show *{
    pointer-events: auto!important;
  }
  
  #wedding_drawer .wedding_drawer_inner{
    padding:0 24px;
    position: relative;
    overflow-y: auto;
    height:100%;
  }
  
  #wedding_drawer .wedding_drawer_contents{
    padding:40px 0;
    position: relative;
  }

  #wedding_drawer .en_title{
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    color:#000;
  }


  .gal_popup{
    height: calc(100vh );
    height: calc(var(--vh2, 1vh) * 100);
    z-index: 50;
  }

  main.wedding_main .wedding_pop{
    height: calc(100vh );
    height: calc(var(--vh2, 1vh) * 100);
  }

  /*
  ------------------------------------
  ウエディングパターン1
  ------------------------------------
  */

  body.wedding01_body{
    min-width: auto;
    font-family: "Sawarabi Mincho", serif;
    font-weight: 400;
  }


  body.wedding01_body .container {
    max-width: 430px;
    padding: 0 ;
    margin: 0 auto;
  }


  main.wedding01_main{
    padding-top: 0;
    position: relative;
  }

  main.wedding01_main .wedding_deco{
    width:430px;
    height:100%;
  }

  main.wedding01_main{
    font-size: 15px;
  }

  main.wedding01_main .wedding_edit_top{
    top:12px;
    right:20px;
  }
  
  main.wedding01_main .wedding_edit_bottom{
    bottom:50px;
    right:20px;
  }
  

  main.wedding01_main .sec_title_area{
    width: fit-content;
    margin:0 auto;
    
  }

  main.wedding01_main .sec_title_area .sec_title_en{
    position: relative;
    /* border-bottom: 1px solid #656565; */
    /* height:80px; */
    font-size: 50px;
    width: 380px!important;
  }

  main.wedding01_main .sec_title_area .sec_title_en::after{
    bottom:-12px;
  }

  main.wedding01_main .sec_title_area .sec_title_en img{
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    bottom:0;
    width: auto;
  }

  main.wedding01_main .sec_title_area .sec_title_ja{
    margin-top: 12px;
    text-align: center;
    padding-right: 0;
    font-size: 20px;
  }

  main.wedding01_main .deco_area .deco_frame{
    width:480px;
    /* padding:60px 0; */
  }

  main.wedding01_main .deco_area .deco_inner{
    height:calc(100% - 120px);
  }

  .wedding01_mv_section{
    position: relative;
    height:auto;
    max-width: 1920px;
    margin:0 auto;
    /* height:100vh; */
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    min-height:500px;
    padding-bottom: 0;
  }

  main.wedding01_main .deco_area .deco_inner{
    /* height:650px; */
  }

  main.wedding01_main .deco_area .deco_contents{
    padding:0 48px;
  }

  .wedding01_mv_section::before{
    content:'';
    width: 100%;
    height:100%;
    background-color: #fff;
    position: absolute;
    top:0;
    left:0;
    z-index: -5;
  }

  .wedding01_mv_section::after{
    content:none;
  }

  .wedding01_mv_section .wedding_edit{
    z-index: 10;
    width:48px;
    height:58px;
    background-image: url('../img/common/icon_setting_wedding01.png');
    background-size: contain;
    position: absolute;
    top:5px;
    right:24px;
  }


  /* .wedding01_mv_section .mv_frame{
    height: 100;
    position: relative;
  } */

  .wedding01_mv_section .mv_text_area{
    max-width: 480px;
    min-height: 50vh;
    padding:0 16px 40px;
    max-width: 1350px;
    position: relative;
    z-index: 2;
    
  }
  text_bg01
  .wedding01_mv_section .mv_text_area .bg01{
    width:100vw;
    height:80px;
    position: absolute;
    top:0;
    left:0;
    opacity: 0.5;
    display: none;
  }
  .wedding01_mv_section .mv_text_area .bg02{
    width:100vw;
    height:calc(100% - 80px);
    position: absolute;
    bottom:0;
    left:0;
    opacity: 0.5;
    display: none;
  }


  .wedding01_mv_section .mv_text_block{
    position: relative;
    z-index: 5;
  }

  .wedding01_mv_section .count_down_area{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 21px;
    /* text-shadow: 7px 7px 3px rgba(0,0,0,0.3); */
  }



  .wedding01_mv_section .count_down_area span{
    font-size: 50px;
    margin:0 16px;
  }

  .wedding01_mv_section .mv_text_block .mv_text_contents{
    width: 100%;
    padding:0;
    max-width: 100%;
    position: relative;
    color:#000;
  }


  .wedding01_mv_section .mv_text_block .wedding_title{
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
    font-size: 30px;
    text-align: center;
    position: relative;
    z-index: 8;
  }


  .wedding01_mv_section .mv_text_block .wedding_greeting{
    text-align: center;
    line-height: 1.5;
    margin-top: 16px;
    position: relative;
    z-index: 8;
  }

  .wedding01_space_section{
    height:auto;
    background-color: #fff;
    padding:24px 0;
  }

  .wedding01_space_section .wedding_greeting{
    text-align: center;
    line-height: 1.5;
    margin-top: 16px;
    position: relative;
    z-index: 8;
  }

  .wedding01_prof_section{
    position: relative;

  }


  .wedding01_prof_section::before{
    content:none;
  }

  .wedding01_prof_section .sec_title_area{
    margin-bottom: 40px!important;
  }

  .wedding01_prof_section .prof_img{
    position: static;
    width:100%;
    display: flex;
    justify-content: center;
  }

  .wedding01_prof_section .prof_img img{
    width:480px;
    max-width: 480px;
    aspect-ratio: 1/1.3;
    height:auto;
    object-fit: cover;
  }

  .wedding01_prof_section .prof_section_inner{
    position: relative;
    overflow-y: visible;
    height:auto;
    max-height:none;
  }


  .wedding01_prof_section .prof_contents{
    padding-top: 80px;
    padding-bottom: 0;
    
  }

  .wedding01_prof_section .sec_title_area .sec_title_en{
    width:280px;
  }

  .wedding01_prof_section .sec_title_area .sec_title_en img{
    transform: translateY(10px);
    width: 190px!important;
  }

  .wedding01_prof_section .prof_list{
    max-width: 430px;
    margin:0 auto;
    position: relative;
    padding:40px 16px;
    color:#000000;
  }

  .wedding01_prof_section .prof_list::before{
    content:'';
    width:100%;
    height:100%;
    background-color: #fff;
    position: absolute;
    top:0;
    left:0;
    z-index:-1;
  }

  .wedding01_prof_section .prof_list .prof_bg{
    content:'';
    width:100%;
    height:100%;
    opacity: 0.1;
    position: absolute;
    top:0;
    left:0;
    z-index:0;
  }

  .wedding01_prof_section .prof_list li{
    display: flex;
    justify-content: flex-start;
    line-height: 1.5;
    position: relative;
    z-index: 2;
  }

  .wedding01_prof_section .prof_list li + li{
    margin-top: 24px;
  }

  .wedding01_prof_section .prof_list .title{
    flex-shrink: 0;
    width:130px;
    text-align: left;
    padding:0;
    display: flex;
    justify-content: flex-end;
    padding-left: 4px;
    margin-right: 36px;
  }

  .wedding01_prof_section .prof_list .partner{
    width:100%;
  }
  .wedding01_prof_section .prof_list .partner01{
    text-align: left;
  }


  .wedding01_question_section{
    position: relative;
    padding-top: 36px;
    padding-bottom: 60px;
  }

  .wedding01_question_section .sec_title_area .sec_title_en{
    width:340px;
  }

  .wedding01_question_section .sec_title_area .sec_title_en img{
    transform: translateY(15px);
    width:225px!important;
  }


  .wedding01_question_section .question_frame{
    position: relative;
    max-width: 1300px;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding:0 24px;
  }

  .wedding01_question_section .question_bg01{
    display: none;
  }
  .wedding01_question_section .question_bg02{
    width:calc(100% - 50px);
    height:calc(100% - 50px);
    display: none;
  }

  .wedding01_question_section .question_deco{
    width:132px;
    height:132px;
    display: none;
  }

  .wedding01_question_section .question_deco01{
    top:40px;
    left:40px;
  }
  .wedding01_question_section .question_deco02{
    top:40px;
    right:40px;
  }
  .wedding01_question_section .question_deco03{
    bottom:40px;
    left:40px;
  }
  .wedding01_question_section .question_deco04{
    bottom:40px;
    right:40px;
  }


  .wedding01_question_section .question_contents{
    min-height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wedding01_question_section .question_list{
    width: 100%;
  }

  .wedding01_question_section .question_list li{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
  }

  .wedding01_question_section .question_list li + li{
    margin-top: 24px;
  }

  .wedding01_question_section .question_list .title{
    flex-shrink: 0;
    width:auto;
    text-align: left;
    padding:0;
    order: 0;
    font-weight: bold;
    font-size: 17px;
  }

  .wedding01_question_section .question_list .partner{
    width:100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .wedding01_question_section .question_list .partner .partner_name{
    flex-shrink: 0;
    padding-right: 12px;
  }


  .wedding01_question_section .question_list .partner01{
    text-align: left;
    order: 1;
    margin-top: 8px;
  }
  .wedding01_question_section .question_list .partner02{
    text-align: left;
    order: 2;
    margin-top: 8px;
  }


  .wedding01_info_section {
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
  }


  .wedding01_info_section::before,
  .wedding01_info_section::after{
    content:'';
  }

  .wedding01_info_section::before{
    z-index: -3;
    width: 870px;
  }
  .wedding01_info_section::after{
    z-index: -2;
    width: 960px;
  }

  .wedding01_info_section .sec_title_area .sec_title_en{
    width:430px;
  }

  .wedding01_info_section .sec_title_area .sec_title_en img{
    transform: translateY(15px);
    width: 400px!important;
  }

  .wedding01_info_section .info_contents{
    max-width: 730px;
    margin:0 auto;
  }

  .wedding01_info_section .info_list{
    margin-top: 40px;
  }

  .wedding01_info_section .info_list li{
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
  }

  .wedding01_info_section .info_list li + li{
    margin-top: 24px;
  }

  .wedding01_info_section .info_list li .info_title{
    flex-shrink: 0;
    width:80px;
    display: flex;
    justify-content: flex-end;
    margin-right: 40px;
  }

  .wedding01_info_section .info_list li .info_text{
    width: 100%;
  }

  .wedding01_info_section .info_list li .info_text p + p{
    margin-top: 6px;
  }

  .wedding01_info_section .info_list .access_flex{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .wedding01_info_section .info_list .access_left{
    width: 100%;
  }

  .wedding01_info_section .info_list .access_link{
    width:88px;
    height:24px;
    border-radius: 20px;
    margin-left: 0;
    margin-top: 16px;
  }

  .wedding01_info_section .pop_list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:20px;
    margin-top: 40px;
  }

  .wedding01_info_section .pop_list li{
    width:320px;
    position: relative;
  }

  .wedding01_info_section .pop_list li:first-child{
    margin:0 40px;
  }

  .wedding01_info_section .pop_list .pop_open{
    padding:8px;
    height: 60px;
  }

  .wedding01_info_section .pop_list .pop_open_frame{
    border:3px solid;
    padding:8px;
  }


  .wedding01_faq_section{
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wedding01_faq_section .sec_title_area .sec_title_en{
    width:430px;
  }

  .wedding01_faq_section .sec_title_area .sec_title_en img{
    transform: translateY(15px) translateX(50px);
    width: 280px!important;
  }


  .wedding01_faq_section .faq_frame{
    max-width: 430px;
    margin: 48px auto 0;
    padding:0;
    min-height: auto;
    display: block;
  }

  .wedding01_faq_section .faq_deco{
    width:80px;
    height:88px;
    display: none;
  }


  .wedding01_faq_section .faq_list li{
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1.5;
    text-align: center;
  }

  .wedding01_faq_section .faq_list li + li{
    margin-top: 20px;
  }

  .wedding01_faq_section .faq_list .question{
    flex-shrink: 0;
    width:100%;
    padding-right: 0;
    padding-left: 0;
  }

  .wedding01_faq_section .faq_list .answer{
    width:100%;
    padding-left: 0;
    margin-top: 8px;
  }


  .wedding01_album_section{
    padding-top: 60px;
  }

  .wedding01_album_section .sec_title_area .sec_title_en{
    width:430px;
  }

  .wedding01_album_section .sec_title_area .sec_title_en img{
    transform: translateY(10px);
    width: 330px!important;
  }

  .wedding01_album_section .album_nav{
    width:40px;
    height:40px;
    bottom:-20px;
    display: none;
  }

  .wedding01_album_section .album_prev{
    right:calc(100% + 32px);
  }

  .wedding01_album_section .album_next{
    left:calc(100% + 32px);
  }

  .wedding01_album_section .album_swiper_area{
    max-width: 1920px;
    margin:0 auto;
    margin-top: 40px;
    overflow: hidden;
  }

  .wedding01_album_section .album_slide{
    width:175px;
    height:600px;
  }



  .wedding01_movie_section{
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .wedding01_movie_section .sec_title_area .sec_title_en{
    width:430px;
  }

  .wedding01_movie_section .sec_title_area .sec_title_en img{
    transform: translateY(10px);
    width:360px!important;
  }


  .wedding01_movie_section .movie_frame{
  
    max-width: 600px;
    margin:40px auto 0;
  }

  .wedding01_movie_section .movie_frame .movie_start{
    width:120px;
    height:120px;
  }

  .wedding01_movie_section .movie_frame .movie_start::after{
    border-width: 20px 0 20px 36px;
    margin-left: 10px;
  }

  .wedding01_movie_section .movie_frame .movie_start.vanish{
    opacity: 0;
    pointer-events: none;
  }


  .wedding01_party_section{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wedding01_party_section .sec_title_area .sec_title_en{
    width:430px;
  }

  .wedding01_party_section .sec_title_area .sec_title_en img{
    width: 350px!important;
    transform: translateY(10px);
  }


  .wedding01_party_section .party_content{
    width: fit-content;
    margin:40px auto 0;
    padding-bottom: 90px;
    padding:0 16px;
    position: relative;
  }


  .wedding01_party_section .party_deco{
    width:240px;
    display: none;
  }


  .wedding01_post_section{
    padding-top: 80px;
  }

  .wedding01_post_section .sec_title_area .sec_title_en{
    width:430px;
  }

  .wedding01_post_section .sec_title_area .sec_title_en img{
    width: 360px!important;
    transform: translateY(10px);
  }


  .wedding01_post_section .post_label_frame{
    margin:40px auto 0;
  }

  .wedding01_post_section .post_label_border{
    border:3px solid;
    padding:8px;
  }

  .wedding01_post_section .post_img_upload_label{
    width:320px;
    height:60px;
    border-radius: 100px;
  }

  .wedding01_post_section .post_list_frame{
    overflow-x: auto;
    margin-top: 48px;
  }

  .wedding01_post_section .post_list{
    width: 1200px;

    -webkit-column-count: 4;
    -webkit-column-gap:   0px;
    -moz-column-count:    4;
    -moz-column-gap:      0px;
    column-count:         4;
    column-gap:           0px;
    margin-top: 0;
    margin:0 auto;
  }

  .wedding01_post_section .post_item{
    /* width: 25%; */
  }

  .wedding01_post_section .post_item img{
    object-fit: cover;
  }


  .wedding01_bottom_section{
    padding:50px 0;
  }


  .wedding01_bottom_section .wedding_top::before{
    width:50px;
    height:50px;

  }

  .wedding01_bottom_section .wedding_top p{
    margin-top: 16px;
  }


  /*式次第のポップアップ*/
  .wedding01_main .wedding_sche_pop{
    overflow-y: auto;
  }

  .wedding01_main .wedding_sche_pop .pop_inner{
    width: 100%;
    padding:80px 0;
  }


  .wedding01_main .wedding_sche_pop .pop_frame{
    width:430px;
    /* padding:40px 24px; */
  }

  .wedding01_main .wedding_sche_pop .sec_title_area .sec_title_en{
    width:330px;
    font-size: 42px;
  }

  .wedding01_main .wedding_sche_pop .sec_title_area .sec_title_en img{
    width: 290px!important;
    transform: translateY(10px);
  }

  .wedding01_main .wedding_sche_pop .sche_block_list{
    margin-top: 48px;
  }


  .wedding01_main .wedding_sche_pop .sche_block + .sche_block{
    margin-top: 80px;
  }

  .wedding01_main .wedding_sche_pop .sche_head{
    text-align: center;
  }

  .wedding01_main .wedding_sche_pop .sche_head_deco{
    width:204px;
    margin:16px auto 0;
  }

  .wedding01_main .wedding_sche_pop .sche_body{
    margin-top: 24px;
    /* min-height: 360px; */
  }


  .wedding01_main .wedding_sche_pop .sche_list{
    line-height: 1.5;
  }

  .wedding01_main .wedding_sche_pop .sche_deco{
    width:360px;
    height:380px;
    object-fit: contain;
  }


  /*メニューのポップアップ*/
  .wedding01_main .wedding_menu_pop{
    overflow-y: auto;
  }

  .wedding01_main .wedding_menu_pop .pop_frame{
    width:430px;
    /* padding:40px 24px 60px; */
  }

  .wedding01_main .wedding_menu_pop .pop_contents{
    position: relative;
    padding:56px 24px; 
  }

  .wedding01_main .wedding_menu_pop .menu_frame{
    position: absolute;
    pointer-events: none;
    width: 100%;
    height:50%;
    left:0;
  }

  .wedding01_main .wedding_menu_pop .menu_frame_top{
    background-position: top;
    top:0;
  }
  .wedding01_main .wedding_menu_pop .menu_frame_bottom{
    background-position: bottom;
    bottom:0;
  }

  .wedding01_main .wedding_menu_pop .sec_title_area .sec_title_en{
    width:330px;
  }

  .wedding01_main .wedding_menu_pop .sec_title_area .sec_title_en img{
    width: 120px!important;
    transform: translateY(-4px);
  }

  .wedding01_main .wedding_menu_pop .menu_list{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wedding01_main .wedding_menu_pop .menu_list li{
    line-height: 1.75;
    z-index: 3;
  }


  /*席次表のポップアップ*/
  .wedding_main .wedding_seat_pop{
    overflow-y: auto;
    overflow-x: auto;
    min-width: auto;
  }


  .wedding_main .wedding_seat_pop .pop_frame{
    width:480px;
    padding:0;
    padding:8px;
  }

  .wedding_main .wedding_seat_pop .pop_contents{
    position: relative;
    max-width:1210px ;
    margin:0 auto;
    /* padding:40px 24px 60px;  */
    padding:32px 16px 52px; 
    min-height: auto;
    overflow: hidden;
    border:1px solid rgba(119,157,168,0.5);
  }


  .wedding_main .wedding_seat_pop .seat_frame{
    display: none;
  }

  .wedding_main .wedding_seat_pop .sec_title_area{
    width: 100%;
  }

  .wedding_main .wedding_seat_pop .sec_title_area .sec_title_en{
    width:100%!important;
  }

  .wedding_main .wedding_seat_pop .sec_title_area .sec_title_en img{
    transform: translateY(10px);
    width: 250px;
  }

  .wedding_main .wedding_seat_pop .seat_deco{
    width:372px;
  }

  .wedding_main .wedding_seat_pop .front_area{
    margin-top: 24px;
  }

  .wedding_main .wedding_seat_pop .front_area p{
    font-size: 20px;
  }


  .wedding_main .wedding_seat_pop .seat_head_deco{
    width: 245px;
    margin:0 auto;
  }


  .wedding_main .wedding_seat_pop .table_area{
    margin-top: 36px;
  }

  .wedding_main .wedding_seat_pop .line_list{
    padding:0 12px;
  }

  .wedding_main .wedding_seat_pop .table_list.move{
    /* transform: translateX(-38px); */
    margin-left: -35px;
  }

  .wedding_main .wedding_seat_pop .table_block_item {
    width: 55px;
  }


  .wedding_main .wedding_seat_pop .table_block{
    margin-top: 12px;
    padding:0 6px;
  }

  .wedding_main .wedding_seat_pop .table_name_list{
    padding: 16px 8px;
    width: 150px;
    font-size: 10px;
  }


  .wedding_main .wedding_seat_pop .teble_name{
    font-size: 10px;
  }

  .wedding_main .wedding_seat_pop .bottom_area{
    margin-top: 40px;
  }

  .wedding_main .wedding_seat_pop span{
    width:320px;
    height:60px;
  }

  .wedding_main .wedding_seat_pop .seat_print_button{
    display: none;
  }

  .wedding_main .wedding_seat_pop .seat_search_button{
    margin-top: 30px;
  }

  .wedding_main .wedding_seat_pop .seat_search_frame{
    width: 400px;
    max-width: 100%;
    margin: 0 auto 0;
  }


  .wedding_main .wedding_seat_pop .seat_search_err_text{
    margin-top: 12px;
    color:#ff0000;
    text-align: center;
  }



    /*
  ------------------------------------
  席次表　確認
  ------------------------------------
  */

    main.wedding_main.seat_view_main .wedding_pop {
      padding: 0;
  }

  main.wedding_main.seat_view_main .pop_inner {
    max-width: 480px;
  }

    main.wedding_main.seat_view_main .line_list {
      padding: 0 40px;
    }

    .wedding_main.seat_view_main .wedding_seat_pop .teble_name {
      font-size: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
  }


  /*
  ------------------------------------
  テーブル詳細モーダル
  ------------------------------------
  */



  /*丸型テーブル用*/
  .guest_modal .guest_modal_contents_frame.radius{
    min-width: max(650px , 100%);
  }


  .guest_modal .guest_table_frame_radius{
    width:200px;
    padding:30px;
  }

  .guest_modal .guest_table_frame_radius .guest_seat_box{
    display: none;
  }
  

  .guest_modal .guest_table_frame_radius .guest_table_frame_outer_relative{
    /* transform: translateY(-10px); */
    transform: translateY(0);
  }


  .guest_modal .guest_table_frame_radius .js_guest_seat_info:first-child{
    transform:translateY(-25px);
  }
  
  .guest_modal .guest_table_frame_radius .js_guest_seat_info.adjust_bottom{
    transform:translateY(25px);
  }
  

}/*@media screen and (max-width:960px){*/