@charset "utf-8";

html {
    font-size: 62.5%;
}

html,
body,
main,
aside,
article,
section,
nav,
header,
footer,
div,
p,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: 'Noto Sans JP', Helvetica, "ヒラギノ角ゴ Pro", "游ゴシック", "Yu Gothic", sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: .06em;
    color: #4e4e4f;
}

header,
main,
footer {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3 {
    font-weight: 600;
}

h4,
h5,
h6 {
    font-weight: normal;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    max-width: 100%;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

time {
    display: inline-block;
}

address {
    font-style: normal;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    display: inherit;
    -webkit-appearance: button;
    cursor: pointer;
    border-style: none;
    color: inherit;
    margin: 0 auto;
}

textarea {
    resize: vertical;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

p {
    font-size: 1.6rem;
    /* color: #252525; */
}

/* font size */
h1,
h2,
h3 {
    font-size: 3.2rem;

}

h4,
h5,
h6 {
    font-size: 2.4rem;
}

@media(max-width: 1020px) {

    h1,
    h2,
    h3 {
        font-size: 2.4rem;
    }

    h4,
    h5,
    h6 {
        font-size: 2rem;
    }
}

@media(max-width: 768px) {

    h1,
    h2,
    h3 {
        font-size: 2.4rem;
    }

    h4,
    h5,
    h6 {
        font-size: 1.8rem;
    }
}

/* base & conainter */

.container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: hidden;
}

.container_visible {
    overflow: visible;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.visually_hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.only-sp {
    display: none;
}

.img_responsive {
    width: 100%;
    height: auto;
}

.d-block {
    display: block;
}

.d-iblock {
    display: inline-block;
}

.pt-1 {
    padding-top: 1em;
}

.pt-2 {
    padding-top: 2em;
}

.pt-3 {
    padding-top: 3em;
}

.pt-4 {
    padding-top: 4em;
}

.pb-1 {
    padding-bottom: 1em;
}

.pb-2 {
    padding-bottom: 2em;
}

.pb-3 {
    padding-bottom: 3em;
}

.pb-4 {
    padding-bottom: 4em;
}

.pl-1 {
    padding-left: 1em;
}

.pl-2 {
    padding-left: 2em;
}

.pl-3 {
    padding-left: 3em;
}

.pl-4 {
    padding-left: 4em;
}

.pr-1 {
    padding-right: 1em;
}

.pr-2 {
    padding-right: 2em;
}

.pr-3 {
    padding-right: 3em;
}

.pr-4 {
    padding-right: 4em;
}

.py-1 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.py-2 {
    padding-top: 2em;
    padding-bottom: 2em;
}

.py-3 {
    padding-top: 3em;
    padding-bottom: 3em;
}

.py-4 {
    padding-top: 4em;
    padding-bottom: 4em;
}

.p-1 {
    padding: 1em;
}

.p-2 {
    padding: 2em;
}

.p-3 {
    padding: 3em;
}

.p-4 {
    padding: 4em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.mt-4 {
    margin-top: 4em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-4 {
    margin-bottom: 4em;
}

.ml-1 {
    margin-left: 1em;
}

.ml-2 {
    margin-left: 2em;
}

.ml-3 {
    margin-left: 3em;
}

.ml-4 {
    margin-left: 4em;
}

.mr-1 {
    margin-right: 1em;
}

.mr-2 {
    margin-right: 2em;
}

.mr-3 {
    margin-right: 3em;
}

.mr-4 {
    margin-right: 4em;
}

.my-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.my-2 {
    margin-top: 2em;
    margin-bottom: 2em;
}

.my-3 {
    margin-top: 3em;
    margin-bottom: 3em;
}

.my-4 {
    margin-top: 4em;
    margin-bottom: 4em;
}

.m-1 {
    margin: 1em;
}

.m-2 {
    margin: 2em;
}

.m-3 {
    margin: 3em;
}

.m-4 {
    margin: 4em;
}

/* header */
/* main */

.mv {
    background: url('../images/mv_bg_202502.jpg') no-repeat center center / cover;
}

.mv_inner {
    overflow: hidden;
    height: 100vh;
    max-height: 1080px;
    min-height: 700px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.mv_tel {
    font-size: 2.1rem;
    color: #FFF;
    text-decoration: none;
    padding-left: 40px;
    position: absolute;
    right: 12px;
    top: 12px;
    display: flex;
    align-items: center;
}

.mv_tel img {
    margin-right: 12px;
}

.mv_title {
    position: absolute;
    top: 47%;
    left: 38%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    font-size: clamp(3.2rem, 10vw, 8.5rem);
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #FFF;
}

.mv_title.shadow{
    text-shadow: 0px 0px 10px rgba(20, 20, 20, 0.55), 0px 0px 15px rgba(20, 20, 20, 0.55);
}

.mv_title span {
    font-size: clamp(1.4rem, 4vw, 2.4rem);
    margin-top: clamp(1.6rem, 5vw, 2.5rem);
}

@media screen and (max-width: 768px) {
    .mv {
        background: url('../images/mv_bg_sp_202502.jpg') no-repeat center center / cover;
    }

    .mv_inner {
        overflow: hidden;
        height: 144vw;
        max-height: 540px;
        min-height: auto;
        max-width: 1920px;
        margin: 0 auto;
        position: relative;
    }

    .mv_title {
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        width: calc(100% - 50px);
        margin: auto;
        background-color: rgba(19, 95, 152, 0.3);
        padding: 3rem 2rem;
    }
}

.goods_panels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 640px;
    /* min-height: 395px; */
    padding: 0 25px;
    margin: -280px auto 5rem;
}

.goods_panels.col4{
    margin: -220px auto 5rem;
}
.goods_panels.col5{
    max-width: 992px;
    margin: -270px auto 5rem;
    gap: 13px;
}
.goods_panels.col6{
    max-width: 992px;
    margin: -270px auto 5rem;
    gap: 10px;
}

.goods_panel {
    counter-increment: goods_panel_counter;
    width: 31%;
    max-width: 188px;
    margin: 1%;
    position: relative;
    background-color: #FFF;
}
.goods_panels.col4 .goods_panel{
    width: 23%;
}
.goods_panels.col5 .goods_panel{
    width: calc((100% - 52px) / 5);
    margin: 0;
}
.goods_panels.col6 .goods_panel{
    width: calc((100% - 50px) / 6);
    margin: 0;
}


.goods_panel::before {
    content: counter(goods_panel_counter, decimal-leading-zero);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -6px;
    top: -6px;
    width: clamp(30px, 8vw, 40px);
    height: clamp(30px, 8vw, 40px);
    background-color: #000;
    border-radius: 50%;
    z-index: 2;
}

.goods_panel:has(.cs)::before {
    display: none;
}

.goods_panel .cs {
    position: absolute;
    display: inline-block;
    height: auto;
    top: -6px;
    left: -6px;
    padding: 4px 1em 4px 2em;
    color: #fff;
    background: #000;
    border-radius: 100vh 0 0 100vh;
    z-index: 1;
}
.goods_panels.col6 .goods_panel .cs{
    font-size: 1.3rem;
}

.goods_panel .cs::before {
    position: absolute;
    top: calc(50% - 5px);
    left: 10px;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    background: #fff;
}

.goods_panel a {
    display: block;
    padding-top: 100%;
    position: relative;
}

.goods_panel img {
    width: 100%;
    height: 100%;
    max-width: 188px;
    max-height: 188px;
    object-fit: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 768px) {
    .goods_panels {
        margin-top: -140px;
    }
    .goods_panels.col4 {
        margin-top: -135px;
    }
    .goods_panels.col5 {
        margin-top: -130px;
    }
    .goods_panels.col6 {
        margin-top: -125px;
    }
    .goods_panels.col5 .goods_panel{
        width: calc((100% - 26px) / 3);
    }
    .goods_panels.col6 .goods_panel{
        width: calc((100% - 30px) / 4);
    }
    .goods_panels.col6 .goods_panel .cs{
        padding: 2px .5em 2px 1em;
    }
    .goods_panels.col6 .goods_panel .cs::before{
        top: calc(50% - 2px);
        left: 5px;
        width: 5px;
        height: 5px;
    }
}

.border_title {
    max-width: 1440px;
    margin: 0 auto 6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: clamp(2.6rem, 7vw, 4rem);
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #4e4e4f;
}

.border_title::before,
.border_title::after {
    content: "";
    height: 4px;
    width: 100%;
    background-image: linear-gradient(to right, #4e4e4f, #4e4e4f 10px, transparent 10px);
    background-size: 15px 4px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.border_title::before {
    margin-right: 2rem;
}

.border_title::after {
    margin-left: 2rem;
}

@media (max-width: 768px) {
    .border_title {
        margin-bottom: 3rem;
    }
}

.goods_box {
    padding-top: 140px;
    position: relative;
}

/* .goods_box::before {
            content: "";
            max-width: 1439px;
            margin: auto;
            background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(115, 145, 164, 1) 100%);
        } */

.goods_number {
    position: absolute;
    right: clamp(1rem, 3vw, 6rem);
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 12rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #7391a4;
}
.goods_number.cs{
    transform: rotate(90deg) translate(100%, -43%);
    transform-origin: right top;
    font-size: 10rem;
}


.goods_recommend {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    /* height: 627px; */
    height: 739px;
    background: url(../images/goods2_bg.jpg) no-repeat center center / cover;
    max-width: 1352px;
}

#goods02 .goods_recommend {
    background: url(../images/goods1_bg.jpg) no-repeat center center / cover;
}

#goods03 .goods_recommend {
    background: url(../images/goods4_bg.jpg) no-repeat center center / cover;
}

#goods04 .goods_recommend {
    background: url(../images/goods3_bg.jpg) no-repeat center center / cover;
}

#goods05 .goods_recommend {
    background: url(../images/goods9_bg.jpg) no-repeat center center / cover;
}

#goods06 .goods_recommend {
    background: url(../images/goods10_bg.jpg) no-repeat center center / cover;
}

#goods07 .goods_recommend {
    background: url(../images/goods6_bg.jpg) no-repeat center center / cover;
}

#goods08 .goods_recommend {
    background: url(../images/goods7_bg.jpg) no-repeat center center / cover;
}

