@charset "UTF-8";

/* ************************
スタイルの打ち消し
************************ */
.frame_outer {
    margin: 0;
}

#container {
    max-width: 100%;
}

#container.lower {
    margin-top: 0;
}

/* full幅 */
#leftcolumn {
    display: none;
}

#container.lower #main_column {
    width: 100%;
}

/* full幅 end */

/* ************************
common
************************ */
body {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 18px;
}

div,
p,
h1,
h2,
h3,
h4 {
    line-height: 1.5em;
    text-align: left;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner {
    width: 80.55%;
    max-width: 1160px;
    height: auto;
    margin: auto;
}

/* TOPへ戻るボタン */
a.top_btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #DC4827;
    display: block;
    text-align: center;
    z-index: 100;
}

a.top_btn p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    width: 120%;
    text-align: center;
    line-height: 1.2em;
}

a.top_btn p span {
    font-size: 16px;
}

a.top_btn::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 16%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(135deg);
}

/* ************************
main_catch
************************ */
.main_catch {
    width: 100%;
    height: 100vh;
    background: url(/user_data/packages/default/img/ajimeguri/top.webp) center center / cover;
    position: relative;
}

.main_catch .inner {
    position: relative;
    height: 100vh;
}

.main_catch .inner h1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 17.85%;
    height: auto;
    z-index: 2;
}

.main_catch .inner .point {
    position: absolute;
    top: 20px;
    left: 0;
    width: 58.96%;
    height: auto;
    z-index: 2;
}

.main_catch .inner .package {
    position: absolute;
    bottom: 10px;
    left: 0.344%;
    width: 29.31%;
    height: auto;
    z-index: 2;
}

.main_catch .top_accent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

/* ************************
section about
************************ */
section.about {
    background: url(/user_data/packages/default/img/ajimeguri/about_bg.webp);
    background-size: 100%;
    background-repeat: repeat-y;
    padding-bottom: 100px;
}

section.about .inner .about01,
section.about .inner .about02 {
    display: flex;
    align-items: center;
    margin-top: -40px;
}

section.about .inner .about01 .about_img {
    flex: 1;
    width: 70.69%;
    margin-right: calc(50% - 50vw);
    margin-left: 40px;
    position: relative;
    z-index: 20;
}

section.about .inner .about02 .about_img {
    width: 70.69%;
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 40px;
}

section.about .inner .about01 .about01_text,
section.about .inner .about02 .about01_text {
    width: 46.55%;
}

section.about .inner .about01 .about01_text h2,
section.about .inner .about02 .about01_text h2 {
    font-size: 40px;
    line-height: 1.5em;
}

section.about .inner .about01 .about01_text p,
section.about .inner .about02 .about01_text p {
    font-size: 24px;
    padding-top: 80px;
}

/* ************************
section lineup
************************ */
section.lineup {
    position: relative;
    background: url(/user_data/packages/default/img/ajimeguri/lineup_top.webp), url(/user_data/packages/default/img/ajimeguri/lineup_bottom.webp), url(/user_data/packages/default/img/ajimeguri/lineup_bg.webp);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-size: 70%, 100%, cover;
    background-position: top right, bottom left, top left;

}

section.lineup .inner h2.lineup_title {
    width: 61.12%;
    margin: auto;
    padding-top: 130px;
}

section.lineup .inner .lineup_subtitle {
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
}

section.lineup .inner p {
    width: fit-content;
    margin: 60px auto 0;
    font-size: 32px;
    padding: 24px 60px;
    background-color: #fff;
    border-top: 4px solid #DC4827;
    border-bottom: 4px solid #DC4827;
}

section.lineup .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 40px;
    padding: 40px 0 100px;
}

section.lineup .inner ul li {
    width: calc((100% - 80px) / 3);
}

/* ************************
section details
************************ */
section.details {
    background: url(/user_data/packages/default/img/ajimeguri/details_bg.webp);
    background-size: 100%;
    background-repeat: repeat-y;
    padding: 40px 0 80px;
}

