/* フォント
====================================================*/
/* Noto Sans JP Medium */
@font-face {
    font-family: "CGothic";
    src: url("/view/font/GOTHICB.TTF") format("truetype");
}
/* Noto Sans JP EXBold */
@font-face {
    font-family: "NSJ1";
    src: url("/view/font/NotoSansJP-ExtraBold.ttf") format("truetype");
}
/* Noto Sans JP Medium */
@font-face {
    font-family: "NSJ";
    src: url("/view/font/NotoSansJP-Medium.ttf") format("truetype");
}
/* Noto Sans JP Regular */
@font-face {
    font-family: "NSJ2";
    src: url("/view/font/NotoSansJP-Thin.Regular") format("truetype");
}
/* Noto Sans JP Thin */
@font-face {
    font-family: "NSJ3";
    src: url("/view/font/NotoSansJP-Thin.ttf") format("truetype");
}

body,input,textarea,select{
    font-family: "NSJ", sans-serif;
    font-weight: 300;
}

/* 共通指定 300-1200
====================================================*/
html {
    font-size: min(4vw, 16px);
}
canvas {
    z-index: -50;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.9;
}
section {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
h2,
h3 {
    font-family: "NSJ", sans-serif;
    font-weight: 800;
    font-size: clamp(1.125rem, 0.9583rem + 0.8889vw, 1.625rem);
}
h4,
p {
    font-family: "NSJ", sans-serif;
    font-weight: 500;
    font-size: clamp(0.875rem, 0.75rem + 0.6667vw, 1.25rem);
    line-height: 1.5;
}
.pm {
    margin: clamp(20px, 5vw, 44px) 0;
}
.pp {
    padding: clamp(20px, 5vw, 44px) 0;
}
.pm05 {
    margin: clamp(10px, 2.5vw, 22px) 0;
}
.pp05 {
    padding: clamp(10px, 2.5vw, 22px) 0;
}
.pm005 {
    margin: clamp(0.125rem, 0.0568rem + 0.3409vw, 0.3125rem) 0;
}
.pp005 {
    padding: clamp(0.125rem, 0.0568rem + 0.3409vw, 0.3125rem) 0;
}
.h3-in {
    font-size: clamp(0.7875rem, 0.675rem + 0.6vw, 1.125rem);
}
.h2-title {
    font-size: clamp(1.5rem, 1.3182rem + 0.9091vw, 2rem);
}
/* 色指定
====================================================*/
.c1 {
    color: #ea9c80;
}
.c2 {
    color: #94c47d;
}
.c3 {
    color: #87b4db;
}
.c4 {
    color: #c28cb7;
}

/* ドット色指定
====================================================*/
.bc1::before {
    color: #ea9c80;
}
.bc2::before {
    color: #94c47d;
}
.bc3::before {
    color: #87b4db;
}
.bc4::before {
    color: #c28cb7;
}

/* アイテム背景色指定
====================================================*/
.ic1 {
    background: #ea9c80;
}
.ic2 {
    background: #94c47d;
}
.ic3 {
    background: #87b4db;
}
.ic4 {
    background: #c28cb7;
}

/* タイトル
====================================================*/
.ouen-h1 {
    text-align: center;
    font-size: clamp(2.5rem, 0.8333rem + 8.8889vw, 7.5rem);
    padding-top: clamp(1.25rem, 0.4167rem + 4.4444vw, 3.75rem);
    font-family: CGothic, sans-serif;
}
.ouen-h1 span {
    display: inline-block;
    position: relative;
}
.ouen-h1 span::before {
    position: absolute;
    top: calc(clamp(1.25rem, 0.4167rem + 4.4444vw, 3.75rem) * -1);
    left: 50%;
    transform: translate(-50%, 0);
    font-size: clamp(2.5rem, 0.8333rem + 8.8889vw, 7.5rem);
    content: "・";
}

.ouen-h2 span {
    text-align: center;
    font-size: clamp(2rem, 0.8333rem + 5.8889vw, 3rem);
    font-family: CGothic, sans-serif;
}
.ouen-h2 span {
    display: inline-block;
    position: relative;
}
.ouen-h2 span::before {
    position: absolute;
    top: calc(clamp(1rem, 0.4167rem + 2.4444vw, 1.5rem) * -1);
    left: 50%;
    transform: translate(-50%, 0);
    font-size: clamp(2rem, 0.8333rem + 5.8889vw, 3rem);
    content: "・";
}

.ouen-h3 span {
    text-align: center;
    font-size: clamp(1.125rem, 0.9583rem + 0.8889vw, 1.625rem);
    font-family: CGothic, sans-serif;
}
.ouen-h3 span {
    display: inline-block;
    position: relative;
}
.ouen-h3 span::before {
    position: absolute;
    top: calc(clamp(0.5625rem, 0.47915rem + 0.4444vw, 0.8125rem) * -1);
    left: 50%;
    transform: translate(-50%, 0);
    font-size: clamp(1.125rem, 0.9583rem + 0.8889vw, 1.625rem);
    content: "・";
}

/* ouen配置
====================================================*/
.ouen-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
}

