@charset "UTF-8";
/* common */
.contentContainer {
    /* テストのみで追加する */
    /* margin-top: 80px; */
}

.contentContainer img {
    vertical-align: top;
}
.fontNotoSansJp,
.contentContainer {
    font-family: 'Noto Sans Japanese';
}

.fontJinsNextLight {
    font-family: jins_next_ttlight;
}

.fontJinsNextRegular {
    font-family: jins_next_ttregular;
}

.fontJinsNextMedium {
    font-family: jins_next_ttmedium;
}

.fontJinsNextBold {
    font-family: jins_next_ttbold;
}

/* content */
:root {
    --header-height: 80px;
    --wrapper-width: 1024px;
    --overall-padding: 40px;
}

/* html {
    scroll-behavior: smooth;
} */

.page_liberty {
    position: relative;
    /* 本番フッター上の余白カットのため追加 */
    margin-bottom: -120px;
}
.page_liberty::before {
    content: '';
    background: #fbf6ee;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -5;
}

/******************************
共通設定
******************************/
.textjus {
    text-align: justify;
    text-justify: inter-ideograph;
}

.csshover {
    transition: opacity 0.6s;
}

.sp-show {
    display: none;
}

.sp-hide {
    display: block;
}

.sp-show-inline {
    display: none;
}

.sp-hide-inline {
    display: inline;
}
.wrapper {
    width: min(100%, var(--wrapper-width) + var(--overall-padding) * 2);
    margin: 0 auto;
    padding: 0 var(--overall-padding);
}

.no-br-item {
    display: inline-block;
}

/******************************
ページ設定
******************************/
.contentContainer {
    color: #8a6e4b;
    font-size: 18px;
    line-height: 1.6666666667;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-feature-settings: 'palt';
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'yu-gothic-pr6n', sans-serif;
}
.contentContainer *,
.contentContainer *::after,
.contentContainer *::before {
    box-sizing: border-box;
}
.contentContainer button {
    all: unset;
    display: revert;
    cursor: revert;
}

/*---------------
* 共通
---------------*/
[data-aos='custom_fadein'] {
    opacity: 0;
    transition: opacity 1.2s;
}
[data-aos='custom_fadein'].aos-animate {
    opacity: 1;
}

[data-aos*='title_character'] {
    clip-path: inset(0);
    display: flex;
    align-items: center;
    justify-content: center;
}
[data-aos*='title_character'] span {
    translate: 0 150px;
    transition: translate 0.3s;
    transition-delay: calc(var(--index) * 0.04s);
}
[data-aos*='title_character'].aos-animate span {
    translate: 0 0;
}

.common_title {
    max-width: 500px;
    margin: 0 auto;
    padding: 19px 0 15px;
    text-align: center;
    background: linear-gradient(to bottom, #8a6e4b 0, #8a6e4b 3px, transparent 3px, transparent 6px, #8a6e4b 6px, #8a6e4b 7px, transparent 7px, transparent calc(100% - 7px), #8a6e4b calc(100% - 7px), #8a6e4b calc(100% - 6px), transparent calc(100% - 6px), transparent calc(100% - 3px), #8a6e4b calc(100% - 3px), #8a6e4b 100%);
    font-size: 24px;
    line-height: 1.1666666667;
    letter-spacing: 0.04em;
}

.common_title_num {
    margin-right: 20px;
}

#common_title_num01 .st0,
#common_title_num03 .st0 {
    fill: none;
    stroke: #8a6e4b;
}

#common_title_num02 .st0 {
    fill: none;
    stroke: #593d0d;
}

.common_title_num01 {
    width: 43px;
    aspect-ratio: 43/39;
}

.common_title_num02 {
    width: 54px;
    aspect-ratio: 54/39;
}
.common_title_num02 .st0 {
    fill: none;
    stroke: #8a6e4b;
}

.common_title_num03 {
    width: 53px;
    aspect-ratio: 53/39;
}
.common_title_num03 .st0 {
    fill: none;
    stroke: #8a6e4b;
}

