@charset "UTF-8";

/* base (reset)
---------------------------------------------------*/
body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

ul,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ol,
li {
    list-style: none;
}

img {
    border: none;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    max-width:100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    margin: 0;
    padding: 0;
    font-size: inherit;
    background: transparent;
}
/* Selected Text
---------------------------------------------------*/
::selection {
    background: #191919;
    /* Safari */
    color: #FFFFFF;
}


/* HTML
---------------------------------------------------*/
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 62.5%;
    overflow-y: scroll;
}
body {
    position: relative;
    width: 100%;
    line-height: 1;
    color: #222e3e;
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background-color: #000;
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:before,
:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}

/* link
---------------------------------------------------*/
a {
    text-decoration: none;
}
a:link,
a:visited,
a:active {
    color: #222e3e;
}
a:hover {
    color: #222e3e;
}

/* INPUT
---------------------------------------------------*/
input, button, select, textarea {
    font-family: inherit;
    font-size: 1em;
    color: inherit;
    margin: 0;
}
input, button {
    line-height: normal;
    vertical-align: inherit;
    *vertical-align: middle;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
    outline: none;
}
input:focus{ outline: 0 none black; }
input[type="number"],
input[type="text"] {
    width: 100%;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #222e3e;
    border-radius: 0.2em;
    padding: 0.4em 0.5em;
    vertical-align: middle;
    overflow: hidden;
    outline: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
input:focus {
    border-color: #000;
    box-shadow: 0 0 0 1px #000;
    outline: 2px solid transparent;
}
input[type="checkbox"]:focus,
input[type="reset"]:focus {
    box-shadow: none;
    outline: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

/* 768 */
@media screen and (min-width: 1px) and (max-width: 768px) {
    input[type="number"],
    input[type="text"] {
        /*font-size: 18px;*/
        font-size: 4.7368vw;
        -webkit-appearance: none;
        padding: 0.4em 0.5em;
    }
}


/* .radio
-------------------------------------------------------------- */
input[type="radio"]:not(.is-basic) {
    position: absolute;
    opacity: 0;
}
.radio {
    position: relative;
    display: inline-block;
    line-height: 1;
    font-size: 36px;
    font-weight: 600;
    padding: 0.4em 1em;
    cursor: pointer;
    z-index: 1;
}
.radio:before,
.radio:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    border-radius: 0.2em;
    z-index: -1;
}
.radio:before {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #000;
    z-index: -2;
}
.radio:after {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    background-color: #b19552;
    border: 1px solid #000;
    opacity: 0;
    z-index: -1;
}
input[type="radio"]:checked + .radio:after {
    opacity: 1;
}
.radio:after,
.radio:before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    .radio {
        font-size: 4.7368vw;
    }
}

/* style
---------------------------------------------------*/
#wrapper {
    position: relative;
    width: 100%;
    max-width: 760px;
    background-color: #222e3e;
    margin: 0 auto;
}
#title,
#title .fig,
#title .fig img,
#sec01,
#sec01 .fig,
#sec01 .fig img,
#sec02,
#sec02 .title,
#sec02 .title img,
#sec02 .bottom,
#sec02 .bottom img {
    width: 100%;
}
#sec01 {
    position: relative;
}
#sec01 .zodiac {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 87.2368%;
}
#sec02 {
    position: relative;
    background-color: #222e3e;
}
#sec02 .form-wrap {
    width: 90.78%;
    background-color: #fff;
    padding: 50px 40px;
    margin: 0 auto;
}
#sec02 dl.form-list {
    margin-bottom: 64px;
}
#sec02 dl.form-list dt {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 28px;
}
#sec02 dl.form-list dd + dt {
    margin-top: 48px;
}

ul.radio-list {
    display: flex;
    justify-content: center;
    gap: 1.25em 58px;
}
ul.birthday-list {
    display: flex;
    justify-content: center;
}
ul.birthday-list li {
    display: flex;
    align-items: flex-end;
    font-size: 36px;
    font-weight: 600;
}
ul.birthday-list li input {
    width: 4.2em;
}
ul.birthday-list li:not(:first-child) input {
    width: 2.6em;
}
ul.birthday-list li span {
    margin: 0 0.4em;
}
#sec02 .button {
    width: 100%;
    transition: opacity 0.5s;
}
#sec02 .button:hover {
    opacity: 0.8;
}
#sec02 .button > input {
    width: 100%;
}
#sec02 .note {
    width: 100%;
    border: 1px solid #222e3e;
    padding: 20px;
    margin: 46px auto 0;
}
#sec02 .note p {
    line-height: 2em;
    font-size: 24px;
}
#Footer {
    width: 100%;
    background-color: #1e7082;
    padding: 1em;
}
#Footer .copy {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #wrapper {
        max-width: none;
    }
    #sec02 .form-wrap {
        padding: 6.5789vw 5.2631vw;
    }
    #sec02 dl.form-list {
        margin-bottom: 8.4210vw;
    }
    #sec02 dl.form-list dt {
        font-size: 4.4736vw;
        margin-bottom: 3.6842vw;
    }
    #sec02 dl.form-list dd + dt {
        margin-top: 6.3157vw;
    }
    ul.radio-list {
        gap: 1.25em 7.6315vw;
    }
    ul.birthday-list li {
        font-size: 4.7368vw;
    }
    #sec02 .note {
        padding: 2.6315vw;
        margin-top: 6.0526vw;
    }
    #sec02 .note p {
        font-size: 3.1578vw;
    }
    #Footer .copy {
        font-size: 2.3684vw;
    }
}