section.details ul {
    padding-top: 80px;
}

section.details ul li {
    position: relative;
}

section.details ul li:not(:first-child) {
    margin-top: 100px;
}

section.details ul li.left .inner .details_text {
    margin-left: auto;
}

section.details ul li.right .inner .details_text {
    margin-right: auto;
}

section.details ul li .details_img {
    width: 65.28%;
    height: auto;
}

section.details ul li.right .details_img {
    margin-left: auto;
}

section.details ul li .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
}

section.details ul li .inner .details_text {
    width: 49%;
    padding: 40px;
    background-color: #fff;
    background-image: url(/user_data/packages/default/img/ajimeguri/details_accent.webp);
    background-repeat: no-repeat;
    background-size: 47.78%;
    background-position: bottom right;
    position: relative;
}

section.details ul li .inner .details_text .details_name {
    font-size: 40px;
}

section.details ul li .inner .details_text .details_sum_text {
    font-size: 24px;
    padding-top: 40px;
}

section.details ul li .inner .details_text .details_category {
    margin-top: 40px;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    background-color: #DC4827;
    border-radius: 3px;
    width: fit-content;
}

section.details ul li .inner .details_text p {
    line-height: 1.75em;
    padding-top: 40px;
}

section.details ul li .inner .details_text ul {
    padding-top: 40px;
}

section.details ul li .inner .details_text ul.material li:not(:first-child) {
    margin-top: 10px;
}

section.details ul li.left .inner .details_text .package,
section.details ul li.right .inner .details_text .package {
    position: absolute;
    bottom: -60px;
}

section.details ul li.left .inner .details_text .package_a,
section.details ul li.right .inner .details_text .package_a {
    width: auto;
    height: 400px;
}

section.details ul li.left .inner .details_text .package_a {
    left: -130px;
}

section.details ul li.right .inner .details_text .package_a {
    right: -130px;
}

section.details ul li.left .inner .details_text .package_b,
section.details ul li.right .inner .details_text .package_b {
    width: 260px;
    height: auto;
}

section.details ul li.left .inner .details_text .package_b {
    left: -230px;
}

section.details ul li.right .inner .details_text .package_b {
    right: -230px;
}

/* ************************
section gift
************************ */
section.gift {
    background: url(/user_data/packages/default/img/ajimeguri/gift_bg04.webp), url(/user_data/packages/default/img/ajimeguri/gift_bg03.webp), url(/user_data/packages/default/img/ajimeguri/gift_bg02.webp), linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4)), url(/user_data/packages/default/img/ajimeguri/gift_bg01.webp);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
    background-size: 240px, 240px, 240px, 100%, 100%;
    background-position: bottom right 4%, top 50% left, top right, top left, left 20% bottom;
    padding: 40px 0 100px;
}

section.gift .inner .accent {
    width: 100%;
    height: auto;
}

section.gift .inner h2 {
    width: 43.62%;
    margin: auto;
    height: auto;
}

section.gift .inner .sub_title {
    width: 59.31%;
    height: auto;
    margin: -17px auto 0;
}

section.gift .inner ul {
    display: flex;
    justify-content: space-between;
    width: 84.05%;
    margin: auto;
}

section.gift .inner ul li {
    width: 46.15%;
    padding-top: 40px;
}

section.gift .inner ul li .gift_img {
    padding-top: 30px;
}

section.gift .inner ul li h3 {
    width: 100%;
    padding: 10px 0;
    font-size: 24px;
    text-align: center;
    color: #DC4827;
    border: 2px solid #DC4827;
    border-radius: 3px;
}

section.gift .inner ul li .summary {
    font-size: 24px;
    padding-top: 30px;
}

section.gift .inner ul li p {
    padding-top: 10px;
}