.common_section {
    scroll-margin: var(--header-height);
    padding: 93px 0 90px;
}

.common_section_main {
    position: relative;
    margin: 31px 0 0;
}

.common_section_title_en {
    position: relative;
    margin: -46px calc(var(--overall-padding) * -1) 0;
    text-align: center;
    font-size: 90px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-family: 'goldenbook', serif;
    font-weight: 600;
    font-style: normal;
}

.common_section_lead {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    max-width: 884px;
    margin: 72px auto 0;
}

.common_section_lead_item {
    position: relative;
}

.common_section_lead_imgouter {
    width: 57.6923%;
    aspect-ratio: 510/348;
    border-radius: 60px 0 60px 0;
    overflow: hidden;
    border: solid 1px #8a6e4b;
}

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

.common_section_lead_text_position {
    position: absolute;
    top: 12.1%;
    left: 55.2%;
}

.common_section_lead_text {
    display: inline;
    padding: 2px 2px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: #fff;
    font-size: 36px;
    line-height: 1.5555555556;
    letter-spacing: 0.01em;
}

.common_section_lead_item:nth-child(2) .common_section_lead_imgouter {
    margin-left: auto;
}
.common_section_lead_item:nth-child(2) .common_section_lead_text_position {
    top: 39.1%;
    left: 12.6%;
}

.common_product {
    margin: 122px 0 0;
}

.common_product_title {
    margin: 0 calc(var(--overall-padding) * -1);
    text-align: center;
}

.common_product_title_svg {
    width: 717px;
    aspect-ratio: 717/180;
}
.common_product_title_svg,
.common_product_title_svg .st0 {
    fill: #8a6e4b;
}

.common_product_wrap {
    position: relative;
    margin: -44px 0 0;
}
.common_product_wrap + .common_product_wrap {
    margin-top: 116px;
}

