/* 共通
---------------------------------*/
:root {
    --bk-color: #b1cbfe;
    --m-color: #333333;
    --b-color: #ffffff;
    --a-color: #5b5b5b;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.main-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fade-container {
    opacity: 0;
    transform: scale(0.95);
    transition: all 1s ease;
}
.works-fade {
    overflow: hidden;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 1s ease, transform 1s ease;
}
.fade-container.visible,
.works-fade.visible {
    opacity: 1;
    transform: scale(1);
}
.fade-container.visible,
.works-fade.visible img {
    transform: scale(1);
}
.works-fade img {
    object-fit: cover;
    transition: transform 1.2s ease;
}
#profile,
#works,
#production,
#contact {
    scroll-margin-top: 40px;
}
/* 共通ここまで
---------------------------------*/





/*PC画面
---------------------------------*/
/* ヘッダー
---------------------------------*/
.hamburger-morph {
    position: fixed;
    top: 20px;
    right: 40px;
    z-index: 1000;
    width: 72px;
    height: 72px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}
.hamburger-morph__icon {
    width: 100%;
    height: 100%;
}
.hamburger-morph__line {
    fill: none;
    stroke: var(--m-color);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
                stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger-morph__line:nth-child(1) {
    stroke-dasharray: 60 207;
}
.hamburger-morph__line:nth-child(2) {
    stroke-dasharray: 60 60;
}
.hamburger-morph__line:nth-child(3) {
    stroke-dasharray: 60 207;
}
.hamburger-morph.active .hamburger-morph__line:nth-child(1) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}
.hamburger-morph.active .hamburger-morph__line:nth-child(2) {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
}
.hamburger-morph.active .hamburger-morph__line:nth-child(3) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}
.nav-morph {
    position: fixed;
    top: 0;
    right: 0;
    width: 30%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    clip-path: circle(0% at calc(100% - 44px) 44px);
    transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 900;
}
.nav-morph.active {
    clip-path: circle(150% at calc(100% - 44px) 44px);
}
.nav-morph__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.nav-morph__list {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
.nav-morph__item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.nav-morph.active .nav-morph__item {
    opacity: 1;
    transform: translateY(0);
}
.nav-morph.active .nav-morph__item:nth-child(1) { transition-delay: 0.3s; }
.nav-morph.active .nav-morph__item:nth-child(2) { transition-delay: 0.4s; }
.nav-morph.active .nav-morph__item:nth-child(3) { transition-delay: 0.5s; }
.nav-morph.active .nav-morph__item:nth-child(4) { transition-delay: 0.6s; }
.nav-morph__link {
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    font-family: "Marcellus", serif;
    letter-spacing: 2px;
    color: var(--a-color);
    text-decoration: none;
    overflow: hidden;
    padding: 20px;
}
.nav-morph__item a {
    width: 300px;
    line-height: 1;
    border-bottom: 1px solid var(--m-color);
    margin-bottom: 20px;
}
.nav-morph__item a:hover {
    color: var(--m-color);
    font-weight: bold;
}
.nav-morph__item small {
    color: var(--a-color);
    font-size: 14px;
    font-family: "BIZ UDPMincho", serif;
    font-weight: normal;
}
/*ヘッダーここまで
---------------------------------*/

/*メインコンテンツ
---------------------------------*/
/*ファーストビュー
---------------------------------*/
.movie_blk {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 0;
}
.movie_blk video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.movie_blk h1 {
    color: var(--m-color);
    font-family: "Marcellus", serif;
    font-size: 72px;
    letter-spacing: 10px;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
}
/*ファーストビューここまで
---------------------------------*/

/*プロフィール
---------------------------------*/
.profile-container,
.production-container {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    background: #FFFFFF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(232, 243, 255, 1) 100%);
}
.profile-container h2,
.works-container h2,
.cost-container h2,
.production-container h2,
.contact-container h2 {
    font-size: 40px;
    font-family: "Marcellus", serif;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 80px 0 40px;
}
.profile-container small,
.works-container small,
.cost-container small,
.production-container small,
.contact-container small {
    font-size: 16px;
    font-family: "BIZ UDPMincho", serif;
    font-weight: bold;
    padding-left: 10px;
}
.profile-contents,
.works-contents,
.cost-contents,
.production-contents,
.contact-contents {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
.profile-items {
    display: flex;
    width: 100%;
    height: auto;
}
.profile-content {
    display: flex;
    width: 100%;
    max-width: 980px;
    height: 300px;
    background-color: var(--b-color);
    border: 1px solid var(--m-color);
    border-radius: 8px;
    box-shadow: 2px 2px var(--a-color);
}
.profile-content img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 60px;
}
.profile-text {
    margin: 60px 0;
}
.profile-text p {
    font-family: "BIZ UDPMincho", serif;
    padding-right: 60px;
}
.text-item {
    font-size: 18px;
    font-weight: bold;
}
.text-item02 {
    font-size: 24px;
    font-weight: bold;
}
.text-item03 {
    font-size: 16px;
    line-height: 2;
    padding-top: 10px;
}
.profile-content02 {
    width: 30%;
    margin-left: 60px;
}
.profile-modal {
    display: flex;
    flex-direction: column;
}
.profile-modal img {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    border: 1px solid var(--m-color);
    box-shadow: 2px 2px var(--a-color);
}
.open-modal {
    border-radius: 8px;
    margin: 0px;
    cursor: pointer;
    transition: 0.3s;
}
.open-modal:hover {
    opacity: 0.5;
    padding: 1px;
    box-shadow: none;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.modal img {
    width: 100%;
    border: none;
    box-shadow: none;
    margin: 40px 0;
    padding: 0 40px;
}
.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 720px;
    transform: translate(-50%, -50%);
    background-color: var(--b-color);
    border-radius: 8px;
}
.closeModal {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    color: var(--b-color);
    background-color: var(--m-color);
    font-size: 24px;
    border-radius: 50%;
    line-height: 30px;
    cursor: pointer;
    border: none;
    text-align: center;
}
/*プロフィールここまで
---------------------------------*/

/*作品一覧
---------------------------------*/
.works-container {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
}
.works-container h3 {
    font-size: 20px;
    font-family: "BIZ UDPMincho", serif;
    font-weight: bold;
    border-bottom: 2px solid var(--bk-color);
    padding-bottom: 10px;
}
.works-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
    margin-top: 40px;
}
.works-content {
    width: 100%;
    height: auto;
    border: 1px solid var(--bk-color);
    border-radius: 8px;
}
.works-content img {
    width: 100%;
    height: auto;
}
.works-content a,
.works-content02 a {
    color: var(--m-color);
}
.works-content a:hover,
.works-content02 a:hover {
    opacity: 0.8;
}
.works-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid var(--bk-color);
    padding: 20px;
}
.works-text span {
    font-size: 16px;
    font-family: "BIZ UDPMincho", serif;
    font-weight: bold;
}
.works-text p {
    font-size: 14px;
    font-family: "BIZ UDPMincho", serif;
}
.works-text img {
    width: 18px;
    height: 18px;
    margin-top: 48px;
}
.works-items02 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 20px;
    border-bottom: 2px solid var(--bk-color);
    padding-bottom: 0;
}
.works-items02 h3 {
    border-bottom: none;
}
.works-items02 img {
    width: 20px;
    height: 20px;
    margin-left: 40px;
}
.works-item02 {
    display: flex;
    position: relative;
}
.custom-swiper-button {
    cursor: pointer;
    transition: background-color 0.3s;
}
.custom-swiper-button.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}
.section-body {
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.section-body img {
    width: 300px;
    height: 250px;
}
.activity__img {
    width: 100%;
    height: auto;
}
.activity-card-image-only {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease-in-out;
}
.works-content02 {
    width: 30%;
    height: auto;
    border: 1px solid var(--bk-color);
    border-radius: 8px;
    margin-top: 40px;
}
.works-text i {
    font-size: 36px;
    margin-top: 5px;
}
/*作品一覧ここまで
---------------------------------*/

/*制作について
---------------------------------*/
.production-container h2 {
    margin-top: 0;
}
.tabs {
    width: 100%;
    background-color: var(--b-color);
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 40px;
}
.tab_item {
    display: block;
    width: calc(100%/3);
    height: 50px;
    color: var(--a-color);
    background-color: #d9d9d9;
    border-bottom: 3px solid var(--bk-color);
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    float: left;
    transition: all 0.2s ease;
}
.tab_item:hover {
    opacity: 0.5;
}
input[name="tab_item"] {
    display: none;
}
.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}
#concept:checked ~ #concept_content,
#flow:checked ~ #flow_content,
#cost:checked ~ #cost_content {
    display: block;
}
.tabs input:checked + .tab_item {
    background-color: var(--bk-color);
    color: var(--m-color);
}
/*　　コンセプト　
---------------------------------*/
#concept_content h3,
.flow-header {
    color: var(--m-color);
    font-size: 21px;
    font-weight: bold;
    font-family: "BIZ UDPMincho", serif;
    padding-bottom: 10px;
}
#concept_content p,
.flow-text {
    color: var(--m-color);
    font-size: 16px;
    font-family: "BIZ UDPMincho", serif;
    line-height: 2;
}
.concept-text {
    border-bottom: 1px solid var(--bk-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}
/* コンセプトここまで
---------------------------------*/
/* 制作の流れ
---------------------------------*/
.flow-items {
    margin: -40px 0;
}
.flow-item {
    display: flex;
    align-items: flex-start;
    padding: 40px 0;
    border-bottom: 1px solid var(--bk-color);
}
.flow-item:last-child {
    border-bottom: none;
}
.flow-number {
    color: var(--bk-color);
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin-right: 40px;
    flex-shrink: 0;
}
/* 制作の流れここまで
---------------------------------*/
/*　　制作費用　
---------------------------------*/
.cost-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid var(--bk-color);
}
.cost-table th,
.cost-table td {
    padding: 40px 20px;
    vertical-align: middle;
    border: 1px solid var(--bk-color);
}
.cost-table th {
    color: var(--m-color);
    background-color: #e0eafc;
    font-size: 18px;
    font-weight: bold;
    font-family: "BIZ UDPMincho", serif;
    text-align: center;
}
.cost-table thead tr th:first-child {
    border-top-left-radius: 8px;
}
.cost-table thead tr th:last-child {
    border-top-right-radius: 8px;
}
.cost-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}
.cost-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}
.cost-table tbody tr:nth-child(even) {
    background-color: #e0eafc;
}
.service-name-cell {
    text-align: center;
}
.service-name-cell,
.main-title {
    color: var(--m-color);
    font-family: "BIZ UDPMincho", serif;
    font-weight: bold;
    margin: 0;
}
.service-name-cell > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-name-cell p {
    color: var(--m-color);
    font-size: 16px;
    font-family: "BIZ UDPMincho", serif;
    font-weight: bold;
    margin-bottom: 0;
}
.cost-table,
.center-cell {
    text-align: center;
}
.cost-table .service-name-cell .sub-text,
.cost-table .center-cell .sub-text {
    color: var(--m-color);
    font-size: 14px;
    font-family: "BIZ UDPMincho", serif;
    font-weight: 400;
    margin-left: 0;
}
.cost-table .center-cell:nth-child(3) .main-price {
    color: var(--m-color);
}
.cost-table .center-cell.multi-line {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cost-table .description-cell {
    color: var(--m-color);
    font-size: 16px;
    font-family: "BIZ UDPMincho", serif;
    line-height: 1.5;
    text-align: left;
}
.cost-table tbody tr:last-child td {
    border-bottom: none;
}
/*　　制作費用ここまで　
---------------------------------*/
/*制作についてここまで
---------------------------------*/

/*お問い合わせ
---------------------------------*/
.contact-content {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 120px;
}
.contact-content p {
    color: var(--m-color);
    font-size: 16px;
    font-family: "BIZ UDPMincho", serif;
    line-height: 2;
    text-align: left;
    margin-right: 80px;
}
.contact-button {
    display: inline-flex;
    width: 40%;
    height: 100px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #407EFF;
    color: var(--b-color);
    padding: 0 20px;
    border-radius: 9999px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.2s, transform 0.1s;
}
.contact-button:hover {
    background-color: #1e5fe8;
    transform: translateY(-1px);
}
.contact-button:active {
    transform: translateY(0);
}
/*お問い合わせここまで
---------------------------------*/
/*メインコンテンツここまで
---------------------------------*/

/*フッター
---------------------------------*/
footer {
    width: 100%;
    height: 300px;
    margin: -40px 0 0;
    padding: 80px 80px 0;
    background-color: var(--bk-color);
}
.footer-text p {
    color: var(--m-color);
    font-size: 18px;
    font-weight: bold;
    font-family: "BIZ UDPMincho", serif;
    line-height: 2;
}
.footer-items {
    display: flex;
}
.footer-items a {
    color: var(--m-color);
    display: block;
    font-size: 16px;
    font-family: "BIZ UDPMincho", serif;
    line-height: 2;
    margin-top: 20px;
    padding-right: 20px;
}
.footer-items a:hover {
    color: var(--b-color);
    font-weight: bold;
}
.footer-text02 {
    color: var(--m-color);
    text-align: right;
    margin-top: 80px;
}
/*フッターここまで
---------------------------------*/










/*TB画面
---------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
/* 共通
---------------------------------*/
.pc {
    display: none;
}
.sp {
    display: none;
}
.tb {
    display: none;
}
/* 共通ここまで
---------------------------------*/

/* ヘッダー
---------------------------------*/
.nav-morph.active .nav-morph__item:nth-child(1) { transition-delay: 0.3s; }
.nav-morph.active .nav-morph__item:nth-child(2) { transition-delay: 0.4s; }
.nav-morph.active .nav-morph__item:nth-child(3) { transition-delay: 0.5s; }
.nav-morph.active .nav-morph__item:nth-child(4) { transition-delay: 0.6s; }
.nav-morph__link {
    padding: 40px;
}
/*ヘッダーここまで
---------------------------------*/

/*メインコンテンツ
---------------------------------*/
/*プロフィール
---------------------------------*/
.profile-contents,
.works-contents,
.cost-contents,
.production-contents,
.contact-contents {
    max-width: 1080px;
}
.profile-items {
    display: block;
}
.profile-content {
    height: 260px;
}
.profile-content img {
    width: 150px;
    height: 150px;
    margin: 40px;
}
.profile-text {
    margin: 40px 0;
}
.text-item {
    font-size: 16px;
}
.text-item02 {
    font-size: 21px;
}
.text-item03 {
    line-height: 1.8;
}
.profile-content02 {
    width: 100%;
    margin-left: 0;
}
.profile-modal {
    display: flex;
    justify-content: space-between;
    flex-direction: inherit;
    margin-top: 20px;
}
.profile-modal img {
    width: 30%;
    height: auto;
    margin-bottom: 40px;
}
/*プロフィールここまで
---------------------------------*/

/*作品一覧
---------------------------------*/
.works-items {
    grid-template-columns: 1fr;
}
.works-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid var(--bk-color);
    padding: 20px;
}
.works-text span {
    font-size: 24px;
}
.works-text p {
    font-size: 16px;
}
.works-text img {
    width: 24px;
    height: 24px;
    margin-top: 36px;
}
.works-content02 {
    width: 100%;
}
.works-text i {
    font-size: 48px;
}
/*作品一覧ここまで
---------------------------------*/