/* ************************
section cart
************************ */
section#cart {
    padding: 100px 0;
    background: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4)), url(/user_data/packages/default/img/ajimeguri/cart_bg03.webp), url(/user_data/packages/default/img/ajimeguri/cart_bg02.webp), url(/user_data/packages/default/img/ajimeguri/cart_bg01.webp);
    background-repeat: repeat-y, no-repeat, no-repeat, repeat-y;
    background-size: 100%, 100%, 100%, 100%;
    background-position: top left, bottom left, top left, top left;
}

section#cart .inner {
    display: flex;
    justify-content: space-between;
}

section#cart .inner .cart_left {
    width: 43.1%;
}

section#cart .inner .cart_left .cart_gallery .slick-arrow {
    display: none !important;
}

section#cart .inner .cart_left .slick-slider {
    margin-bottom: 20px;
    display: flex;
}

.slick-initialized .slick-slide {
    margin: 0 4px;
    cursor: pointer;
}

.prev-arrow,
.next-arrow {
    width: 16px;
    height: auto;
    cursor: pointer;
}

section#cart .inner .cart_left .set {
    background: #fff;
    padding-top: 20px;
}

section#cart .inner .cart_left .set .set_title {
    color: #fff;
    background: #000;
    padding: 10px 0;
    font-size: 24px;
    text-align: center;
}

section#cart .inner .cart_left .set ul {
    width: fit-content;
    margin: auto;
    padding: 20px 0;
}

section#cart .inner .cart_left .set ul li {
    margin-top: 10px;
    padding-left: 10px;
    position: relative;
}

section#cart .inner .cart_left .set ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    left: -10px;
    transform: translateY(-50%) rotate(45deg);
    background: #E5C737;
}

section#cart .inner .cart_right {
    width: 51.72%;
}

section#cart .inner .cart_right .merit {
    padding-top: 40px;
}

section#cart .inner .cart_right h2 {
    font-size: 54px;
}

section#cart .inner .cart_right .sub_title {
    font-size: 24px;
    margin-top: 80px;
    text-align: center;
    position: relative;
}

section#cart .inner .cart_right .sub_title::before {
    position: absolute;
    content: "|";
    top: 50%;
    transform: translateY(-50%) rotate(-30deg);
    left: -10px;
    font-size: 24px;
}

section#cart .inner .cart_right .sub_title::after {
    position: absolute;
    content: "|";
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
    right: -10px;
    font-size: 24px;
}

section#cart .inner .cart_right .price_wrap {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section#cart .inner .cart_right .price_wrap .code {
    width: 33.3%;
}

section#cart .inner .cart_right .price_wrap .code dt {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    border-radius: 3px 3px 0 0;
    background: #E5C737;
}

section#cart .inner .cart_right .price_wrap .code dd {
    font-size: 32px;
    padding: 10px 0;
    text-align: center;
    border-radius: 0 0 3px 3px;
    border: 1px solid #E5C737;
}

section#cart .inner .cart_right .price_wrap .price {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

section#cart .inner .cart_right .price_wrap .price dt {
    font-size: 22px;
    background: #E5C737;
    padding: 16px;
    border-radius: 3px;
    margin-right: 10px;
}

section#cart .inner .cart_right .price_wrap .price dd {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -2px;
}

section#cart .inner .cart_right .price_wrap .price dd span {
    font-size: 40px;
    letter-spacing: 8px;
    position: relative;
}

section#cart .inner .cart_right .price_wrap .price dd span::after {
    position: absolute;
    content: "(税込)";
    font-size: 14px;
    width: 42px;
    letter-spacing: -2px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

section#cart .inner .cart_right .contect {
    padding-top: 40px;
}

section#cart .inner .cart_right .content dl {
    display: flex;
    padding-top: 40px;
}

section#cart .inner .cart_right .content dl:not(:first-child) {
    padding-top: 30px;
}

section#cart .inner .cart_right .content dl dt {
    width: 170px;
}

section#cart .inner .cart_right .content dl dd {
    width: calc(100% - 170px);
}