.common_product_content {
    position: relative;
    z-index: 1;
    width: calc(100% + 12px);
    margin: 0 -6px;
    padding: 12px;
    background-position: center center;
    border-radius: 518px 518px 0 0;
    /*コンビネーションフレーム1*/
    /*コンビネーションフレーム2*/
    /*セルフレーム1*/
    /*セルフレーム2*/
    /*ケース*/
}
.common_product_content[data-bgimg='combimetal_product1_floralovation'] {
    background-image: url(../img/combimetal_product1_floralovation_bg.jpg);
}
.common_product_content[data-bgimg='combimetal_product1_zachery'] {
    background-image: url(../img/combimetal_product1_zachery_bg.jpg);
}
.common_product_content[data-bgimg='combimetal_product1_phylsflower'] {
    background-image: url(../img/combimetal_product1_phylsflower_bg.jpg);
}
.common_product_content[data-bgimg='combimetal_product1_michelle'] {
    background-image: url(../img/combimetal_product1_michelle_bg.jpg);
}
.common_product_content[data-bgimg='combimetal_product1_archivelilac'] {
    background-image: url(../img/combimetal_product1_archivelilac_bg.jpg);
}
.common_product_content[data-bgimg='combimetal_product1_wiltshire'] {
    background-image: url(../img/combimetal_product1_wiltshire_bg.jpg);
}
.common_product_content[data-bgimg='combimetal_product2_colleensorchard'] {
    background-image: url(../img/combimetal_product2_colleensorchard_bg.jpg);
}
.common_product_content[data-bgimg='combimetal_product2_sequence'] {
    background-image: url(../img/combimetal_product2_sequence_bg.jpg);
}
.common_product_content[data-bgimg='combimetal_product2_wandering'] {
    background-image: url(../img/combimetal_product2_wandering_bg.jpg);
}
.common_product_content[data-bgimg='combimetal_product2_lodden'] {
    background-image: url(../img/combimetal_product2_lodden_bg.jpg);
}
.common_product_content[data-bgimg='combimetal_product2_archivelilac'] {
    background-image: url(../img/combimetal_product2_archivelilac_bg.jpg);
}
.common_product_content[data-bgimg='combimetal_product2_pepper'] {
    background-image: url(../img/combimetal_product2_pepper_bg.jpg);
}
.common_product_content[data-bgimg='cell_product1_ciara'] {
    background-image: url(../img/cell_product1_ciara_bg.jpg);
}
.common_product_content[data-bgimg='cell_product1_mrsstoneley'] {
    background-image: url(../img/cell_product1_mrsstoneley_bg.jpg);
}
.common_product_content[data-bgimg='cell_product1_betsy'] {
    background-image: url(../img/cell_product1_betsy_bg.jpg);
}
.common_product_content[data-bgimg='cell_product1_wandering'] {
    background-image: url(../img/cell_product1_wandering_bg.jpg);
}
.common_product_content[data-bgimg='cell_product1_moonflower-a'] {
    background-image: url(../img/cell_product1_moonflower-a_bg.jpg);
}
.common_product_content[data-bgimg='cell_product1_moonflower-b'] {
    background-image: url(../img/cell_product1_moonflower-b_bg.jpg);
}
.common_product_content[data-bgimg='cell_product2_maria'] {
    background-image: url(../img/cell_product2_maria_bg.jpg);
}
.common_product_content[data-bgimg='cell_product2_vigerssketch'] {
    background-image: url(../img/cell_product2_vigerssketch_bg.jpg);
}
.common_product_content[data-bgimg='cell_product2_michelle'] {
    background-image: url(../img/cell_product2_michelle_bg.jpg);
}
.common_product_content[data-bgimg='cell_product2_meadowland'] {
    background-image: url(../img/cell_product2_meadowland_bg.jpg);
}
.common_product_content[data-bgimg='cell_product2_evierose'] {
    background-image: url(../img/cell_product2_evierose_bg.jpg);
}
.common_product_content[data-bgimg='cell_product2_phylsflower'] {
    background-image: url(../img/cell_product2_phylsflower_bg.jpg);
}
.common_product_content[data-bgimg='case_product1_gray'] {
    background-image: linear-gradient(-61.2deg, #918ba8 0, #918ba8 50%, #8fa2bc 50%, #8fa2bc 100%);
}
.common_product_content[data-bgimg='case_product1_beige'] {
    background-image: linear-gradient(-61.2deg, #a7a4a2 0, #a7a4a2 50%, #d1c0b8 50%, #d1c0b8 100%);
}
.common_product_content_inner {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 506px 506px 0 0;
    overflow: hidden;
}

.common_product_slider {
    margin: 0 auto;
}
.common_product_list {
    padding: 0;
    list-style-type: none;
}

.common_product_item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 29px 7.0158105% 34px;
}

.common_product_item_title {
    position: absolute;
    z-index: 1;
    top: 94px;
    left: 50%;
    translate: -50% 0;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    font-size: 46.91px;
    line-height: 1;
    letter-spacing: 0em;
    font-family: 'goldenbook', serif;
    font-weight: 600;
    font-style: normal;
}

.common_product_item_imgouter {
    width: 100%;
    aspect-ratio: 870/440;
    border-radius: 428px 439px 0 0;
    overflow: hidden;
}

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

.common_product_item_body {
    max-width: 715px;
    min-height: 160px;
    margin: 17px auto auto;
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
}

.common_product_item_link {
    display: block;
    width: 190px;
    height: 36px;
    margin: 33px auto 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 18px;
    background: #fbf6ee;
    color: #8a6e4b;
    font-size: 16.42px;
    letter-spacing: -0.02em;
    transition: color 0.4s, background-color 0.4s;
}

.common_product_arrow {
    display: flex;
    justify-content: flex-end;
    gap: 0 15px;
    margin: -31px 60px 0 0;
}

.common_product_arrow .common_product_arrow_prev,
.common_product_arrow .common_product_arrow_next {
    position: relative;
    z-index: 1;
    display: block;
    width: 56px;
    height: 56px;
    background: #8a6e4b;
    transition: background-color 0.4s;
    cursor: pointer;
}
.common_product_arrow .common_product_arrow_prev::after,
.common_product_arrow .common_product_arrow_next::after {
    position: absolute;
    top: 50%;
    left: calc(50% + 8px);
    translate: -50% -50%;
    content: '';
    width: 24px;
    height: 24px;
    border: solid 1px #fff;
    border-width: 0 1px 1px 0;
    rotate: 135deg;
    transition: border-color 0.4s;
    speak: none;
}

.common_product_arrow .common_product_arrow_next::after {
    left: calc(50% - 6px);
    rotate: -45deg;
}

.common_product_nav {
    translate: -10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 16px;
    margin: 18px auto 0;
    padding: 0;
    list-style: none;
}

.common_product_nav li {
    position: relative;
}

.common_product_nav_new {
    background: #8a6e4c;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 100px;
    line-height: 1;
    margin: 0;
    padding: 3px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
}

.contentContainer .common_product_nav_button {
    display: block;
    width: 80px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

/*---------------
* メイン
---------------*/
main {
    overflow: hidden;
}

.main {
    margin-bottom: 0;
}

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

/*---------------
* Into the Fantasy
---------------*/
#about {
    position: relative;
    text-align: center;
    padding: 46px 0 77px;
}
#about::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: calc(50% - 50vw);
    content: '';
    width: 100vw;
    height: 100%;
    background: url(../img/lineup_bg_pc.jpg) center top/cover no-repeat;
    background-origin: top center;
    speak: none;
}