#goods09 .goods_recommend {
    background: url(../images/goods1_bg.jpg) no-repeat center center / cover;
}

#goods10 .goods_recommend {
    background: url(../images/goods4_bg.jpg) no-repeat center center / cover;
}

#goods11 .goods_recommend {
    background: url(../images/goods8_bg.jpg) no-repeat center center / cover;
}


.goods_recommend_description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 410px;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 500;
    padding: 0 10px;
}

.goods_recommend_description .title {
    margin-bottom: 1em;
}

.goods_recommend_description .text {
    color: #FFF;
}

.goods_recommend_description.shadow{
    text-shadow: 0px 0px 10px rgba(20, 20, 20, 0.95), 0px 0px 15px rgba(20, 20, 20, 0.95);
}

.goods_detail {
    width: 75%;
    max-width: 1439px;
    margin: 0 auto 14rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(115, 145, 164, 1) 100%);
}

.goods_info_wrapper {
    position: relative;
    margin-left: auto;
    padding-right: clamp(60px, 6vw, 100px);
    padding-top: 46px;
    padding-bottom: 35px;
}

.goods_info {
    width: 30vw;
    max-width: 510px;
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0.8);
}

.goods_info_inner {
    max-width: 340px;
    padding: 2rem 1rem 3rem;
    margin: 0 auto;
}