section#cart .inner .cart_right .accordion .accordion-list .accordion-title {
    margin: 30px 0 10px;
    position: relative;
    cursor: pointer;
}

section#cart .inner .cart_right .accordion .accordion-list .accordion-title:after {
    position: absolute;
    display: block;
    content: '';
    top: 35%;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
}

section#cart .inner .cart_right .accordion .accordion-list .accordion-title.open:after {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.accordion-text {
    background: #fff;
    display: none;
    padding: 20px 40px;
}

.accordion-text .product:not(:first-child) {
    padding-top: 16px;
}

section#cart .inner .cart_right .cart_btn_wrap {
    padding-top: 40px;
}

section#cart .inner .cart_right .cart_btn_wrap p {
    text-align: center;
    font-size: 18px;
}

section#cart .inner .cart_right .cart_btn_wrap .cart_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5C737;
    padding: 30px 0;
    margin-top: 10px;
}

section#cart .inner .cart_right .cart_btn_wrap .cart_btn p {
    font-size: 24px;
    position: relative;
}

section#cart .inner .cart_right .cart_btn_wrap .cart_btn p::before {
    position: absolute;
    content: "";
    background-image: url(/user_data/packages/default/img/ajimeguri/cart_icon.png);
    width: 20px;
    height: 20px;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
}

section#cart .inner .cart_right .cart_btn_wrap .cart_btn p::after {
    position: absolute;
    display: block;
    content: '';
    top: 35%;
    right: -40px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

/* ************************
section voice
************************ */
section.voice {
    background: url(/user_data/packages/default/img/ajimeguri/voice_top.webp), url(/user_data/packages/default/img/ajimeguri/voice_bottom.webp), url(/user_data/packages/default/img/ajimeguri/about_bg.webp);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-size: 386px, 386px, 100%;
    background-position: top right, bottom left, top left;
    padding: 100px 0 150px;
}

section.voice h2 {
    font-size: 40px;
    display: inline;
    padding-bottom: 8px;
    background: linear-gradient(transparent 90%, #E5C737 0%);
    position: relative;
}

section.voice h2::before {
    position: absolute;
    content: "";
    background-image: url(/user_data/packages/default/img/ajimeguri/voice_title01.webp);
    width: 38px;
    height: 40px;
    top: -40px;
    left: -40px;
}

section.voice h2::after {
    position: absolute;
    content: "";
    background-image: url(/user_data/packages/default/img/ajimeguri/voice_title02.webp);
    width: 38px;
    height: 40px;
    bottom: -40px;
    right: -40px;
}

section.voice .voice_slider {
    margin-top: 80px;
}

section.voice .voice_slider .slider_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px;
    background: #FCFCF8;
    margin: 10px;
    height: auto !important;
    position: relative;
}

section.voice .voice_slider .slider_item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -10px;
    left: 10px;
    border: 1px solid;
    border-image: linear-gradient(45deg, #AC8853 20%, #EDE1A5 30%, #AC8853 100%) 1;
    border-image-slice: 1;
}

section.voice .voice_slider .slider_left {
    width: 60%;
}

section.voice .voice_slider .slider_left .summary {
    font-size: 24px;
    color: #AC8853;
}

section.voice .voice_slider .slider_left p {
    padding-top: 20px;
    line-height: 1.75em;
}

section.voice .voice_slider .slider_left p span {
    background-color: rgba(255, 190, 20, .4);
}

section.voice .voice_slider .slider_right {
    width: 35.7%;
    height: auto;
}

.voice_slider .slick-track {
    display: flex;
}

/* ************************
section commitment
************************ */
section.commitment {
    background: url(/user_data/packages/default/img/ajimeguri/details_bg.webp);
    background-size: 100%;
    background-repeat: repeat-y;
    padding: 80px 0 100px;
}

section.commitment h2 {
    width: 63.19%;
    max-width: 700px;
    height: auto;
}