.about_title {
    margin: 50px 0 10px;
    font-size: 68px;
    letter-spacing: 0.02em;
    font-family: 'goldenbook', serif;
    font-weight: 600;
    font-style: normal;
}

.about_body {
    margin: 4px 0 0;
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: 0.18em;
}

.about_circle {
    position: absolute;
    z-index: -1;
    top: -15px;
    left: 50%;
    translate: -50% -50%;
    width: 1050px;
    height: 1050px;
    font-size: 51px;
    font-family: 'goldenbook', serif;
    font-weight: 600;
    font-style: normal;
}
.about_circle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    content: '';
    width: 1024px;
    height: 1024px;
    background: #fbf6ee;
    border-radius: 50%;
    speak: none;
}

#about .about_circle_svg {
    overflow: visible;
    animation: about_circle-rotate 180s linear infinite;
}

@keyframes about_circle-rotate {
    to {
        transform: rotate(1turn);
    }
}
#about_circle_path {
    fill: none;
}

.about_circle_text {
    fill: #8a6e4b;
    letter-spacing: -0.015em;
}

/*---------------
* Line Up
---------------*/
.lineup_title {
    max-width: 500px;
    margin: 310px auto 0;
    padding: 13px 0 16px;
    background: linear-gradient(to bottom, #8a6e4b 0, #8a6e4b 3px, transparent 3px, transparent 6px, #8a6e4b 6px, #8a6e4b 7px, transparent 7px, transparent calc(100% - 7px), #8a6e4b calc(100% - 7px), #8a6e4b calc(100% - 6px), transparent calc(100% - 6px), transparent calc(100% - 3px), #8a6e4b calc(100% - 3px), #8a6e4b 100%);
    color: #8a6e4b;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    font-family: 'goldenbook', serif;
    font-weight: 600;
    font-style: normal;
}

.lineup_list {
    display: flex;
    gap: 0 2.246%;
    margin: 50px 0 0;
    padding: 0;
    list-style-type: none;
}

.lineup_list_item {
    width: 31.83593%;
}
.lineup_list_item:nth-child(2) {
    transition-delay: 0.1s;
}
.lineup_list_item:nth-child(3) {
    transition-delay: 0.2s;
}

.lineup_list_link {
    display: block;
    color: #8a6e4b;
    text-decoration: none;
}

.lineup_list_link_imgouter {
    width: 100%;
    aspect-ratio: 326/286;
    background: #fff;
    border-radius: 160px 160px 0 0;
    border: solid 8px #8a6e4b;
    overflow: hidden;
}

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

.lineup_list_name {
    margin: 33px 0 0;
    text-indent: 23px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.02em;
}

.lineup_list_type {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 215px;
    translate: 6px 0px;
    margin: 9px auto 0px;
    background: #8a6e4b;
    color: #fff;
    line-height: 1.35;
}
.lineup_list_type::before,
.lineup_list_type::after {
    position: absolute;
    top: -36px;
    left: 0;
    content: '';
    width: 2px;
    height: 50px;
    background: #8a6e4b;
    speak: none;
}
.lineup_list_type::after {
    top: -41px;
    left: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.lineup_list_price {
    translate: 5px 0;
    margin: 5px 0 0;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0.04em;
}

.lineup_list_price_tax {
    font-size: 12px;
}

/*---------------
* コンビメタルフレーム
---------------*/
#combimetal .common_section_main::before,
#combimetal .common_section_main::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% - 50vw);
    content: '';
    width: 50vw;
    height: 100%;
    /* background: url(../img/combimetal_main_left.png) 0 0/1px 320px repeat-x; */
    background: #fff;
    speak: none;
}
#combimetal .common_section_main::after {
    left: 50%;
    /* background: url(../img/combimetal_main_right.png) 0 0/1px 320px repeat-x; */
    background: #fff;
}
#combimetal .common_section_title_en {
    color: #cfb79a;
}

