html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    min-height: auto;
}

body {
    letter-spacing: 1.5px;
    font-family: sans-serif;
    overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: inherit;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
}




@font-face {
    font-family: 'tate';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/HGRKR.TTF') format('opentype');
}

@font-face {
    font-family: 'yoko';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/HGRPP.ttf') format('opentype');
}

.name1-wrapper {
    font-family: "tate", cursive, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 7%;
    right: 8%;
    height: 350px;
    width: 30px;
    font-size: 2.5rem;
    letter-spacing: 0.1px;
    line-height: 1;
}

.tate {
    padding-bottom: 10px;
    color: #f63023;
}

.name-input1 {
    font-style: normal;
    color: #000;
    text-align: center;
}

.name2-wrapper {
    font-family: "tate", cursive, sans-serif;
    display: flex;
    justify-content: center;
    height: 350px;
    width: 30px;
    position: absolute;
    top: 13%;
    right: 50%;
    transform: translateX(50%);
    font-size: 5rem;
    letter-spacing: 0.1px;
    line-height: 1;
}


.name2-inner {
    text-align: center;
    width: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.initial {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f63023;
    color: white;
    text-align: center;
    padding: 0.5rem;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    line-height: 1;
    white-space: nowrap;
}

.name-input2 {
    color: #f63023;
}

.name3-wrapper {
    font-family: "tate", cursive, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    width: 30px;
    position: absolute;
    top: 7%;
    left: 8%;
    font-size: 2.5rem;
    letter-spacing: 0.1px;
    line-height: 1;
}

.name3-inner {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.name-input3 {
    color: #5352c9;

}

.input-img {
    width: 300px;
    max-width: none;
}

.name-1 span {
    color: #DD0F1D;
    font-weight: 800;
}

.name-2 span {
    color: #DD0F1D;
    font-weight: 800;
}

.name-3 span {
    color: #DD0F1D;
    font-weight: 800;
}



/* ページスタイリング */


.wrapper {
    height: 100vh;
    overflow: hidden;
}

header {
    display: flex;
    justify-content: center;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    padding: 1.5vh 0;
    width: 90vw;
}

.back-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pg-back img {
    width: 50px;
    padding-bottom: 0.5vh;
    transform: rotate(180deg);
}

.pg-back p {
    font-size: 0.8vw;
}

.logo img {
    width: 200px;
}

.left {
    display: flex;
    align-items: center;
    width: 50vw;
    height: 100vh;
    justify-content: center;
}

.simu-wrapper {
    margin: 20px 0;
    padding: 5vh 1vw;
    background: #f4f4f4;
    border-radius: 40px;
    width: 60%;
}

.form-wrapper {
    height: 68vh;
    padding: 1vh 2vw;
    overflow-y: scroll;
}

.input {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.img {
    position: fixed;
    top: 50%;
    left: calc(50vw + 25%);
    transform: translate(-50%, -50%);
}

.box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    background: transparent;
    border: none;
    background: #fff;
    border-radius: 20px;
}

.space {
    margin-bottom: 20px;
}

.cart-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-input {
    margin: 20px 0;
    width: 20%;
    background: white;
    border: none;
    padding: 15px 20px;
    border-radius: 20px;
    margin-top: 15px;
    margin-right: 15px;
    border-inline: 2px solid transparent;
}

.cart-btn {
    display: block;
    width: 65%;
    font-weight: bold;
    background: linear-gradient(45deg, rgb(16, 137, 211) 0%, rgb(18, 177, 209) 100%);
    color: white;
    padding: 15px 0;
    margin: 20px auto;
    border-radius: 20px;
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
    border: none;
    transition: all 0.2s ease-in-out;
}

.cart-btn:hover {
    transform: scale(1.03);
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 23px 10px -20px;
    cursor: pointer;
}

.cart-btn:active {
    transform: scale(0.95);
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 15px 10px -10px;
}

.text-size p {
    font-size: 0.8rem;
}

.note {
    font-size: 0.6rem;
}

@media (max-width: 1024px) {

    .header-logo {
        padding: 2vh 0;
    }

    .pg-back img {
        width: 8vw;
        padding-bottom: 0.3vh;
    }

    .pg-back p {
        font-size: calc(0.3rem + 1.5vw);
        letter-spacing: 0.01rem;
    }

    .logo img {
        width: 22vw;
    }

    .img {
        top: 24%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .left {
        padding-left: 0;
        margin-top: 40vh;
        width: 100%;
        flex-direction: column;
        justify-content: normal;
        position: fixed;
    }

    .simu-wrapper {
        padding: 4vh 4vw;
        width: auto;
    }

    .form-wrapper {
        width: 80vw;
        height: 30vh;
        padding: 1vh 2vw;
        overflow: scroll;
    }

    .box {
        width: 75vw;
        font-size: 0.8rem;
    }

    .cart-input {
        font-size: 0.8rem;
    }

    .cart-wrapper {
        width: 75vw;
    }

}