.goods_info_name {
    font-size: clamp(1.8rem, 4.6vw, 2.4rem);
    margin-bottom: 1rem;
    margin-right: -1.5rem;
}

.goods_info_name > .cs {
    font-size: .9em;
    position: relative;
    background: #000;
    color: #fff;
    padding: 2px 1em 3px 1.5em;
    border-radius: 100vh 0 0 100vh;
}

.goods_info_name > .cs::before{
    position: absolute;
    top: calc(50% - 7px);
    left: 10px;
    width: 14px;
    height: 14px;
    content: '';
    border-radius: 50%;
    background: #fff;
}

.goods_info_image {
    width: 100%;
    height: 100%;
    max-height: 320px;
    object-fit: contain;
    /* background-color: #FFF; */
    margin-bottom: 2rem;
}

.goods_image_name {
    position: absolute;
    right: 14px;
    top: 0;
    transform: rotate(90deg) translate(100%, 0);
    transform-origin: right top;
    margin: auto;
    color: #FFF;
    font-size: clamp(2.4rem, 5.6vw, 4rem);
    font-weight: bold;
    letter-spacing: 0.2em;
    width: 690px;
    text-align: center;
}

.goods_carousel {
    display: flex;
    margin-bottom: 1.2rem;
}

.goods_carousel_item {
    width: 64px;
    height: 64px;
    background-color: #FFF;
}

.goods_carousel_item .carousel_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.goods_info_standard {
    line-height: 1.4;
    margin-bottom: .6rem;
    text-align: center;
}