/*---------------
* セルフレーム
---------------*/
#cell {
    position: relative;
}
#cell::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% - 50vw);
    content: '';
    width: 100vw;
    height: 100%;
    background: #faf0e5;
    speak: none;
}
#cell.common_section {
    padding-bottom: 77px;
}
#cell .common_title {
    background: linear-gradient(to bottom, #925042 0, #925042 3px, transparent 3px, transparent 6px, #925042 6px, #925042 7px, transparent 7px, transparent calc(100% - 7px), #925042 calc(100% - 7px), #925042 calc(100% - 6px), transparent calc(100% - 6px), transparent calc(100% - 3px), #925042 calc(100% - 3px), #925042 100%);
    color: #925042;
}
#cell .common_title_num {
    margin-right: 13px;
    color: #fbf6ee;
    text-shadow: 1px 1px 0 #925042, -1px -1px 0 #925042, -1px 1px 0 #925042, 1px -1px 0 #925042, 0px 1px 0 #925042, -1px 0 #925042, -1px 0 0 #925042, 1px 0 0 #925042;
}
#cell .common_section_main {
    translate: -1px 0;
}
#cell .common_section_main::before,
#cell .common_section_main::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% - 50vw);
    content: '';
    width: 50vw;
    height: 100%;
    /* background: url(../img/cell_main_left.png) 0 0/1px 320px repeat-x; */
    background: #fff;
    speak: none;
}
#cell .common_section_main::after {
    left: 50%;
    /* background: url(../img/cell_main_right.png) 0 0/1px 320px repeat-x; */
    background: #fff;
}
#cell .common_section_title_en {
    color: #d7b4ac;
}
#cell .common_section_lead {
    color: #5b3d0b;
}
#cell .common_section_lead_text_position {
    top: 28.4%;
    left: 55.2%;
}
#cell .common_section_lead_item:nth-child(2) .common_section_lead_text_position {
    top: 53.1%;
    left: 8.3%;
}
#cell .common_product_title_svg,
#cell .common_product_title_svg .st0 {
    fill: #925042;
}
#cell .common_product_item_title {
    color: #925042;
}
#cell .common_product_item_body {
    color: #925042;
}
#cell .common_product_item_link {
    background: #faf0e5;
    color: #925042;
    font-size: 16.42px;
    letter-spacing: -0.02em;
    transition: color 0.4s, background-color 0.4s;
}
#cell .common_product_arrow .common_product_arrow_prev,
#cell .common_product_arrow .common_product_arrow_next {
    background: #925042;
}
#cell .common_section_lead_text {
    color: #925042;
}
#cell .common_product_nav_new {
    background: #925042;
}

