@charset "UTF-8";
body {
    font-family: "Noto Sans JP", sans-serif;
}
.inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}
.inner2 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
/***いったんこれでnavが戻ってきたら消す(これを変更するときはHTMLも直す)***/
#header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: top 0.3s;
}
.hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hamburger.special-page {
    width: auto; /* 必要に応じて幅を調整 */
    justify-content: center; /* コンテンツを中央に揃える */
    margin: 0;
}
.logo {
    text-align: center;
}
.logo img {
    max-width: 100%;
    height: auto;
}
.special-page .logo h1 img {
    max-width: 250px;
    width: 100%;
    height: auto;
    margin-left: 0; /* margin-left を無効に */
}
/***ここまで***/
.main_visual img{
    width: 100%;
    margin-top: 170px;
}
.background {
    background-image: url('../img/10010818_pc_dx_bg_img.jpg');
    background-size: 100% 100%;
    background-repeat: repeat-y;
    background-position: center top;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    background-size: cover;
}

/* girlsheaven行き */
.girls-heaven {
    text-align: center;
    margin: 20px 0;
}

.girls-heaven-button {
    display: inline-block;
    background-color: #FE8FA5; /* ピンク色 */
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.2s;
    margin-top: 20px;
}

.girls-heaven-button:hover {
    background-color: #f7f7f7;
    color: #555;
    transform: translateY(-2px);
}
/* girlsheaven行き */

.sales_cta {
    text-align: center;
}
.sales_cta img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-top: 35px;
    margin-bottom: 25px;
}
section h2 {
    font-size: clamp(17px, 2vw, 25px);
    font-weight: bold;
    text-align: center;
    white-space: wrap; /* テキストを折り返さない */
    overflow: hidden; /* テキストがはみ出るのを防ぐ */
}
section h2 span {
    padding: 0 75px;
}
.audition_banner {
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
.audition_banner img {
    vertical-align: middle;
}
.content_title {
    margin-top: 30px;
    margin-bottom: 20px;
    max-height: 100%;
}
.content_block {
    /* margin: 30px auto; */
}
.content_block img {
    /* width: 90%; */
    height: auto;
}
.content_block01 {
    text-align: center;
    margin-top: 10px;
}
.content_block01 img {
    vertical-align: middle;
}
.content_block02 {
    text-align: center;
}
.content_block02 img {
    vertical-align: middle;
}
.content_block03 {
    text-align: center;
}
.content_block03 img {
    vertical-align: middle;
}
.content_block04 {
    text-align: center;
}
.content_block04 img {
    vertical-align: middle;
}
.content_block05 {
    text-align: center;
    /* margin-bottom: 10px; */
}
.content_block05 img {
    vertical-align: middle;
}
.content_block06 {
    text-align: center;
}
.content_block06 img {
    vertical-align: middle;
}
.content_block07 {
    text-align: center;
}
.content_block07 img {
    vertical-align: middle;
}
.content_block08 {
    text-align: center;
}
.content_block08 img {
    vertical-align: middle;
}
.content_block09 {
    text-align: center;
}
.content_block09 img {
    vertical-align: middle;
}
.content_block10 {
    text-align: center;
}
.content_block97 {
    text-align: center;
}
.content_block98 {
    text-align: center;
    line-height: 0.0em;
}
.content_block99 {
    text-align: center;
}
.line_cta {
    text-align: center;
}
/*求人ムービー*/
.video-container {
    display: flex;
    justify-content: center;
}
.video-item {
    margin: 10px 0 50px;
}
video {
    max-width: 350px;
    width: 100%; /* 動画の幅を設定 */
    max-height: 225px; /* 高さを自動調整 */
    height: 100%;
}
.video-container p {
    max-width: 400px;
    width: 100%;
    margin-top: 5px; /* テキスト上の余白を設定 */
    font-size: clamp(13px, 2vw, 16px);
}
.video-text {
    font-size: clamp(13px, 2vw, 16px);
    margin: 0 0 0 20px;
}
.video-text h3 {
    font-weight: bold;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
}

.text_list {
    border-bottom: 1px solid #FF9FC3;
    padding: 12px 0 10px;
}
.image-gallery {
    display: flex;
}
.image-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; /* 画像とテキストの間のスペース */
}
.image-container img {
    display: block; /* 画像をブロック要素として扱い、テキストを上に押し上げる */
    max-width: 100%;
    height: auto;
}
.text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    box-sizing: border-box;
}
.text-container p {
    margin: 0 0 5px; /* テキストの余白をリセット */
    line-height: 1.2; /* テキストの行間 */
}
.slider p {
    font-size: 13px;
}
.slider 
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}
.slider img {
    width: 100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin:0 10px;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
    text-align:center;
    margin:20px 0 0 0;
    display: block;
}
.slick-dots li {
    display:inline-block;
    margin:0 5px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}