/*制作について
---------------------------------*/
/*　　制作費用　
---------------------------------*/
.cost {
    overflow-x: scroll;
}
.cost-table {
    table-layout: auto;
    white-space: nowrap;
}
/*　　制作費用ここまで　
---------------------------------*/
/*制作についてここまで
---------------------------------*/

/*お問い合わせ
---------------------------------*/
.contact-content {
    flex-direction: column;
    align-items: baseline;
    margin-top: -20px;
}
.contact-content p {
    margin-right: 0;
}
.contact-button {
    width: 70%;
    height: 60px;
    font-size: 21px;
    margin-top: 40px;
}
/*お問い合わせここまで
---------------------------------*/
/*メインコンテンツここまで
---------------------------------*/

/*フッター
---------------------------------*/
footer {
    height: 250px;
    padding: 40px 40px 0;
}
/*フッターここまで
---------------------------------*/
}










/*SP画面
---------------------------------*/
@media screen and (max-width: 480px) {
/* 共通
---------------------------------*/
.pc {
    display: none;
}
.sp {
    display: block;
}
/* 共通ここまで
---------------------------------*/

/* ヘッダー
---------------------------------*/
.hamburger-morph {
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
}
.nav-morph {
    width: 100%;
}
.nav-morph.active .nav-morph__item:nth-child(1) { transition-delay: 0.3s; }
.nav-morph.active .nav-morph__item:nth-child(2) { transition-delay: 0.4s; }
.nav-morph.active .nav-morph__item:nth-child(3) { transition-delay: 0.5s; }
.nav-morph.active .nav-morph__item:nth-child(4) { transition-delay: 0.6s; }
.nav-morph__link {
    font-size: 21px;
    padding: 30px 30px 20px;
}
/*ヘッダーここまで
---------------------------------*/

/*メインコンテンツ
---------------------------------*/
/*ファーストビュー
---------------------------------*/
.movie_blk h1 {
    font-size: 48px;
    letter-spacing: 12px;
    top: 50%;
}
/*ファーストビューここまで
---------------------------------*/

/*プロフィール
---------------------------------*/
.profile-contents,
.works-contents,
.cost-contents,
.production-contents,
.contact-contents {
    max-width: 480px;
}
.profile-container h2,
.works-container h2,
.cost-container h2,
.production-container h2,
.contact-container h2 {
    font-size: 32px;
    margin: 40px 0 20px;
}
.profile-container small,
.works-container small,
.cost-container small,
.production-container small,
.contact-container small {
    font-size: 14px;
}
.profile-items {
    display: block;
}
.profile-content {
    display: block;
    width: 100%;
    max-width: 480px;
    height: 500px;
}
.profile-content img {
    width: 160px;
    height: 160px;
    margin: 40px auto;
}
.profile-text {
    margin: 40px auto;
    padding: 0 20px;
}
.profile-text p {
    text-align: center;
    padding-right: 0;
}
.text-item {
    font-size: 16px;
}
.text-item02 {
    font-size: 21px;
}
.text-item03 {
    font-size: 15px;
}
.profile-content02 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
}
.profile-modal img {
    width: 100%;
    margin-bottom: 20px;
}
.modal img {
    width: 100%;
    margin: 10px 0;
    padding: 0 10px;
}
.modal-content {
    width: 350px;
}
.closeModal {
    top: -15px;
    right: -10px;
}
/*プロフィールここまで
---------------------------------*/