/*---------------
* オリジナルケース
---------------*/
#case.common_section {
    padding-top: 120px;
    padding-bottom: 100px;
}
#case .common_section_main::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% - 50vw);
    content: '';
    width: 100vw;
    height: 100%;
    background: url(../img/case_main_bg.png) 0 0/1px 320px repeat-x;
    speak: none;
}
#case .common_section_title_en {
    color: #cfb79a;
}
#case .common_section_lead {
    gap: 31px 0;
}
#case .common_section_lead_item:nth-child(2) .common_section_lead_text_position {
    top: 54.1%;
    left: 3.7%;
}
#case .common_product_item {
    padding-top: 35px;
}
#case .common_product_item_imgouter {
    aspect-ratio: 870/440;
    border-radius: 428px 439px 0 0;
    overflow: hidden;
}
#case .common_product_item_body {
    min-height: 140px;
}
#case .product_nav_case_gray {
    background-image: linear-gradient(-61.2deg, #918ba8 0, #918ba8 50%, #8fa2bc 50%, #8fa2bc 100%);
}
#case .product_nav_case_beige {
    background-image: linear-gradient(-61.2deg, #a7a4a2 0, #a7a4a2 50%, #d1c0b8 50%, #d1c0b8 100%);
}
#case .case_lead_txt {
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
}
#case .case_note_txt {
    font-size: 16px;
    text-align: center;
}
#case .common_section_lead {
    display: block;
    margin: 30px auto;
}
#case .common_section_lead_imgouter {
    width: 80.7923%;
    aspect-ratio: 714 / 490;
    margin: 0 auto;
}
/*---------------
* LIBERTY
---------------*/
#liberty {
    position: relative;
    padding: 162px 0 137px;
}
#liberty::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% - 50vw);
    content: '';
    width: 100vw;
    height: 100%;
    background: url(../img/liberty_bg_pc.jpg) center center/cover no-repeat;
    speak: none;
}

.liberty_content {
    position: relative;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    padding: 60px 20px 115px;
    text-align: center;
    border-radius: 0 0 375px 375px;
    background: #fbf6ee;
}
.liberty_content::before,
.liberty_content::after {
    position: absolute;
    top: -42px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #8a6e4b;
    speak: none;
}
.liberty_content::after {
    top: -34px;
    height: 1px;
}

.liberty_title_logo {
    width: 201px;
    height: 57px;
}

#logo_liberty .st0 {
    fill: #836c49;
}

.liberty_body {
    max-width: 440px;
    margin: 25px auto 0;
    text-align: left;
    font-size: 18px;
    line-height: 1.8888888889;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
    .contentContainer {
        /* テストのみで追加する */
        /* margin-top: 52px; */
    }
}

@media screen and (max-width: 880px) {
    /**/
    .common_section_lead_text {
        font-size: 28px;
    }
}

@media screen and (max-width: 700px) {
    /**/
    .common_section_lead_text {
        font-size: 22px;
    }
}