.goods_info_price {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.goods_info_price .price {
    font-size: 1.6rem;
    font-weight: bold;
}

.goods_order_link {
    display: block;
    background-color: #FFF;
    border: 1px solid #3b3e40;
    border-radius: 20px;
    color: #4e4e4f;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
    line-height: 4rem;
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1200px) {
    .goods_box {
        padding-top: 0px;
    }

    .goods_number {
        display: none;
    }

    .goods_detail {
        width: 100%;
        margin: 0 auto 5rem;
    }

    .goods_recommend {
        position: relative;
        width: 100%;
        /* height: 50vh; */
        height: auto;
        max-height: 740px;
        min-height: 480px;
    }

    .goods_recommend.large {
        min-height: 600px;
    }

    .goods_recommend_description {
        top: 40%;
    }

    .goods_info_wrapper {
        margin-top: -155px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 40px;
        padding-bottom: 60px;
        width: 100%;
        max-width: 610px;
    }

    .goods_info {
        width: 90%;
        margin: auto;
    }

    .goods_info_inner {
        padding-top: 1.6rem;
    }

    .goods_image_name {
        line-height: 1;
        text-align: left;
        top: 50px;
    }

    .goods_info_name {
        margin-left: auto;
        margin-right: auto;
    }
}

.top_banner {
    max-width: 750px;
    padding: 0 10px;
    margin: 0 auto;
    margin-bottom: clamp(2rem, 2vw, 4.5rem);
}

.yado_banner {
    max-width: 750px;
    padding: 0 10px;
    margin: 0 auto;
    margin-bottom: clamp(5rem, 6vw, 9rem);
}

.voice {
    background: url(../images/voice_bg.jpg) no-repeat center center /cover;
    padding-top: 67px 10px 130px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: clamp(5rem, 7vw, 13rem);
    margin-bottom: clamp(3rem, 7vw, 9rem);
}

.voice_inner {
    max-width: 700px;
    margin: auto;
    line-height: 1.875;
}

.voice_title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 4rem;
}

.voice_signature {
    margin-top: 1rem;
    text-align: right;
}

.instagram {
    margin-bottom: 6rem;
}

.instagram_area {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto 5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.insta_item {
    width: 20%;
    min-width: 180px;
    padding: 8px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.insta_photo_wrap {
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
}

.insta_more {
    display: block;
    background-color: #FFF;
    border: 1px solid #3b3e40;
    border-radius: 20px;
    color: #4e4e4f;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
    line-height: 4rem;
    max-width: 230px;
    margin: 0 auto;
}

.order_form {
    margin-bottom: 160px;
}

.order_form_inner {
    margin: 0 auto;
    max-width: 1040px;
    padding: 0 10px;
}

.notes {
    background-color: #dae3e8;
    border-radius: 20px;
    padding: 2.6rem 7rem 5rem;
    margin-bottom: 10rem;
}

.notes_title {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.06em;
}

.notes_list {
    margin-bottom: 3rem;
}

.notes_list li {
    padding-left: 3rem;
    position: relative;
    color: #016a95;
    line-height: 2.37;
}

.notes_list li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #016a95;
    position: absolute;
    left: 0;
    top: 12px;
}

.cautions li {
    padding-left: 3rem;
    position: relative;
    line-height: 2.37;
}

.cautions li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

@media(max-width: 768px) {
    .notes {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        margin-bottom: 4rem;
    }

    .notes_list li,
    .cautions li {
        line-height: 1.8;
    }

    .notes_list li::before {
        top: 8px;
    }
}
.price_list_title{
    position: relative;
    text-align: center;
}
.price_list_title::after{
    display: block;
    content: "";
    width: 3em;
    height: 5px;
    border-bottom: solid 3px #4e4e4f;
    margin: 5px auto;
}
.price_list_wrap{
    max-width: 964px;
}
.price_list_notes{
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    align-items: baseline;
}
.price_list .right{
    text-align: right;
}
.price_list .font1_8{
    font-size: 1.8rem;
}
.price_list .red{
    color: #E73322;
}
.price_list .blue{
    color: #016a95;
}
.inner.scroll_bar {
    width: auto;
    max-width: 964px;
    border: solid 2px #4e4e4f;
    border-radius: 5px;
    overflow-x: auto;
    touch-action: pan-x;
}
.inner.scroll_bar > img{
    min-width: 960px;
}
.scroll_bar::-webkit-scrollbar{
    width: auto;
    height: 15px;
}
.scroll_bar::-webkit-scrollbar-track{
    background-color: #ccc;
    border-radius: 0px 0px 3px 3px;
}
.scroll_bar::-webkit-scrollbar-thumb{
    background-color: #4e4e4f;
    border-radius: 20px;
    border:solid 3px #ccc;
}

@media(max-width: 768px) {
    .price_list_notes,
    .price_list .right{
        display: block;
    }
    .price_list_notes{
        margin-top: 1em;
    }
}
.form_box {
    border-bottom: 1px solid;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.8rem 0;
}

.form_box label {
    width: 190px;
    position: relative;
}

.form_box .form_control {
    /* display: flex; */
    align-items: center;
    width: calc(100% - 190px);
}
.form_box .form_control .error_message {
    color: #bf0000;
    font-weight: 600;
    font-size: 1.6rem;
}

.form_box .required,
.form_box .optional {
    background-color: #E73322;
    color: #FFF;
    font-size: 1.4rem;
    position: absolute;
    right: 10px;
    padding: 2px 8px;
}

.form_box .optional {
    background-color: #79797A;
}

.form_box .form_control input,
.form_box .form_control textarea {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    padding: 2px 8px;
    border: 1px solid #79797A;
    border-radius: 5px;
    background-color: #FEF6F7;
}

.form_box .form_control input::placeholder,
.form_box .form_control textarea::placeholder {
    color: #AFAFAF;
}

.form_goods_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid;
    padding: 1.4rem;
}