/*作品一覧
---------------------------------*/
.works-container h3 {
    font-size: 16px;
}
.works-items {
    display: block;
    margin-top: 20px;
}
.works-content {
    margin-top: 20px;
}
.section-body {
    margin: 20px auto 0;
}
.section-body img {
    margin: 0 auto;
}
.works-content02 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: -80px;
}
/*作品一覧ここまで
---------------------------------*/

/*制作について
---------------------------------*/
.tabs {
    margin-top: 20px;
    padding-bottom: 20px;
}
.tab_item {
    font-size: 14px;
}
.tab_item:hover {
    opacity: 1;
}
.tab_content {
    padding: 20px 20px 0;
}
/*　　コンセプト　
---------------------------------*/
#concept_content h3,
.flow-header {
    font-size: 18px;
}
#concept_content p,
.flow-text {
    font-size: 14px;
    line-height: 1.8;
}
.concept-text {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
/* コンセプトここまで
---------------------------------*/
/* 制作の流れ
---------------------------------*/
.flow-items {
    margin: -20px 0;
}
.flow-item {
    flex-direction: column;
    padding: 20px 0;
}
.flow-number {
    font-size: 28px;
    margin-right: 0;
    margin-bottom: 10px;
}
/* 制作の流れここまで
---------------------------------*/
/*　　制作費用　
---------------------------------*/
.cost {
    overflow-x: scroll;
}
.cost-table {
    table-layout: auto;
    white-space: nowrap;
}
.cost-table th,
.cost-table td {
    padding: 10px 10px;
}
.cost-table th {
    font-size: 16px;
}
.service-name-cell p {
    font-size: 14px;
}
.cost-table .service-name-cell .sub-text,
.cost-table .center-cell .sub-text {
    font-size: 12px;
}
.cost-table .description-cell {
    font-size: 14px;
}
/*　　制作費用ここまで　
---------------------------------*/
/*制作についてここまで
---------------------------------*/

/*お問い合わせ
---------------------------------*/
.contact-content {
    flex-direction: column;
    margin-bottom: 100px;
}
.contact-content p {
    font-size: 14px;
    margin-right: 0;
}
.contact-button {
    width: 100%;
    height: 60px;
    gap: 10px;
    font-size: 20px;
    margin-top: 20px;
    padding: 0 10px;
}
/*お問い合わせここまで
---------------------------------*/
/*メインコンテンツここまで
---------------------------------*/

/*フッター
---------------------------------*/
footer {
    height: 200px;
    padding: 40px 20px 0;
}
.footer-text p {
    font-size: 14px;
}
.footer-items a {
    font-size: 14px;
    padding-right: 14px;
}
.footer-text02 {
    font-size: 12px;
    margin-top: 40px;
}
/*フッターここまで
---------------------------------*/
}