@media screen and (max-width: 570px) {
    /******************************
  スマホサイズ
  ******************************/
    :root {
        --header-height: 52px;
        --overall-padding: 20px;
    }
    .sp-show {
        display: block;
    }
    .sp-hide {
        display: none;
    }
    .sp-show-inline {
        display: inline;
    }
    .sp-hide-inline {
        display: none;
    }
    .common_title {
        padding: 14px 0 9px;
        font-size: 22px;
    }
    .common_title_num {
        margin-right: 14px;
    }
    .common_section {
        padding: 66px 0 70px;
    }
    .common_section_main {
        margin: 31px calc(var(--overall-padding) * -1) 0;
    }
    .common_section_title_en {
        margin: -21px calc(var(--overall-padding) * -1) 0;
        font-size: 50px;
    }
    .common_section_lead {
        gap: 63px 0;
        margin: 25px auto 0;
    }
    .common_section_lead_imgouter {
        width: 67.4626%;
        aspect-ratio: 226/158;
        border-radius: 40px 0 40px 0;
    }
    .common_section_lead_img {
        scale: 1.05;
    }
    .common_section_lead_text_position {
        top: 38.1%;
        left: 52.2%;
    }
    .common_section_lead_text {
        font-size: 16px;
        line-height: 1.625;
    }
    .common_section_lead_item:nth-child(2) .common_section_lead_text_position {
        top: 29.1%;
        left: 0%;
    }
    .common_product {
        margin: 42px 0 0;
    }
    .common_product_title {
        translate: 0 0;
    }
    .common_product_title_svg {
        width: calc(100% + 6px);
        translate: -3px 0;
    }
    .common_product_wrap + .common_product_wrap {
        margin-top: 75px;
    }
    .common_product_wrap {
        margin: -37px 0 0;
    }
    .common_product_item {
        padding: 28px 9.7015% 13px;
    }
    .common_product_item_title {
        top: 74px;
        font-size: 24px;
    }
    .common_product_item_imgouter {
        width: 100%;
        aspect-ratio: 1;
        border-radius: 50%;
    }
    .common_product_item_body {
        margin: 16px -5px auto;
        font-size: 14px;
        line-height: 1.8571428571;
    }
    .common_product_item_link {
        width: 163px;
        font-size: 14px;
    }
    .common_product_arrow {
        display: block;
        margin: 0;
    }
    .common_product_arrow .common_product_arrow_prev,
    .common_product_arrow .common_product_arrow_next {
        position: absolute;
        top: 226px;
        left: calc(var(--overall-padding) * -1);
        width: 40px;
        height: 40px;
    }
    .common_product_arrow .common_product_arrow_prev::after,
    .common_product_arrow .common_product_arrow_next::after {
        left: calc(50% + 5px);
        translate: -50% -50%;
        width: 16px;
        height: 16px;
    }
    .common_product_arrow .common_product_arrow_next {
        left: auto;
        right: calc(var(--overall-padding) * -1);
    }
    .common_product_arrow .common_product_arrow_next::after {
        left: calc(50% - 5px);
    }
    .common_product_nav {
        translate: 0 0;
        gap: 0 3.5223884%;
        max-width: 334px;
        margin: 24px auto 0;
    }
    .common_product_nav_item {
        width: 13.731343%;
    }
    .contentContainer .common_product_nav_button {
        width: 100%;
    }
    #about {
        padding: 10px 0 60px;
    }
    #about::after {
        background: #042435 url(../img/lineup_bg_sp.jpg) center bottom/100% auto no-repeat;
    }
    .about_title {
        text-align: left;
        font-size: 34px;
        letter-spacing: 0.01em;
    }
    .about_title[data-aos*='title_character'] {
        justify-content: flex-start;
    }
    .about_body {
        text-align: left;
        font-size: 16px;
        line-height: 2;
    }
    .about_circle {
        top: -73px;
        left: -90px;
        translate: 0 0;
        width: 408px;
        height: 408px;
    }
    .about_circle::after {
        width: 393px;
        height: 393px;
    }
    .lineup_title {
        margin: 170px auto 0;
        font-size: 40px;
    }
    .lineup_list {
        flex-direction: column;
        gap: 42px 0;
        margin: 30px 0 0;
    }
    .lineup_list_item {
        width: 100%;
    }
    .lineup_list_item:nth-child(2),
    .lineup_list_item:nth-child(3) {
        transition-delay: 0s;
    }
    .lineup_list_link {
        display: flex;
        align-items: flex-end;
        gap: 0 17px;
    }
    .lineup_list_item:nth-child(2n) .lineup_list_link {
        flex-direction: row-reverse;
    }
    .lineup_list_link_imgouter {
        width: 61.194%;
        aspect-ratio: 205/172;
    }
    .lineup_list_text {
        flex: 1;
        padding: 0 0 7px;
    }
    .lineup_list_name {
        padding: 0 0 0 20px;
        text-align: left;
        text-indent: 0px;
        font-size: 16px;
    }
    .lineup_list_type {
        width: calc(var(--overall-padding) + 100%);
        margin: 4px calc(var(--overall-padding) * -1) 0 0;
        padding: 3px 14px;
        text-align: left;
        font-size: 14px;
    }
    .lineup_list_type::before {
        top: -51px;
        height: 70px;
    }
    .lineup_list_type::after {
        top: -54px;
        left: -5px;
    }
    .lineup_list_price {
        margin: 3px 0 0;
    }
    #combimetal .common_section_main::before,
    #combimetal .common_section_main::after {
        display: none;
    }
    #cell.common_section {
        padding-bottom: 61px;
    }
    #cell .common_section_lead_text_position {
        top: 72.4%;
        left: 43.3%;
    }
    #cell .common_section_lead_item:nth-child(2) .common_section_lead_text_position {
        top: 48.1%;
        left: 0%;
    }
    #cell .common_product {
        margin-top: 40px;
    }
    #case.common_section {
        padding-top: 80px;
        padding-bottom: 70px;
    }
    #case .common_section_lead_text_position {
        top: 17.1%;
        left: 54%;
    }
    #case .common_section_lead_item:nth-child(2) .common_section_lead_text_position {
        top: 75.1%;
        left: 0%;
    }
    #case .common_section_lead_text {
        font-size: 18px;
        line-height: 1.5555555556;
    }
    #case .common_product {
        margin: 63px 0 0;
    }
    #case .common_product_item_imgouter {
        aspect-ratio: 1;
        border-radius: 50%;
    }
    #case .case_lead_txt {
        font-size: 16px;
        margin-top: 20px;
    }
    #case .case_note_txt {
        font-size: 12px;
        text-align: center;
    }
    #case .common_section_lead {
        margin: 20px auto;
    }
    #case .common_section_lead_imgouter {
        width: 90%;
        aspect-ratio: 324 / 222;
        border-radius: 40px 0 40px 0;
        margin: 0 auto;
    }
    #liberty {
        padding: 77px 0 49px;
    }
    #liberty::after {
        background: url(../img/liberty_bg_sp.jpg) center center/cover no-repeat;
    }
    .liberty_content {
        margin: 12px auto 0;
        padding: 32px 34px 82px;
    }
    .liberty_content::before {
        top: -109px;
    }
    .liberty_content::after {
        top: -101px;
    }
    .liberty_title {
        text-align: center;
    }
    .liberty_body {
        max-width: 257px;
        margin: 0 auto;
        word-break: break-all;
        font-size: 14px;
        line-height: 1.8571428571;
    }
    .common_product_nav_new {
        font-size: 10px;
        padding: 2px;
        bottom: -20px;
        width: 42px;
    }
}

@media (hover: hover) {
    .csshover:hover {
        opacity: 0.6;
    }
    .common_product_item_link:hover {
        background: #8a6e4b;
        color: #fbf6ee;
    }
    .common_product_arrow .common_product_arrow_prev:hover,
    .common_product_arrow .common_product_arrow_next:hover {
        background: #fbf6ee;
    }
    .common_product_arrow .common_product_arrow_prev:hover::after,
    .common_product_arrow .common_product_arrow_next:hover::after {
        border-color: #8a6e4b;
    }
    #cell .common_product_item_link:hover {
        background: #925042;
        color: #faf0e5;
    }
    #cell .common_product_arrow .common_product_arrow_prev:hover,
    #cell .common_product_arrow .common_product_arrow_next:hover {
        background: #faf0e5;
    }
    #cell .common_product_arrow .common_product_arrow_prev:hover::after,
    #cell .common_product_arrow .common_product_arrow_next:hover::after {
        border-color: #925042;
    }
}