section.commitment .inner .commitment_item {
    display: flex;
    align-items: center;
    margin-top: -40px;
}

section.commitment .inner .commitment_right .commitment_img {
    flex: 1;
    width: 67.24%;
    margin-right: calc(50% - 50vw);
    margin-left: -40px;
    position: relative;
    z-index: 1;
}

section.commitment .inner .commitment_left .commitment_img {
    width: 67.24%;
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: -40px;
    z-index: 1;
}

section.commitment .inner .commitment_item .commitment_text {
    width: 50%;
    padding: 40px;
    background-color: rgba(255, 255, 255, .7);
    z-index: 20;
}

section.commitment .inner .commitment_item .commitment_text h3 {
    font-size: 32px;
}

section.commitment .inner .commitment_item .commitment_text h3 span {
    font-size: 56px;
}

section.commitment .inner .commitment_item .commitment_text .sub_title {
    font-size: 32px;
    padding-top: 30px;
}

section.commitment .inner .commitment_item .commitment_text p {
    padding-top: 40px;
    line-height: 1.75em;
}

/* ************************
section qa
************************ */
section.qa {
    background: url(/user_data/packages/default/img/ajimeguri/qa_bg.webp);
    background-size: 100%;
    background-repeat: repeat-y;
    padding: 100px 0;
}

section.qa h2 {
    font-size: 40px;
    width: fit-content;
    margin: auto;
    border-bottom: 5px dotted #E5C737;
}

section.qa .qa_wrap {
    padding-top: 40px;
}

section.qa .qa_wrap h3 {
    font-size: 24px;
    background-color: #E5C737;
    padding: 10px 0 10px 40px;
    border-radius: 3px;
}

section.qa .qa_wrap dl {
    margin-top: 20px;
}

section.qa .qa_wrap dl .accordion-title {
    position: relative;
    background-color: #fff;
    padding: 20px 0 20px 100px;
    cursor: pointer;
}


section.qa .qa_wrap dl .accordion-title p {
    position: relative;
}

section.qa .qa_wrap dl .accordion-title p::before {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    content: "Q.";
    font-size: 40px;
    color: #E5C737;
}

section.qa .qa_wrap dl .accordion-title:after {
    position: absolute;
    display: block;
    content: '';
    top: 35%;
    right: 40px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
}

section.qa .qa_wrap dl .accordion-title.open:after {
    transform: rotate(-45deg);
    top: 45%;
}

section.qa .qa_wrap dl .accordion-text {
    padding: 0 40px 20px 100px;
}

section.qa .qa_wrap dl .accordion-text p {
    position: relative;
    padding-top: 20px;
    border-top: 1px solid #808080;
}

section.qa .qa_wrap dl .accordion-text p::before {
    position: absolute;
    top: 20px;
    left: -60px;
    content: "A.";
    font-size: 40px;
    color: #DC4827;
}

/* ************************
footer
************************ */
footer {
    background-color: #F2F1E5;
}

footer .inner .footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

footer .inner .footer_wrap .footer_left {
    display: flex;
    align-items: center;
}

footer .inner .footer_wrap .footer_left .logo {
    width: 80px;
    height: auto;
    margin-right: 40px;
}

footer .inner .footer_wrap .footer_left .shop .company {
    font-size: 24px;
}

footer .inner .footer_wrap .footer_left .shop address {
    display: flex;
    align-items: center;
    padding-top: 20px;
    margin-left: 10px;
}

footer .inner .footer_wrap .footer_left .shop address .title {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 3px;
    margin-right: 10px;
}

footer .inner .footer_wrap .footer_right {
    display: flex;
    align-items: baseline;
}

footer .inner .footer_wrap .footer_right .tel address {
    padding-top: 10px;
    font-size: 24px;
    margin-right: 40px;
}

footer .inner .footer_wrap .footer_right .time .open_time {
    font-size: 24px;
    padding-top: 8px;
}