.ouen-ltop {
    position: relative;
    text-align: left;
    margin: clamp(10px, 2.5vw, 22px);
}

.ouen-ctop {
    position: relative;
    text-align: center;
    margin: clamp(10px, 2.5vw, 22px);
}

/* ヘッダー
====================================================*/
.h-login {
    position: absolute;
    top: 30px;
    right: 140px;
    z-index: 99999;
}
.h-login img {
    height: 73px;
    filter: drop-shadow(0px 5px 5px #333333);
}

.header {
    height: 105px;
}

#ms-menu {
    display: none;
}

.bg-change {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 1px;
    height: 1px;
    border-radius: 0% 0% 0% 100%;
    background-color: rgba(255, 255, 255, 0.975);
    transition: all 0.25s ease;
    z-index: 11;
}

.ms-nav .ms-menu-toggle:checked ~ .bg-change {
    width: 200vw;
    height: 100vh;
    transition: all 0.5s ease;
}

.ms-nav {
    position: absolute;
    top: 30px;
    right: 30px;
}

@media screen and (max-width: 500px) {
    .h-login {
        position: absolute;
        top: 10px;
        right: 70px;
        z-index: 99999;
    }
    .h-login img {
        height: 38px;
        filter: drop-shadow(0px 5px 5px #333333);
    }

    .header {
        height: 50px;
    }

    .bg-change {
        top: -10px;
        right: -10px;
    }

    .ms-nav {
        top: 10px;
        right: 10px;
    }
}

.ms-nav > .ms-main {
    position: relative;
}
.ms-nav > .ms-main2 {
    position: relative;
}


.ms-nav > .ms-li {
    position: absolute;
    top: 0;
    right: 8px;
    transition: top 0.5s ease;
    z-index: 11;
    display: flex;
}

@media screen and (max-width: 500px) {
    .ms-nav > .ms-li {
        right: 5px;
    }
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li a {
    box-shadow: 0px 5px 10px #333333;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li1 {
    top: 150%;
    transition: top 0.5s ease;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li1 a span {
    opacity: 1;
    transition: opacity 0.5s ease 0.1s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li2 {
    top: 265%;
    transition: top 0.6s ease;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li2 a span {
    opacity: 1;
    transition: opacity 0.6s ease 0.2s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li3 {
    top: 380%;
    transition: top 0.7s ease;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li3 a span {
    opacity: 1;
    transition: opacity 0.7s ease 0.3s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li4 {
    top: 495%;
    transition: top 0.8s ease;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li4 a span {
    opacity: 1;
    transition: opacity 0.8s ease 0.4s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li5 {
    top: 610%;
    transition: top 0.9s ease;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li5 a span {
    opacity: 1;
    transition: opacity 0.9s ease 0.5s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li6 {
    top: 725%;
    transition: top 1s ease;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li6 a span {
    opacity: 1;
    transition: opacity 1s ease 0.6s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li7 {
    top: 840%;
    transition: top 1.1s ease;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li7 a span {
    opacity: 1;
    transition: opacity 1.1s ease 0.7s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li8 {
    top: 955%;
    transition: top 1.2s ease;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li8 a span {
    opacity: 1;
    transition: opacity 1.2s ease 0.8s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li9 {
    top: 1070%;
    transition: top 1.3s ease;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li9 a span {
    opacity: 1;
    transition: opacity 1.3s ease 0.9s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li10 {
    top: 1185%;
    transition: top 1.4s ease;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-li10 a span {
    opacity: 1;
    transition: opacity 1.4s ease 1s;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-main span {
    transform: rotate(-45deg);
    transition: transform 0.35s ease;
}

.ms-nav .ms-menu-toggle ~ .ms-main span {
    transition: transform 0.35s ease;
    opacity: 1;
}

.ms-nav > .ms-main > a {
    box-shadow: 0px 5px 10px #333333;
}

.ms-nav .ms-menu-toggle:checked ~ .ms-main2 span {
    transform: rotate(-45deg);
    transition: transform 0.35s ease;
}

.ms-nav .ms-menu-toggle ~ .ms-main2 span {
    transition: transform 0.35s ease;
    opacity: 1;
}

.ms-nav > .ms-main2 > a {
    box-shadow: 0px 5px 10px #333333;
}

.ms-nav > li a {
    font-size: 30px;
    color: #ffffff;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    position: relative;
    text-align: center;
}

.ms-nav > .ms-li1 a {
    background: #ea9c80;
}

.ms-nav > .ms-li2 a {
    background: #94c47d;
}

.ms-nav > .ms-li3 a {
    background: #87b4db;
}

.ms-nav > .ms-li4 a {
    background: #c28cb7;
}

.ms-nav > .ms-li5 a {
    background: #ea9c80;
}

.ms-nav > .ms-li6 a {
    background: #94c47d;
}

.ms-nav > .ms-li7 a {
    background: #87b4db;
}

.ms-nav > .ms-li8 a {
    background: #c28cb7;
}

.ms-nav > .ms-li9 a {
    background: #ea9c80;
}

.ms-nav > .ms-li10 a {
    background: #94c47d;
}

.ms-nav > .ms-main a,
.ms-nav > .ms-main > a > label {
    font-size: 30px;
    color: #ffffff;
    background: #c28cb7;
    width: 76px;
    height: 76px;
    display: block;
    border-radius: 100%;
    position: relative;
    text-align: center;
    z-index: 19;
    font-size: 16px;
    line-height: 76px;
}

.ms-nav > .ms-main2 a,
.ms-nav > .ms-main2 > a > label {
    font-size: 30px;
    color: #ffffff;
    background: #ea9c80;
    width: 76px;
    height: 76px;
    display: block;
    border-radius: 100%;
    position: relative;
    text-align: center;
    z-index: 19;
    font-size: 16px;
    line-height: 76px;
}

.op0 {
    height: 76px;
    width: 100%;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 18;
}

.ms-nav > li > a {
    position: relative;
}

.ms-nav > li > a span {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    color: #333;
    font-size: clamp(1.125rem, 0.9583rem + 0.8889vw, 1.625rem);
    text-align: right;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.5s ease;
    font-family: "NSJ", sans-serif;
    font-weight: 800;
}

.ms-nav > li:hover > a span {
    opacity: 1;
}

.ms-nav > li:not(:hover) > a span {
    opacity: 0;
}

.ms-nav > li > a:hover span {
    opacity: 0;
}

@media screen and (max-width: 500px) {
    .ms-nav > li a {
        width: 30px;
        height: 30px;
    }

    .ms-nav > .ms-main a,
    .ms-nav > .ms-main > a > label {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 10px;
    }

    .ms-nav > .ms-main2 a,
    .ms-nav > .ms-main2 > a > label {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 10px;
    }

    .op0 {
        height: 40px;
        right: 10px;
        top: 10px;
    }

    .ms-nav > li > a span {
        right: 40px;
    }
}

@keyframes border-bottom-animation {
    0% {
        top: 0px;
    }

    50% {
        top: -14px;
    }

    100% {
        top: 0px;
    }
}

@keyframes border-top-animation {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: -13px;
    }

    100% {
        bottom: 0px;
    }
}

@keyframes big-border-top-animation {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: -30px;
    }

    100% {
        top: 0px;
    }
}

@media screen and (max-width: 500px) {
    @keyframes border-bottom-animation {
        0% {
            top: 0px;
        }

        50% {
            top: -7px;
        }

        100% {
            top: 0px;
        }
    }

    @keyframes border-top-animation {
        0% {
            bottom: 0px;
        }

        50% {
            bottom: -6.5px;
        }

        100% {
            bottom: 0px;
        }
    }

    @keyframes big-border-top-animation {
        0% {
            bottom: 0px;
        }

        50% {
            bottom: -15px;
        }

        100% {
            top: 0px;
        }
    }
}

.ms-main img {
    transition: transform 0.5s ease;
    transform-origin: 50% 50%;
}

#ms-menu:checked ~ .ms-main img {
    animation: rotateAnimation 0.5s forwards;
}

#ms-menu:not(:checked) ~ .ms-main img {
    animation: rotateBackAnimation 0.5s forwards;
}

.ms-main2 img {
    transition: transform 0.5s ease;
    transform-origin: 50% 50%;
}

#ms-menu:checked ~ .ms-main2 img {
    animation: rotateAnimation 0.5s forwards;
}

#ms-menu:not(:checked) ~ .ms-main2 img {
    animation: rotateBackAnimation 0.5s forwards;
}

@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: translateY(-20%) rotate(180deg);
    }
}

@keyframes rotateBackAnimation {
    from {
        transform: rotate(180deg);
    }

    to {
        transform: rotate(0deg);
    }
}

/* フッター
====================================================*/
.footerFixed {
    min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    position: relative; /* ←相対位置 */
    padding-bottom: clamp(3.125rem, 0.8523rem + 11.3636vw, 9.375rem); /* ←フッターの高さを指定 */
    box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
}

.footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 2%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: clamp(1.25rem, 0.625rem + 3.3333vw, 3.125rem);
    padding-bottom: clamp(0.625rem, 0.3125rem + 1.6667vw, 1.5625rem);
}

.footer-in {
    justify-content: center;
    margin: 0 auto;
    display: flex;
    padding-inline-start: 0;
}

.footer-in li {
    padding: 2%;
    position: relative;
    white-space: nowrap;
    font-family: "NSJ", sans-serif;
    font-weight: 500;
    font-size: clamp(0.625rem, 0.5417rem + 0.4444vw, 0.875rem);
}

.footer-in li:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: #cacaca;
    margin: auto;
}

/* 共通フォーム インフルエンサー
====================================================*/
label {
    font-family: "NSJ", sans-serif;
    font-weight: 500;
    font-size: clamp(0.875rem, 0.75rem + 0.6667vw, 1.25rem);
}
.required:after {
    content: " *";
    color: #e00;
}
.agree-check{
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    vertical-align: -5px;
}
.agree-check:checked:before {
    position: absolute;
    top: -2px;
    left: 4px;
    transform: rotate(50deg);
    width: 8px;
    height: 16px;
    border-right: 4px solid red;
    border-bottom: 4px solid red;
    content: '';
  }
  .agree-label{
    font-size: clamp(0.625rem, 0.4886rem + 0.6818vw, 1rem);
    margin-left: clamp(0.625rem, 0.4886rem + 0.6818vw, 1rem);
  }
  .agree-label a{
    color: blue;
  }

/* テキスト */
/* <input type="text" name="" value="" class="c-form1-text" /> */

.c-form1-text {
    height: 2.4em;
    width: 100%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.c-form1-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(194, 140, 183) inset;
}

.c-form1-text::-webkit-inner-spin-button,
.c-form1-text::-webkit-outer-spin-button {
    appearance: none;
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

/* ラジオボタン */
/* <div class="c-form1-radio">
    <label>
        <input type="radio" name="radio" value="1" />
        <span class="c-form1-radio-name">
            <span class="c-form1-radio-text">ラジオボタン1</span>
        </span>
    </label>

    <label>
        <input type="radio" name="radio" value="2" />
        <span class="c-form1-radio-name">
            <span class="c-form1-radio-text">ラジオボタン2</span>
        </span>
    </label>
</div> */

.c-form1-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.c-form1-radio input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

.c-form1-radio-name {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #666;
}

.c-form1-radio-name:before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 6px;
    flex-shrink: 0;
}

.c-form1-radio input:checked + .c-form1-radio-name {
    color: rgb(194, 140, 183);
}

.c-form1-radio input:checked + .c-form1-radio-name:before {
    border: 0.35em solid rgb(194, 140, 183);
}

.c-form1-radio input:focus-visible + .c-form1-radio-name .c-form1-radio-text {
    background: linear-gradient(transparent 90%, rgba(194, 140, 183, 0.3) 90%);
}

.m-form-radio input.focus-visible + .m-form-radio-name .m-form-radio-text {
    background: linear-gradient(transparent 90%, rgba(194, 140, 183, 0.3) 90%);
}

/* チェックボックス */
/* <div class="c-form1-checkbox">
    <label>
        <input type="checkbox" name="checkbox" value="checkform-item1" />
        <span class="c-form1-checkbox-name">
            <span class="c-form1-checkbox-text">チェックボックス1</span>
        </span>
    </label>

    ...

    <label>
        <input type="checkbox" name="checkbox" value="checkform-item4" />
        <span class="c-form1-checkbox-name">
            <span class="c-form1-checkbox-text">チェックボックス4</span>
        </span>
    </label>
</div> */

.c-form1-checkbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.c-form1-checkbox input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

.c-form1-checkbox-name {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #666;
    position: relative;
}

.c-form1-checkbox-name:before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 6px;
    flex-shrink: 0;
}

.c-form1-checkbox input:checked + .c-form1-checkbox-name {
    color: rgb(194, 140, 183);
}

.c-form1-checkbox input:checked + .c-form1-checkbox-name:before {
    border: 1px solid rgb(194, 140, 183);
    background-color: rgb(194, 140, 183);
}

.c-form1-checkbox input:checked + .c-form1-checkbox-name:after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 0.4em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.4em;
    height: 0.65em;
    transform: translateY(-1px) rotate(45deg);
}

.c-form1-checkbox
    input:focus-visible
    + .c-form1-checkbox-name
    .c-form1-checkbox-text {
    background: linear-gradient(transparent 90%, rgba(194, 140, 183, 0.3) 90%);
}

/* セレクトボックス */
/* <div class="c-form1-select">
    <select>
        <option value="select1">セレクト1</option>
        <option value="select2">セレクト2</option>
        <option value="select3">セレクト3</option>
    </select>
</div> */

.c-form1-select {
    position: relative;
}

.c-form1-select:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    pointer-events: none;
}

.c-form1-select select {
    height: 2.4em;
    width: 100%;
    padding: 0 8px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.c-form1-select select::-ms-expand {
    display: none;
}

.c-form1-select select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(194, 140, 183) inset;
}

/* テキストエリア */
/* <textarea name="name" class="c-form1-textarea"></textarea> */

.c-form1-textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: clamp(0.875rem, 0.75rem + 0.6667vw, 1.25rem);
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}

.c-form1-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(194, 140, 183) inset;
}

/* サブミット */
/* <!-- inputタグを使う場合 -->
<input type="submit" name="" value="送信" class="c-form1-submit-button" />

<!-- buttonタグを使う場合 -->
<button type="submit" class="c-form1-submit-button">送信</button> */

.c-form1-submit-button {
    display: inline-block;
    width: 40%;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
    font-size: clamp(0.7875rem, 0.675rem + 0.6vw, 1.125rem);
}

.c-form1-submit-button:enabled {
    background-color: rgb(194, 140, 183);
}

.c-form1-submit-button:disabled {
    background-color: rgb(230, 230, 230);
}

.c-form1-submit-button:disabled:hover {
    background-color: rgb(230, 230, 230);
}

.c-form1-submit-button:enabled:hover {
    background-color: rgb(194, 140, 183);
}

.c-form1-submit-button:focus {
    outline: 0;
    background-color: rgb(194, 140, 183);
    border: 2px solid rgb(194, 140, 183);
}

/* aボタン */
/* <a class="c-form2-submit-button">ボタン</a>  */

.c-form1-a-button {
    display: inline-block;
    width: 40%;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
    background-color: #c28cb7;
    font-size: clamp(0.7875rem, 0.675rem + 0.6vw, 1.125rem);
}

.c-form1-a-button:hover {
    background-color: #c28cb7;
}

/* pボタン風 */
/* <p class="c-form2-submit-button">ボタン</p>  */
.c-form1-p-button {
    display: inline-block;
    width: 40%;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid transparent;
    background-color: #c28cb7;
    font-size: clamp(0.7875rem, 0.675rem + 0.6vw, 1.125rem);
}

/* 共通フォーム 広告主
====================================================*/
/* テキスト */
/* <input type="text" name="" value="" class="c-form2-text" /> */

.c-form2-text {
    height: 2.4em;
    width: 100%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.c-form2-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(234, 156, 128) inset;
}

.c-form2-text::-webkit-inner-spin-button,
.c-form2-text::-webkit-outer-spin-button {
    appearance: none;
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

/* ラジオボタン */
/* <div class="c-form2-radio">
    <label>
        <input type="radio" name="radio" value="1" />
        <span class="c-form2-radio-name">
            <span class="c-form2-radio-text">ラジオボタン1</span>
        </span>
    </label>

    <label>
        <input type="radio" name="radio" value="2" />
        <span class="c-form2-radio-name">
            <span class="c-form2-radio-text">ラジオボタン2</span>
        </span>
    </label>
</div> */

.c-form2-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.c-form2-radio input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

.c-form2-radio-name {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #666;
}

.c-form2-radio-name:before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 6px;
    flex-shrink: 0;
}

.c-form2-radio input:checked + .c-form2-radio-name {
    color: rgb(234, 156, 128);
}

.c-form2-radio input:checked + .c-form2-radio-name:before {
    border: 0.35em solid rgb(234, 156, 128);
}

.c-form2-radio input:focus-visible + .c-form2-radio-name .c-form2-radio-text {
    background: linear-gradient(transparent 90%, rgba(234, 156, 128, 0.3) 90%);
}

.m-form-radio input.focus-visible + .m-form-radio-name .m-form-radio-text {
    background: linear-gradient(transparent 90%, rgba(234, 156, 128, 0.3) 90%);
}

/* チェックボックス */
/* <div class="c-form2-checkbox">
    <label>
        <input type="checkbox" name="checkbox" value="checkform-item1" />
        <span class="c-form2-checkbox-name">
            <span class="c-form2-checkbox-text">チェックボックス1</span>
        </span>
    </label>

    ...

    <label>
        <input type="checkbox" name="checkbox" value="checkform-item4" />
        <span class="c-form2-checkbox-name">
            <span class="c-form2-checkbox-text">チェックボックス4</span>
        </span>
    </label>
</div> */

.c-form2-checkbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.c-form2-checkbox input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

.c-form2-checkbox-name {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #666;
    position: relative;
}

.c-form2-checkbox-name:before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 6px;
    flex-shrink: 0;
}

.c-form2-checkbox input:checked + .c-form2-checkbox-name {
    color: rgb(234, 156, 128);
}

.c-form2-checkbox input:checked + .c-form2-checkbox-name:before {
    border: 1px solid rgb(234, 156, 128);
    background-color: rgb(234, 156, 128);
}

.c-form2-checkbox input:checked + .c-form2-checkbox-name:after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 0.4em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.4em;
    height: 0.65em;
    transform: translateY(-1px) rotate(45deg);
}

.c-form2-checkbox
    input:focus-visible
    + .c-form2-checkbox-name
    .c-form2-checkbox-text {
    background: linear-gradient(transparent 90%, rgba(234, 156, 128, 0.3) 90%);
}

/* セレクトボックス */
/* <div class="c-form2-select">
    <select>
        <option value="select1">セレクト1</option>
        <option value="select2">セレクト2</option>
        <option value="select3">セレクト3</option>
    </select>
</div> */

.c-form2-select {
    position: relative;
}

.c-form2-select:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    pointer-events: none;
}

.c-form2-select select {
    height: 2.4em;
    width: 100%;
    padding: 0 8px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.c-form2-select select::-ms-expand {
    display: none;
}

.c-form2-select select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(234, 156, 128) inset;
}

/* テキストエリア */
/* <textarea name="name" class="c-form2-textarea"></textarea> */

.c-form2-textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: clamp(0.875rem, 0.75rem + 0.6667vw, 1.25rem);
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}

.c-form2-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(234, 156, 128) inset;
}

/* サブミット */
/* <!-- inputタグを使う場合 -->
<input type="submit" name="" value="送信" class="c-form2-submit-button" />

<!-- buttonタグを使う場合 -->
<button type="submit" class="c-form2-submit-button">送信</button> */

.c-form2-submit-button {
    display: inline-block;
    width: 40%;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
    font-size: clamp(0.7875rem, 0.675rem + 0.6vw, 1.125rem);
}

.c-form2-submit-button:enabled {
    background-color: rgb(234, 156, 128);
}

.c-form2-submit-button:disabled {
    background-color: rgb(230, 230, 230);
}

.c-form2-submit-button:disabled:hover {
    background-color: rgb(230, 230, 230);
}

.c-form2-submit-button:enabled:hover {
    background-color: rgb(234, 156, 128);
}

.c-form2-submit-button:focus {
    outline: 0;
    background-color: rgb(234, 156, 128);
    border: 2px solid rgb(234, 156, 128);
}

/* aボタン */
/* <a class="c-form2-a-button">ボタン</a>  */

.c-form2-a-button {
    display: inline-block;
    width: 40%;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
    background-color: #ea9c80;
    font-size: clamp(0.7875rem, 0.675rem + 0.6vw, 1.125rem);
}

.c-form2-a-button:hover {
    background-color: #ea9c80;
}