.form_goods_image {
    width: 80px;
    height: 80px;
    position: relative;
    margin: .6rem 3rem .6rem 2rem;

}

.form_goods_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: contain;
}


.form_goods_description {
    margin-bottom: auto;
    font-feature-settings: normal;
}

.form_goods_description .title {
    font-weight: bold;
}

.form_goods_controls {
    margin-left: auto;
}

.form_goods_control {
    width: 120px;
    display: flex;
    justify-content: space-between;
}

.form_goods_control+.form_goods_control {
    margin-top: 1rem;
}

.form_goods_control label {
    width: 75px;
}

.form_goods_input {
    width: 45px;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    padding: 0 0.5rem;
    border: 1px solid #79797A;
    border-radius: 5px;
    background-color: #FEF6F7;
}

@media(max-width: 560px) {
    .order_form {
        margin-bottom: 3rem;
    }

    .form_goods_item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .form_goods_description {
        margin-bottom: 1rem;
        text-align: center;
    }

    .form_goods_controls {
        margin: auto;
    }

    .form_box {
        padding: 1rem 0;
    }

    .form_box .form_control {
        width: 100%;
        margin-top: .5rem;
    }
}

.personal_info_title {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: normal;
}

.personal_info_box {
    max-height: 162px;
    max-width: 1014px;
    margin: 0 auto 2rem;
    overflow-y: scroll;
    background: #fff;
    padding: 1.8rem;
    border: 1px solid #79797a;
}

.personal_info_box h4,
.personal_info_box h5,
.personal_info_box p,
.personal_info_box ul,
.personal_info_box a {
    margin-bottom: 1rem;
}

.personal_info_box a {
    display: inline-block;
}

.form_submit_caution {
    color: #e73322;
    margin-bottom: 2.5rem;
    margin-right: 1rem;
    text-align: right;
}

.form_submit_button {
    background-color: #e73322;
    color: #FFF;
    border-radius: 35px;
    font-size: 3rem;
    text-align: center;
    max-width: 300px;
    width: 90%;
    font-weight: normal;
    padding: .5rem 0;
}

.form_submit_button span {
    margin-right: 1em;
}

.footer {
    background-color: #e9e9e9;
    padding: 50px 10px 16px;
    text-align: center;
}

.footer_title {
    font-size: clamp(3rem, 10vw, 4rem);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 3rem;
    letter-spacing: 0.16em;
    color: #4e4e4f;
}

.footer_contact {
    font-size: 1.3rem;
    background-color: #FFF;
    width: 100%;
    max-width: 108px;
    margin: 0 auto 10px;
    padding: 2px 1rem;
    border-radius: 11px;
}

.footer_contact_tel {
    display: block;
    font-size: 3.2rem;
    color: #4e4e4f;
    text-decoration: none;
    margin-bottom: 3.5rem;
}

.footer_contact_tel span {
    font-size: 1.6rem;
}

.copyright {
    font-size: 1.2rem;
}