.slick-dots .slick-active button{
    background:#FF9FC3;/*ドットボタンの現在地表示の色*/
}
.job_point {
    margin: 80px 0 0 0;
}
.group_shop h2 {
    margin: 50px 0 30px 0;
}

/**********バック料金表*************/
.back_content {
    margin-top: 170px;
}
.shopbg {
    width: 100%;
    overflow: hidden;
}
#contentsBlock {
    width: 750px;
    margin: 0 auto 15px;
    background: #FFF;
}
body#official #contentsBlock {
    margin: 5px auto 15px;
}
#logoShopImg {
    float: left;
    margin: 10px 10px 10px 20px;
    width: 180px;
}
h3.contenstitle {
    background: #FF7596;/*#FF7596_下の帯の色と同じ色　#B21F62_元の色*/
    color: #FFF;
    line-height: 32px;
    text-indent: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}
.searchRelation {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 9px 20px;
    font-size: 11px;
    border-top: 1px dotted #E1D6C2;
    border-bottom: 1px dotted #E1D6C2;
}
.searchRelation dt {
    float: left;
    font-weight: bold;
    width: 7em;
}
.searchRelation dd {
    margin-left: 8em;
}
.searchRelation dd ul li {
    display: inline;
}
#ipop2 {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    display: none;
    height: 60px;
    padding: 0;
    position: absolute;
    width: 200px;
    z-index: 9999;
}
#ipop_title {
    background-color: #FFFFFF;
    cursor: move;
}
#ipop_close {
    cursor: pointer;
    float: right;
}
.officialBlock {
    text-align: right;
}
.salary_list {
    padding: 10px;
    background: #FFFFFF;
}
.salary_point {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
}
.salary+.salary {
    margin-top: 40px;
}
.salary_headline {
    background: #FF7596;
    color: #FFFFFF;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}
.salary_table {
    width: 100%;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
}
.salary_table tbody th,
.salary_table tbody td {
    border: 1px solid #ff7596;
    background: #FFFFFF;
}
.salary_table th {
    border: none;
    width: 25%;
    line-height: 2;
}
.others_salary .salary_table th {
    width: calc(100% / 3);
}
.salary_table.column_num_2 tr>th:nth-child(2) {
    width: auto;
}
.salary_table .th_inner {
    background: #ff7596;
    height: auto;
    min-height: 45px;
    padding: 10px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 1px 2px;
}
.salary_table .th_inner2 {
    background: transparent;
    padding: 10px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}
.salary_table .td_inner {
    background: #FFFFFF;
    padding: 10px;
}
.salary_info {
    margin-top: 10px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #ff7596;
}
.salary_simu {
    max-height: 0;
    overflow: hidden;
    transition: max-height ease .1s;
}
.salary_simu .salary_headline {
    margin-top: 10px;
}
.salary_simu.active {
    max-height: 2000px;
}
.salary_nav_headline {
    font-size: 16px;
    padding: 0 8px;
}
.salary_nav_btn_list {
    display: block;
    margin-top: 5px;
}
.salary_nav_btn_wrap {
    position: relative;
}
.salary_nav_btn {
    width: calc(25% - 4px);
    padding: 8px;
    border-radius: 50px;
    border: 2px solid #ff7596;
    color: #ff7596;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}
.salary_nav_btn.active {
    color: #ffffff;
    background: #ff7596;
}
.salary_simu_table_wrap {
    margin-top: 10px;
    background-color: #fff;
}
.salary_simu_table {
    width: 100%;
}
.salary_simu_table th,
.salary_simu_table td {
    border: 5px solid transparent;
    width: 25%;
    line-height: 1;
}
.salary_simu_table .th_inner {
    border: 1px solid #ff7596;
    background: #FFFFFF;
    padding: 8px 0;
    position: relative;
}
.salary_simu_table .th_inner:before {
    position: absolute;
    background: #ff7596;
    display: block;
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    z-index: 0;
}
.salary_simu_table .th_inner>span {
    color: #FFFFFF;
    position: relative;
    font-weight: bold;
}
.salary_simu_table .td_inner {
    border: 1px solid #ff7596;
    background: #FFFFFF;
    padding: 8px 0;
    position: relative;
    text-align: center;
    font-size: 14px;
    height: 35px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.salary_simu_table .td_inner.clear {
    border: none;
    background: none;
}
.salary_simu_table .td_inner.accent {
    background: #ff7596;
    color: #FFFFFF;
    font-weight: bold;
}
.salary_simu_table .td_inner.num_select {
    cursor: pointer;
}
.salary_simu_table .td_inner.num_select::after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 8px;
    border: 6px solid transparent;
    border-top: 9px solid #ff7596;
    pointer-events: none;
}
.salary_simu_table .td_inner>select {
    width: 100%;
    height: 33px;
    color: #444;
    background: #FFFFFF;
    text-align: center;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.salary_more {
    text-align: center;
    margin-top: 20px;
}
.salary_more_btn {
    padding: 15px 15px;
    background: #d5d5d5;
    border: none;
    color: #555;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}
.salary_bottom_link {
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 30px 0 20px 0;
}
.salary_link_small_wrap {
    display: flex;
}
.salary_link_small {
    border: 1px solid #ff7596;
    background: #FFFFFF;
    color: #333333;
    font-weight: bold;
    padding: 8px 20px;
    display: flex;
    border-radius: 50px;
    align-items: center;
}
.salary_link_small:hover {
    text-decoration: none;
}
.salary_link_small>i {
    font-size: 18px;
    margin-right: 4px;
}
.salary_link_small+.salary_link_small {
    margin-left: 8px;
}
.salary_link_small_wrap+.salary_link_large_wrap {
    margin-left: 8px;
}
.salary_link_large {
    background: #FE8FA5;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
}
.salary_link_large:hover {
    text-decoration: none;
}
.salary_link_large img {
    width: 48px;
    margin-right: 4px;
}
.salary_link_text {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.salary_link_text_main {
    font-size: 16px;
    font-weight: bold;
}
.salary_link_text_sub {
    font-size: 12px;
    font-weight: bold;
}
.err_msg_wrap {
    padding: 30px 0 20px 0;
}
.salary_headline {
    margin-top: 40px;
}
/**backpage**/
.btn_recruit {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #FE8FA5; /* ボタンの背景色 */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease; /* ホバー効果のトランジション */
}
.btn_recruit:hover {
    color: #FE8FA5;
    background-color: #fff; /* ホバー時の背景色 */
}
.top-back {
    text-align: center;
    margin-top: 50px;
}

/*applyページ*/
.apply-title h2 {
    margin-top: 170px;
    font-size: clamp(1.2rem, 2vw, 2rem);
}
.apply-method {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.apply-method > div {
    flex: 1 1 calc(50% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.bttn-default {
    color: #fff;
}

/* Primary Button Styles */
.bttn-primary,
.bttn,
.bttn-lg,
.bttn-md,
.bttn-sm,
.bttn-xs {
    color: #1d89ff;
}

.bttn-warning {
    color: #feab3a;
}

.bttn-danger {
    color: #ff5964;
}

.bttn-success {
    color: #28b78d;
}

.bttn-royal {
    color: #bd2df5;
}

.bttn,
.bttn-lg,
.bttn-md,
.bttn-sm,
.bttn-xs {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: transparent;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}

.bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit;
}

.bttn-md {
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
}

.bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit;
}

.bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit;
}

.bttn-pill {
    margin: 0;
    padding: 0;
    border-width: 0;
    border-color: transparent;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
    z-index: 0;
    overflow: hidden;
    border: none;
    border-radius: 100px;
    background: #fff;
    color: #1d89ff;
    -webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.bttn-pill:before,
.bttn-pill:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #1d89ff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    -webkit-transform: translate(100%, -25%) translate3d(0, 0, 0);
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.bttn-pill:hover,
.bttn-pill:focus {
    box-shadow: 0 1px 8px rgba(58, 51, 53, 0.3);
    color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
    transform: scale(1.1) translate3d(0, 0, 0);
}

.bttn-pill:hover:before,
.bttn-pill:focus:before {
    opacity: 0.15;
    -webkit-transition: opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
    -webkit-transform: translate3d(50%, 0, 0) scale(0.9);
    transform: translate3d(50%, 0, 0) scale(0.9);
}

.bttn-pill:hover:after,
.bttn-pill:focus:after {
    opacity: 0.25;
    -webkit-transition: opacity 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: opacity 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.2s 0.05s cubic-bezier(0.02, 0.01, 0.47, 1);
    -webkit-transform: translate(50%, 0) scale(1.1);
    transform: translate(50%, 0) scale(1.1);
}

.bttn-pill.bttn-xs {
    padding: 3px 8px;
    font-size: 12px;
    font-family: inherit;
}

.bttn-pill.bttn-xs:hover,
.bttn-pill.bttn-xs:focus {
    box-shadow: 0 1px 4px rgba(58, 51, 53, 0.3);
}

.bttn-pill.bttn-sm {
    padding: 4px 10px;
    font-size: 16px;
    font-family: inherit;
}

.bttn-pill.bttn-sm:hover,
.bttn-pill.bttn-sm:focus {
    box-shadow: 0 1px 6px rgba(58, 51, 53, 0.3);
}

.bttn-pill.bttn-md {
    font-size: 20px;
    font-family: inherit;
    padding: 5px 12px;
}

.bttn-pill.bttn-md:hover,
.bttn-pill.bttn-md:focus {
    box-shadow: 0 1px 8px rgba(58, 51, 53, 0.3);
}

.bttn-pill.bttn-lg {
    padding: 8px 15px;
    font-size: 24px;
    font-family: inherit;
}

.bttn-pill.bttn-lg:hover,
.bttn-pill.bttn-lg:focus {
    box-shadow: 0 1px 10px rgba(58, 51, 53, 0.3);
}

.bttn-pill.bttn-default {
    background: #fff;
    color: #1d89ff;
}

.bttn-pill.bttn-default:hover,
.bttn-pill.bttn-default:focus {
    color: #1d89ff;
}

.bttn-pill.bttn-default:before,
.bttn-pill.bttn-default:after {
    background: #1d89ff;
}

.bttn-pill.bttn-primary {
    background: #1d89ff;
    color: #fff;
}

.bttn-pill.bttn-primary:hover,
.bttn-pill.bttn-primary:focus {
    color: #fff;
}

.bttn-pill.bttn-primary:before,
.bttn-pill.bttn-primary:after {
    background: #fff;
}

.bttn-pill.bttn-warning {
    background: #feab3a;
    color: #fff;
}

.bttn-pill.bttn-warning:hover,
.bttn-pill.bttn-warning:focus {
    color: #fff;
}

.bttn-pill.bttn-warning:before,
.bttn-pill.bttn-warning:after {
    background: #fff;
}

.bttn-pill.bttn-danger {
    background: #ff5964;
    color: #fff;
}

.bttn-pill.bttn-danger:hover,
.bttn-pill.bttn-danger:focus {
    color: #fff;
}

.bttn-pill.bttn-danger:before,
.bttn-pill.bttn-danger:after {
    background: #fff;
}

.bttn-pill.bttn-success {
    background: #28b78d;
    color: #fff;
}

.bttn-pill.bttn-success:hover,
.bttn-pill.bttn-success:focus {
    color: #fff;
}

.bttn-pill.bttn-success:before,
.bttn-pill.bttn-success:after {
    background: #fff;
}

.bttn-pill.bttn-royal {
    background: #bd2df5;
    color: #fff;
}

.bttn-pill.bttn-royal:hover,
.bttn-pill.bttn-royal:focus {
    color: #fff;
}

.bttn-pill.bttn-royal:before,
.bttn-pill.bttn-royal:after {
    background: #fff;
}

/**********ここからfooter***********/
.footer-parent {
    display: flex;
    margin: 100px 0 0 0;
}
.nav {
    display: flex;
    flex-wrap: wrap;
}
.footer-nav-menu1 {
    margin: 0 60px 0 0;
    line-height: 2;
    font-size:clamp(12px, 2.3vw, 18px);
}
.footer-nav-menu2 {
    line-height: 2;
    font-size:clamp(12px, 2.3vw, 18px);
}
.footer-nav-menu li {
    margin: 0 auto;
    padding: 0 5px;
    font-weight: 700;
}
.footer-nav-menu li a:hover{
	color: #fdccc6;
}

p.copy {
    font-size: 0.8rem;
    text-align: center;
    margin: 50px 0 50px 0;
}


.bottom-nav.fancy-style {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    z-index: 9999;
}
.bottom-nav.fancy-style .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}
.bottom-nav.fancy-style .nav-item i {
    font-size: 22px;
    margin-bottom: 4px;
    color: #d8bac4;
}
.bottom-nav.fancy-style .nav-item span {
    font-size: 12px;
}
.bottom-nav.fancy-style .fab-center {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-65%);
    background: #d8bac4;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-size: 28px;
    text-decoration: none;
    z-index: 10000;
    border: none;
}
.bottom-nav.fancy-style .fab-center i {
    font-size: 28px;
    color: #fff;
}
.fab-center span {
    font-size: 10px;
    margin-top: 2px;
    color: #fff;
}
/* FABボタンのコンテナ */
.fab-center-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* FABボタンのスタイル */
.fab-center {
    background: #d8bac4;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    position: relative;
    z-index: 10000;
    transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease;
    cursor: pointer;
}
.fab-center span {
    font-size: 10px;
    color: #fff;
    transition: opacity 0.3s ease;
    opacity: 1;
}
.fab-center.expanded {
    width: 120px; 
    height: 120px;
    border-radius: 50%;
}
.fab-center.expanded span {
    opacity: 0;
}
.fab-options {
    visibility: hidden;
    position: absolute;
    bottom: 70px;
    transform: translateX(0%) translateY(20%) scale(0);
    transform-origin: center center;
    /*background: white;*/
    border-radius: 12px;
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);*/
    /*padding: 15px 20px;*/
    width: 350px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: flex; 
    justify-content: space-around;
    gap: 10px;
}
.fab-options.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%) translateY(0%) scale(1);
}
.fab-options.hide {
    visibility: hidden;
    opacity: 0;
    transform: translateX(0%) translateY(-20px) scale(0);
}
.fab-options a {
    display: flex; /* 横並び */
    align-items: center; /* 垂直中央揃え */
    gap: 5px; /* 画像とテキストの間 */
    text-decoration: none;
    color: #fff;
    padding: 14px 10px;
    border-radius: 30px;
    background: #d8bac4;
    transition: background 0.2s ease, transform 0.2s ease;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap; /* テキストが折れないように */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.fab-options a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 4px;
}
.fab-options a:hover {
    background: #e0e0e0;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.fab-options a:last-child {
    margin-bottom: 0;
}
@media screen and (max-width:890px) {
    section h2 span {
        padding: 0;
    }
}
@media screen and (max-width:834px) {
    section h2 span {
        padding: 0;
    }
}
/* PC画面では非表示 */
@media screen and (min-width: 768px) {
    .main_sp  {
        display: none;
    }
    .iframe {
        width: 50%;
    }
}

/* SC画面でのみ表示 */
@media screen and (max-width: 826px) {
    .logo {
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .main_visual img {
        margin-top: 100px;
    }
    .inner {
        padding: 0px;
    }
    .content_block img {
        width: 100%;
        height: auto;
    }
    .main_pc{
        display: none;
    }
    /* レスポンシブ時 */
    /* .background {
        background-size: auto 100%;      横幅100%で表示 
    }
        */
    /*nav*/
    .btn-gNav {
        display: block;
    }
    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(252, 109, 109, 0.8);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }
    .gNav.open {
        right: 0;
        height: 80vh;
    }
    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }
    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        font-size: 16px;
        letter-spacing: 2px;
        border-bottom: #ffffff 1px solid;
        color: #ffffff;
    }
    /*
    .line_cta {
        max-width: 350px;
        width: 100%;
        margin: 50px auto;
    }
    */
}
@media screen and (max-width:450px) {
    .special-page .logo h1 img {
        max-width: 125px;
        width: 100%;
        height: auto;
        margin-left: 0; /* margin-left を無効に */
    }
    .slide_item a {
        display: block;
        width: 140px;
        height: 140px;
        margin: 2% auto;
        overflow: hidden;
        position: relative;
        border-radius: 100px !important;
    }
}
@media screen and (max-width:376px) {
    .content_block01 {
        /*margin-top: 150px;*/
    }
    .back_content {
        margin-top: 150px;
    }
    .slide_item a {
        display: block;
        width: 100px;
        height: 100px;
        margin: 2% auto;
        overflow: hidden;
        position: relative;
        border-radius: 100px !important;
    }
    .slide_item {
        margin: 20px -25px 0;
    }
    .logo img {
        margin: 0 0 0 0;
    }
    .footer-nav-menu1 {
        margin: 0 15px 0 0;
    }
}