/* flatpickrの調整 */
.flatpickr-calendar.open>.flatpickr-month {
    height: 2.4em;
}

/* #region フォントスタイル */
body {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ＭＳ Ｐゴシック', 'MS PGothic';
    margin: 0;
    padding: 0;
    display: none;
}

a {
    text-decoration: none;
    color: #cbaa5c;
}

a:visited {
    text-decoration: none;
    color: #cbaa5c;
}

a:hover {
    text-decoration: underline;
    color: #cbaa5c;
}

.font-large-bold-red {
    font-weight: bold;
    line-height: 1.1;
    color: #ff0606;
}

.font-large-bold-white {
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
}

.font-larger-bold-black {
    font-size: larger;
    font-weight: bold;
    color: #232425;
}

.font-smaller {
    font-size: 0.85em;
}

.font-small {
    font-size: .73em;
}

.font-x-small {
    font-size: x-small;
}

.font-larger {
    font-size: 110%;
}

.font-large {
    font-size: 1.3em;
}

.font-bolder {
    font-weight: bolder;
}

.font-bold {
    font-weight: bold;
}

.font-input-title {
    /* 入力項目の小見出し */
    display: inline-block;
    margin: .5em 0 .3em 0;
    font-weight: 600;
    color: #232425;
}

.font-red-bold {
    color: #e72929;
    font-weight: bolder;
}

.notice {
    font-size: smaller;
}