footer .inner .footer_wrap .footer_right .time .open_time span {
    font-size: 14px;
}

footer small {
    color: #fff;
    background-color: #000;
    padding: 20px 0;
    display: block;
}

@media screen and (max-width: 1440px) {
    .main_catch {
        height: auto;
        aspect-ratio: 1440/766;
    }

    .main_catch .inner {
        height: auto;
        aspect-ratio: 1440/766;
    }

    section.about .inner .about01,
    section.about .inner .about02 {
        margin-top: 0;
    }

    .main_catch .inner .package {
        bottom: -100px;
    }

    section.about .inner .about01 .about01_text h2,
    section.about .inner .about02 .about01_text h2 {
        font-size: 32px;
    }

    section.about .inner .about01 .about01_text p,
    section.about .inner .about02 .about01_text p {
        padding-top: 20px;
    }

    section.lineup .inner p {
        font-size: 24px;
        padding: 16px 60px;
    }

    section.details ul {
        padding-top: 40px;
    }

    section.details ul li .inner {
        width: 98%;
    }

    section.details ul li .inner .details_text {
        width: 60%;
    }

    section.details ul li .inner .details_text .details_name {
        font-size: 32px;
    }

    section.details ul li .inner .details_text {
        padding: 20px;
    }

    section.details ul li .inner .details_text .details_sum_text {
        font-size: 20px;
        padding-top: 20px;
    }

    section.details ul li .inner .details_text .details_category {
        margin-top: 20px;
    }

    section.details ul li .inner .details_text p {
        line-height: 1.5em;
        padding-top: 20px;
    }

    section.details ul li .inner .details_text ul {
        padding-top: 20px;
    }

    section.details ul li.left .inner .details_text .package_a,
    section.details ul li.right .inner .details_text .package_a {
        height: 300px;
    }

    section.details ul li.left .inner .details_text .package_a {
        left: -100px;
    }

    section.details ul li.right .inner .details_text .package_a {
        right: -100px;
    }

    section.details ul li.left .inner .details_text .package_b,
    section.details ul li.right .inner .details_text .package_b {
        width: 180px;
    }

    section.details ul li.left .inner .details_text .package_b {
        left: -160px;
    }

    section.details ul li.right .inner .details_text .package_b {
        right: -160px;
    }

    section.details ul li.right .details_img {
        right: 0;
    }

    section.details ul li .details_img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
    }

    section.details ul li.details_item .inner .details_text .package {
        position: absolute;
        bottom: -20px;
    }

    section.details ul li.details_item {
        height: 580px;
    }

    section.details ul li:not(:first-child) {
        margin-top: 0;
    }

    /* section#cart */
    section#cart .inner .cart_right .sub_title {
        font-size: 18px;
        margin: 40px auto 0;
        width: fit-content;
    }

    section#cart .inner .cart_right .sub_title::before {
        left: -16px;
    }

    section#cart .inner .cart_right .sub_title::after {
        right: -16px;
    }

    section#cart .inner .cart_right .price_wrap {
        justify-content: center;
    }

    section#cart .inner .cart_right .price_wrap .code {
        width: 28%;
        margin-right: 4%;
    }

    section#cart .inner .cart_right .price_wrap .code dt {
        font-size: 14px;
        padding: 4px 0;
    }

    section#cart .inner .cart_right .price_wrap .price dd {
        font-size: 64px;
    }

    section.commitment .inner .commitment_item .commitment_text {
        width: 64%;
        max-width: 580px;
    }

    section.commitment .inner .commitment_item {
        margin-top: 20px;
    }
}


@media screen and (max-width: 1280px) {
    footer .inner .footer_wrap {
        display: block;
    }

    footer .inner .footer_wrap .footer_left {
        width: fit-content;
        margin: auto;
    }

    footer .inner .footer_wrap .footer_right {
        padding-top: 20px;
        width: fit-content;
        margin: auto;
    }
}