mark-green {
    /* 蛍光ペンで下線を引く表現 */
    background: linear-gradient(transparent 40%, #9ff0ba 80%);
}

/* #endregion */

/* #region 影 */
.shadow-gray {
    filter: drop-shadow(2px 2px 1px #0000003c);
}

.shadow-gray-larger {
    text-shadow: 1px 1px 3px #424547;
}

/* #endregion */

/* #region レイアウト */


#order-form {
    position: relative;
}

.slide-page-container {
    position: relative;
    transition: opacity .02s linear;
    /* display: none; */
}

.fadeout {
    opacity: 0;
}

.fadein {
    opacity: 1;
}

.slide-page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.invisible {
    display: none;
}

.invisible-page {
    position: relative;
    opacity: 0;
    left: -9999px;
    top: -9999px;
    overflow: hidden;
}

.container {
    width: 100%;
    text-align: left;
}

.inner-container {
    margin: 0 auto;
}

.components-container {
    width: 95%;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.auto-side-margin {
    margin: 0 auto;
}

.flexbox {
    display: flex;
    justify-content: center;
}

.flexbox-left {
    display: flex;
    justify-content: left;
}

.block {
    display: block;
}

.site-header {
    margin: 0.5em auto 0.2em auto;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    /* Optional padding for spacing */
}

.site-logo-wrapper {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.site-logo {
    /* ロゴ */
    display: inline-block;
    width: 30vw;
    max-width: max-content;
    max-height: 6em;
}

.site-logo>img {
    max-width: inherit;
    width: inherit;
    height: auto;
    min-width: 45%;
    object-fit: contain;
}

.margin-right-short {
    margin-right: 1em;
}

.margin-bottom-short {
    margin-bottom: 1em;
}

.form-header {
    text-align: center;
    height: 11rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left;
}

.form-header>h1 {
    margin: auto;
    background-color: rgba(0, 0, 100, 0.200);
    border-radius: 4px;
    padding: 1rem;
}

header[class*="form-header-"] {
    background-size: auto;
    background-color: #1d2939;
}

.global-notice {
    padding: 0 1.2em;
}

.notice {
    /* 送料無料などの告知 */
    padding: 1em 1.2em 0 1.2em;
    text-align: center;
}

.input-form-container {
    text-align: center;
}

.page-container {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4em;
}

.page {
    max-width: fit-content;
    min-width: 18em;
    margin: 0 auto;
    text-align: left;
    padding: 1em 1.5em 1em 1.5em;
}


.form-control-wrapper {
    margin-top: .5em;
    margin-bottom: .5em;
}

.radio-btn-container {
    display: inline-block;
}

label {
    vertical-align: baseline;
    font-size: .9em;
    margin-right: 0.5em;
}

/* #endregion */

/* #region プレイスホルダー */
::placeholder {
    color: #ccc;
}

/* Chrome, Safari */
::-webkit-input-placeholder {
    color: #ccc;
}

/* Firefox */
::-moz-placeholder {
    color: #ccc;
}

/* IE */
:-ms-input-placeholder {
    color: #ccc;
}

/* Edge */
::-ms-input-placeholder {
    color: #ccc;
}

/* #endregion */



/* #region ページ進捗を表現する画像とバー */

.progress-inner-container {
    text-align: center;
}

.progress-bar-container {
    margin: 0 auto;
}

.progress-bar {
    justify-content: center;
    margin: 1.8em auto 0 auto;
    display: flex;
    align-items: center;
    width: 80%;
    max-width: 500px;
}

.progress-arrows {
    margin: 0 auto;
    margin-top: 2em;
    text-align: center;
}

.progress-arrows>img {
    width: 95%;
    height: auto;
    max-width: 600px;
}

.bar-point-current {
    min-width: 16px;
    min-height: 16px;
    max-width: 24px;
    max-height: 24px;
    border-radius: 50%;
    background: #cbaa5c;
}

.bar-current {
    margin: 0;
    width: 200px;
    height: 0.2em;
    background-color: #cbaa5c;
}

.bar-point {
    min-width: 16px;
    min-height: 16px;
    max-width: 24px;
    max-height: 24px;
    border-radius: 50%;
    background: #b7b7b7;
}

.bar {
    margin: 0;
    width: 200px;
    height: 0.2em;
    background-color: #b7b7b7;
}

/* #endregion */

/* #region 項目カテゴリ見出し */
.headline-container {
    position: relative;
    text-align: center;
    margin: 1.8em 0 1em 0;
}

.headline {
    min-width: max-content;
    height: 2em;
    text-align: left;
    border-bottom: 3px solid;
    border-image: linear-gradient(120deg, #cbaa5c 0%, #fce1a3 100%) 1;
}

.font-input-sub-headline {
    width: fit-content;
    height: 2em;
    text-align: left;
    font-size: large;
    margin: 1.2em 0 0 -1em;
    padding-top: .3em;
    padding-left: .7em;
    border-left: 3px solid;
    border-image: linear-gradient(120deg, rgb(102, 255, 158) 0%, #e5fe89 100%) 1;
}

.smaller-headline {
    margin: .3em 0 0 0;
    font-size: 1.1em;
}

/* #endregion */

/* #region コンポーネント共通 */

input[type="text"] {
    padding: 0.28em;
    margin-left: 0.5em;
}

select {
    padding: 0.28em;
    margin-left: 0.5em;
    height: 2em;
}

/* #endregion */

/* #region バリデーション */
.required-label {
    display: inline;
    background-color: #c83434;
    border-radius: 0.2em;
    color: #fff;
    font-size: 0.6em;
    margin-left: 1em;
    padding: 0.2em;
    vertical-align: middle;
}

.optional-label {
    display: inline;
    background-color: #878484;
    border-radius: 0.2em;
    color: #fff;
    font-size: 0.6em;
    margin-left: 1em;
    padding: 0.2em;
    vertical-align: middle;
}

[class $="-error"] {
    display: inline;
    position: absolute;
    color: #ff0000;
    font-size: small;
    margin: .9em 0 0 .3em;
}

input.validated {
    outline: solid 1px rgb(58, 231, 23);
    border-radius: 0.1em;
    border-color: white;
    border-style: solid;
}

input.error {
    outline: solid 1px rgb(225, 28, 28);
    border-radius: 0.1em;
    border-color: white;
    border-style: solid;
}

select.validated {
    outline: solid 1px rgb(58, 231, 23);
    border-radius: 0.1em;
    border-color: white;
    border-style: solid;
}

select.error {
    outline: solid 1px rgb(225, 28, 28);
    border-radius: 0.1em;
    border-color: white;
    border-style: solid;
}

textarea.validated {
    outline: solid 1px rgb(58, 231, 23);
    border-radius: 0.1em;
    border-color: white;
    border-style: solid;
}

textarea.error {
    outline: solid 1px rgb(225, 28, 28);
    border-radius: 0.1em;
    border-color: white;
    border-style: solid;
}

.coupon_code-validated {
    display: inline;
    color: rgb(58, 231, 23);
    margin: .9em 0 0 0.5em;
    position: absolute;
}

.validation-icon {
    background-image: url('../img/green-checkmark.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right .4em center;
}

textarea.validation-icon {
    background-size: 2em;
    background-position: right 1.5rem top 0.3rem;

}

.validated .input-wrapper input+.validation-icon {
    display: inline-block;
    /* チェックマークを表示する */
}

.validated .input-wrapper select+.validation-icon {
    display: inline-block;
    /* チェックマークを表示する */
}

.optional-label {
    display: inline;
    background-color: #777777;
    color: #fff;
}

/* #endregion */

/* #region ボタン */

.button-container {
    display: flex;
    justify-content: space-around;
}

.button-container-right {
    display: flex;
    justify-content: space-around;
}

input[class^="next-button-"] {
    font-size: 1.3em;
    margin-top: 3rem;
    width: 8rem;
    height: 4rem;
    color: #fff;
    background-color: #cbaa5c;
    border: none;
    cursor: pointer;
    border-radius: 0.1em;
    /* box-shadow: 2px 2px 2px rgba(0, 0, 0, .8); */
    filter: drop-shadow(2px 2px 2px #6565658c);
    transition: .1s ease;
    backface-visibility: hidden;
    /* animation時のにじみ防止 */
    -webkit-backface-visibility: hidden;
    /* animation時のにじみ防止 */
    -webkit-font-smoothing: antialiased;
    /* animation時の文字にじみ防止 */
    -moz-osx-font-smoothing: grayscale;
    /* animation時の文字にじみ防止 */

    position: relative;
}

input[class^="next-button-"]:hover {
    /* box-shadow: 0px 2px 8px rgba(0, 0, 0, .2); */
    filter: drop-shadow(4px 4px 4px #6565658c);
    transform: translateY(-2px);
}

input[class^="next-button-"].disabled {
    font-size: 1.3em;
    margin-top: 3rem;
    width: 8rem;
    height: 4rem;
    color: #fff;
    background-color: #cbaa5c89;
    border: none;
    cursor: auto;
    border-radius: 0.1em;
    /* box-shadow: 2px 2px 2px rgba(0, 0, 0, .8); */
    filter: drop-shadow(2px 2px 2px #6565658c);
    position: relative;
}

input[class^="next-button-"].disabled:hover {
    color: #fff;
    background-color: #cbaa5c89;
    filter: drop-shadow(2px 2px 2px #6565658c);
    transform: none;
}

input[class^="back-button-"] {
    font-size: 1.3em;
    margin-top: 3rem;
    width: 8rem;
    height: 4rem;
    color: #fff;
    background-color: #cbaa5c;
    border: none;
    cursor: pointer;
    border-radius: 0.1em;
    filter: drop-shadow(2px 2px 2px #6565658c);

    transition: .1s ease;
    backface-visibility: hidden;
    /* animation時のにじみ防止 */
    -webkit-backface-visibility: hidden;
    /* animation時のにじみ防止 */
    -webkit-font-smoothing: antialiased;
    /* animation時の文字にじみ防止 */
    -moz-osx-font-smoothing: grayscale;
    /* animation時の文字にじみ防止 */

    position: relative;
}

input[class^="back-button-"]:hover {
    /* box-shadow: 0px 2px 8px rgba(0, 0, 0, .2); */
    filter: drop-shadow(4px 4px 4px #6565658c);
    transform: translateY(-2px);
}


.order-button-container {
    text-align: center;

}

input.order-button {
    height: 4.5rem;
    padding: .8em;
    width: calc(100% - 50%);
    min-width: 9rem;
    color: #fff;
    background-color: #f77878;
    border: none;

    margin-top: 1em;
    cursor: pointer;
    border-radius: 0.1em;
    filter: drop-shadow(2px 2px 2px #6565658c);

    transition: .1s ease;
    backface-visibility: hidden;
    /* animation時のにじみ防止 */
    -webkit-backface-visibility: hidden;
    /* animation時のにじみ防止 */
    -webkit-font-smoothing: antialiased;
    /* animation時の文字にじみ防止 */
    -moz-osx-font-smoothing: grayscale;
    /* animation時の文字にじみ防止 */

    position: relative;
}

input.order-button:hover {
    /* box-shadow: 0px 2px 8px rgba(0, 0, 0, .2); */
    filter: drop-shadow(4px 4px 4px #6565658c);
    transform: translateY(-2px);
}

/* #endregion */
/* #region 注文者（集荷先）情報 */

input[type="tel"] {
    padding: 0.28em;
    margin-left: 0.5em;
    width: 8.5em;
    ime-mode: disabled;
}

input[name="name"] {
    max-width: 16em;
    width: -webkit-fill-available;
    ime-mode: active;
}

input[name="kana_name"] {
    max-width: 16em;
    width: -webkit-fill-available;
    ime-mode: active;
}

input[name="email"] {
    max-width: 22em;
    width: -webkit-fill-available;
    ime-mode: disabled;
}

input[name="postal_code"] {
    max-width: 6em;
    width: auto;
    ime-mode: disabled;
}

select[name$="prefecture"] {
    min-width: 9em;
}

select.validation-icon {
    background-position: right 1.1em center;
}

input[name="address"] {
    max-width: 22em;
    width: -webkit-fill-available;
    ime-mode: active;
}

input[name="address2"] {
    max-width: 22em;
    width: -webkit-fill-available;
    ime-mode: active;
}

#is-use-customer-addr {
    margin-bottom: 1em;
}

/* #endregion */

/* #region 配送先情報 */
input[type="receiver_tel"] {
    padding: 0.28em;
    margin-left: 0.5em;
    max-width: 8.5em;
    ime-mode: disabled;
}

input[name="receiver_name"] {
    max-width: 16em;
    width: -webkit-fill-available;
    ime-mode: active;
}

input[name="receiver_kana_name"] {
    max-width: 16em;
    width: -webkit-fill-available;
    ime-mode: active;
}

input[name="receiver_email"] {
    max-width: 22em;
    width: -webkit-fill-available;
    ime-mode: disabled;
}

input[name="receiver_postal_code"] {
    max-width: 6em;
    ime-mode: disabled;
}

select[name="receiver_prefecture"] {
    max-width: 9em;
    width: auto;
}

input[name="receiver_address"] {
    max-width: 22em;
    width: -webkit-fill-available;
    ime-mode: active;
}

input[name="receiver_address2"] {
    max-width: 22em;
    width: -webkit-fill-available;
    ime-mode: active;
}

/* #endregion */

/* #region ご注文内容 */

.input-description {
    width: 80%;
    min-width: 16em;
    max-height: 16em;
    height: 6em;
    min-height: 3em;
    resize: vertical;
    margin-left: .5em;
}

.item-caption-wrapper {
    color: #3c75ac;
    background: #f9ffff;
    max-width: 110%;
    min-width: 85%;
    width: fit-content;
    letter-spacing: .4px;
    line-height: 1.9;
    overflow-wrap: break-word;
    word-break: normal;
    position: relative;
    padding: 0.2em 0.6em 0.2em 2em;
    margin: 0.5em 0 1em 0;
    font-weight: bold;
    border-radius: 4px;
}

.warning-wrapper {
    color: #e79b82;
    background: #fdf4ed;
    border: 3px solid #f3dccc;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: .4px;
    line-height: 1.9;
    overflow-wrap: break-word;
    word-break: normal;
    padding: 0.3em 1.5em;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
}

.item-picture-input {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.item-picture-button-container {
    text-align: center;
}

.item-picture-button {
    font-size: 1em;
    margin: 1em auto;
    color: #fff;
    cursor: pointer;
    background-color: #cbaa5c;
    filter: drop-shadow(1px 1px 1px #6565658c);
    transform: none;
    display: inline-block;
    padding: .4em 1em .5em 1em;

    transition: .1s ease;
    backface-visibility: hidden;
    /* animation時のにじみ防止 */
    -webkit-backface-visibility: hidden;
    /* animation時のにじみ防止 */
    -webkit-font-smoothing: antialiased;
    /* animation時の文字にじみ防止 */
    -moz-osx-font-smoothing: grayscale;
    /* animation時の文字にじみ防止 */
}

.item-picture-button:hover {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
    filter: drop-shadow(2px 2px 2px #6565658c);
    transform: translateY(-1px);
}

.pic-preview-wrapper {
    text-align: justify;
}

.pic-preview>img {
    margin: 1em;
    width: 8em;
    max-height: 100vh;
    border: 1px #333 solid
}

.pic-preview-container {
    width: 100%;
}

.pic-preview-container>.image-container {
    display: inline-block;
    vertical-align: top;
    padding: .1em;
    width: 140px;
}

.pic-preview-container>.image-container>img {
    min-width: 25%;
    height: auto;
    width: 100%;
}

.pic-delete-btn {
    vertical-align: top;
    display: relative;
    margin-left: -1.75em;
    margin-top: .2em;
    opacity: .75;

    background-color: #ffffff;
    color: rgb(53, 53, 53);
    text-align: center;
    cursor: pointer;
    border: none;
    min-width: 6.25%;
    padding: 0;
    height: 1.5em;
    width: 1.5em;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    transition: transform 0.1s ease-in-out;
}

.confirm-pic-preview-container {
    margin-top: 2em;
    max-width: 30em;
}

.confirm-pic-preview-container>.image-container {
    display: inline-block;
    vertical-align: top;
    padding: .1em;
    width: 140px;
}

.confirm-pic-preview-container>.image-container>img {
    min-width: 25%;
    height: auto;
    width: 100%;
}

.hidden-inputs-container {
    display: none;
}

.syuuka-img {
    max-width: 26em;
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.pickup-date {
    width: 8em;
}

select[name="pickup_time"] {
    width: 9.2em;
}

.display-toggle-pickup {
    margin-left: 1.2em;
}

.pickup-container {
    display: inline-block;
    margin-bottom: 1em;
}

.pickup-inner-container {
    display: inline-block;
    margin-bottom: 1em;
}

.pickup-inner-container>.font-input-title {
    display: inline-block;
}

.pickup-inner-container>.font-input-title {
    font-size: .9em;
    margin-top: 1em;
}

.pickup-inner-container:first-child {
    margin-right: 1em;
}

.pickup_date-error {
    margin: .4em 0 0 .4em;
}

.pickup_time-error {
    margin: .4em 0 0 .4em;
}

[name="sending_packs"] {
    width: 6em;
}

.display-toggle-return-from-storage {
    margin-left: 0.5em;
}

.return-from-storage-container {
    display: flex;
    justify-content: space-evenly;
    width: 20em;
}

.return-from-storage-select-container {
    white-space: nowrap;
}

.return-from-storage-select-container>div>label {
    margin-left: 0.5em;
}

select[name="return_from_storage_year"] {
    width: 7.5em;
}

select[name="return_from_storage_month"] {
    width: 5.5em;
}

select[name="return_from_storage_period"] {
    width: 6em;
}

.payment>.form-control-wrapper {
    margin-left: -0.9em;
}

select[name="payment_method"] {
    width: 13em;
}

select[name="payment_method"].validation-icon {
    background-position: 9em center;
}

.remarks {
    width: 80%;
    min-width: 16em;
    max-height: 16em;
    height: 6em;
    min-height: 3em;
    resize: vertical;
    vertical-align: top;
}

input.return-button {
    width: fit-content;
    padding: 1em;
    color: #fff;
    background-color: #cbaa5c;
    border: none;
    cursor: pointer;
    border-radius: 0.1em;
    filter: drop-shadow(2px 2px 2px #6565658c);

    transition: .1s ease;
    backface-visibility: hidden;
    /* animation時のにじみ防止 */
    -webkit-backface-visibility: hidden;
    /* animation時のにじみ防止 */
    -webkit-font-smoothing: antialiased;
    /* animation時の文字にじみ防止 */
    -moz-osx-font-smoothing: grayscale;
    /* animation時の文字にじみ防止 */

    position: relative;
}

input.return-button:hover {
    /* box-shadow: 0px 2px 8px rgba(0, 0, 0, .2); */
    filter: drop-shadow(4px 4px 4px #6565658c);
    transform: translateY(-2px);
}

.item-caption-wrapper>p::before {
    content: "";
    position: absolute;
    left: 0.7em;
    top: 2.14em;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    background-image: url('../img/info_icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.order-list-button {
    margin-left: 4em;
}

.warning-wrapper {
    margin-top: 2em;
}

.confirm-item {
    margin: 0;
    overflow-x: visible;
}

.confirm-item-name {
    display: inline-block;
    width: 7em;
    margin-right: 1em;
    overflow-x: visible;
}

.confirm-item-value {
    display: inline-block;
    width: fit-content;
    margin-bottom: 1em;
    overflow-x: visible;
}

[data-input="pickup_date"] {
    margin-right: .5em;
}

.confirm-pickup {
    display: inline-block;
}

.storage {
    text-align: left;
}

.storage-period {
    display: inline-block;
    margin-top: 1em;
}

[data-input="item_description"] {
    white-space: pre-wrap;
}

.user-input-description {
    color: #6d6a7b;
    background: #ffe5d1;
    letter-spacing: .4px;
    line-height: 1.9;
    overflow-wrap: break-word;
    word-break: normal;
    position: relative;
    padding: 1em;
    font-weight: bold;
    border-radius: 4px;
    width: 82%;
    max-width: 26em;
}

[data-input="remarks"] {
    white-space: pre-wrap;
}

.coupon-code-message {
    font-size: .8em;
    margin-left: .8em;
    color: rgb(58, 231, 23);
}

.user-input-remarks.has-content {
    color: #6d6a7b;
    background: #ffe5d1;
    letter-spacing: .4px;
    line-height: 1.9;
    overflow-wrap: break-word;
    word-break: normal;
    position: relative;
    padding: 1em;
    font-weight: bold;
    border-radius: 4px;
    width: 82%;
    max-width: 26em;
}

.goryokai-wrapper {
    border: #232425 1px solid;
    height: 30rem;
    overflow: auto;
    font-size: smaller;
    margin: 4em auto 1em auto;
    max-width: 31em;
}

ol.ryokai-list {
    padding: 2em 2em .5em 3em;
    text-align: left;
    list-style: decimal;
}

.ryokai-list>li {
    padding-bottom: 1em;
}

.ryokai-list>li>ul {
    list-style-type: disc;
    padding-top: 1em;
}

.ryokai-list>li>ol>li {
    padding-bottom: 0.2em;
}

/* #endregion */

/* #region 注文完了 */
.thankyou-message {
    font-size: x-large;
    margin: 0 auto;
    width: fit-content;
    line-height: 190%;
}

.order-error-message {
    font-size: x-large;
    margin: 0 auto;
    width: fit-content;
    line-height: 190%;
}

.order-result-title {
    margin-left: .5em;
    font-size: xx-large;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 3em;
}

.thankyou-container {
    margin-top: 4em;
    text-align: center;
    width: 100%;
}

.order-error-container {
    margin-top: 4em;
    text-align: center;
    width: 100%;
}

.thankyou-page {
    margin-bottom: 2em;
}

.thankyou-message-wrapper {
    margin-top: 2em;
    text-align: left;
    padding-left: 1em;
    max-width: 20em;
}

.order-error-message-wrapper {
    margin-top: 2em;
    text-align: left;
    padding-left: 1em;
}

.loading-container {
    margin-top: 10em;
    text-align: center;
    width: 100%;
}

.loading-message {
    width: 30%;
    margin: 0 auto;
}

/* #endregion */

/* #region 着物 */

select[name="item_type_kimono"] {
    width: 9em;
}

/* #endregion */

/* #region ドレス */

select[name="item_type_dress"] {
    width: 10em;
}

/* #endregion */


/* #region 絨毯 */
select[name="item_length_jutan"] {
    width: fit-content;
}

/* #endregion */


/* #region ぬいぐるみ */
.confirm-item-type-nuigurumi>.confirm-item-name {
    display: inline-block;
    width: 7em;
    margin-right: 1em;
}

.confirm-item-type-nuigurumi>.confirm-item-value {
    display: inline-block;
    margin-bottom: 1em;
}

/* #endregion */
/* #region ソファーカバー */
.sofa-size-img {
    max-width: 90%;
}

.sofa-parts-img {
    max-width: 90%;
}

.num-of-sofa-error-container {
    height: 1em;
    margin-top: -1em;
    margin-bottom: 1em;
}

.num-of-sofa-error-container [class$="-error"] {
    display: block;
    position: relative;
    margin-left: 0;
}

.num-of-sofa-title-width {
    width: 12em;
}

[data-group="sofa_num"] {
    width: 9em;
}

.confirm-item-type-sofa .confirm-item-name {
    display: inline-block;
    width: 11em;
    margin-right: 1em;
}

.confirm-item-type-sofa .confirm-item-value {
    width: 6em;
}

/* #endregion */

/* #region 着ぐるみ */
.kigurumi-type-img {
    max-width: 90%;
}

select[name="item_type_kigurumi"] {
    width: 17em;
}

/* #endregion */

.coupon-notice-img {
    width: 60%;
    height: auto;
}

/** レスポンシブ対応 */
@media screen and (max-width:599px) {
    .only-pc {
        display: none;
    }
}

@media screen and (min-width:600px) {
    .only-sp {
        display: none;
    }
}