@charset "utf-8"; #comfort2023 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    box-sizing: border-box;
    color: #1f1f1f;
    background-color: #fff;
}

#comfort2023 * {
    box-sizing: border-box;
}

#comfort2023 section {
    display: block;
}

/* reset
-------------------- */
/* 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 {
  font-size: initial;
} */
/* mv
-------------------- */
.comfort2023 .comfort-mv {
    padding: 0 0 12.53%;
    position: relative;
}

.comfort2023 .comfort-mv .mv {
    position: relative;
}

.comfort2023 .comfort-mv .mv--ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 77%;
}

.comfort2023 .nav {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.comfort2023 .nav .nav--link {
    margin: 0 1%;
    display: flex;
    gap: 0 1.82%;
}

.comfort2023 .nav .nav--link > li img {
    width: 100%;
}

/* コンテンツ
-------------------- */
/* bg */
.contents--bg {
    padding: 30px 0 0;
    position: relative;
    z-index: 0;
}

.contents--bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 324px;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: -1;
}

/* contents */
.contents {
    margin: 0 0 40px;
}

.contents--ttl {
    margin: 0 0 40px;
}

.contents--box01 .video {
    width: 86.66%;
    margin: 0 auto 40px;
}

.contents--box01 .img {
    width: 92%;
    margin: 0 auto 30px;
}

.contents--box02 .img01 {
    width: 86%;
    margin: 0 auto 40px;
}

.contents--box02 .img01 .img01--item {
    text-align: center;
    margin: 0 0 12px;
}

.contents--box02 .img02 {
    width: 92%;
    margin: 0 auto;
}

/* lineup */
.lineup {
    padding: 40px 0;
}

.lineup.sec01--lineup {
    background-color: #FDEDE7;
}

.lineup.sec02--lineup {
    background-color: #FFF3E4;
}

.lineup.sec03--lineup {
    background-color: #FDEDE7;
}

.sec02 .lineup.sec03--lineup {
    background-color: #FFF3E4;
}

.lineup .lineup--ttl {
    width: 32%;
    margin: 0 auto 28px;
}

.lineup .lineup--list {
    padding: 0 6.67%;
}

.lineup .lineup--list > li+li {
    margin-top: 38px;
}

.lineup .lineup--list-item .item--list > li {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 20px 20px;
    position: relative;
}
.lineup-new--item {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 20px 20px;
    position: relative;
}

.lineup .lineup--list-item .item--list > li+li {
    margin-top: 20px;
}

.lineup .lineup--list-item .item--list .itemlist-item--img {
    text-align: center;
    margin: 0 0 10px;
}

.lineup .lineup--list-item .item--list .itemlist-item--img img {
    width: 100%;
}

.lineup .lineup--list-item .item--list .itemlist-item--icon {
    background-color: #F7BBA1;
    border-radius: 50%;
    width: 17.59vw;
    height: 17.59vw;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 20px;
}

.lineup .lineup--list-item .item--list .itemlist-item--icon span {
    font-size: 5.6vw;
}

.lineup .lineup--list-item .item--list .itemlist-item--icon .small {
    font-size: 2.1vw;
    font-weight: normal;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line01 {
    border-bottom: 1px dashed #707070;
    padding: 0 0 11px;
    margin: 0 0 12px;
    line-height: 1.3;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line01 .name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line01 .price {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line01 .price .small {
    font-size: 11px;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line02 {
    margin: 0 0 10px;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line02 dl+dl {
    margin-top: 10px;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line02 .detail--size {
    display: flex;
    align-items: center;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line02 .detail--size dt {
    font-size: 13px;
    font-weight: bold;
    background-color: #FDEDE7;
    border-radius: 15px;
    padding: 6px 13.5px;
    margin-right: 16px;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line02 .detail--size dd {
    font-size: 14px;
    border: 1px solid #B7B7B7;
    background-color: #fff;
    text-align: center;
    min-width: 50px;
    padding: 2px 1px;
}
.lineup.sec02--lineup.lineup--new {
    background-color: #FFFCDE;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line02 .detail--size dd+dd {
    margin-left: 10px;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line02 .detail--color {
    display: flex;
    align-items: start;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line02 .detail--color dt {
    font-size: 13px;
    font-weight: bold;
    background-color: #FDEDE7;
    border-radius: 15px;
    padding: 6px 13.5px;
    margin-right: 16px;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line02 .detail--color dd {
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line02 .detail--color dd::before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 23px;
    height: 23px;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line02 .detail--color dd.type-black::before {
    background-color: #000000;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line02 .detail--color dd.type-beige::before {
    background-color: #D6AA77;
}

.lineup .lineup--list-item .item--list .itemlist-item--btn a {
    background-color: #EE4814;
    color: #fff;
    text-align: center;
    display: block;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
}

.lineup .lineup--list-item .item--list .itemlist-item--icon-type {
    background-color: #EA5514;
    border-radius: 50%;
    width: 17.59vw;
    height: 17.59vw;
    font-size: 4vw;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    white-space: normal;
    letter-spacing: 0;
}

/* sec01 */
.sec01.contents--bg::before {
    background-color: #FDEDE7;
}

.sec01--lineup .item--ttl {
    margin: 0 0 20px;
}

.sec01--lineup .item--ttl {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec01--lineup .item--ttl::before, .sec01--lineup .item--ttl::after {
    content: "";
    display: block;
    width: 26%;
    height: 2px;
    background-color: #F7BBA1;
}

.sec01 .contents--box02 .img01 .img01--item img {
    width: 58%;
}

/* sec02 */
.sec02.contents--bg::before {
    background-color: #FFF3E4;
}
.lineup-ttl--new {
    margin : -70px auto 28px !important;
    text-align: center;
    width: 25% !important;
}

.lineup-ttl--new-tights:first-child {
    width: 70%;
    margin: -20px auto 28px;
    text-align: center;
}
.lineup-ttl--new-tights {
    width: 80%;
    margin: 0 auto 28px;
    text-align: center;
}

.sec02 .contents--box02 .img01 .img01--item img {
    width: 58%;
}
.sec02 .lineup .lineup--list-item .item--list .itemlist-item--detail-line02 .detail--color dd+dd {
    margin-left: 10px;
    text-align: center;
}

/* sec03 */
.sec03.contents--bg::before {
    background-color: #FDEDE7;
}

.sec03 .contents--box02 .img01 {
    width: 92.53%;
    margin-top: 5%;
}

.sec03 .contents--box02 .img02 {
    width: 86%;
}

.sec03 .contents--box02 .img02 .img02--item {
    margin: 0 0 20px;
    text-align: center;
}

.sec03 .contents--box02 .img02 .img02--item img {
    width: 58%;
}

.sec03--lineup {
    padding-bottom: 60px;
}

.sec03 .lineup .lineup--list-item .item--list .itemlist-item--detail-line02 {
    display: block;
}

.sec03 .lineup .lineup--list-item .item--list .itemlist-item--detail-line02 dl+dl {
    margin-top: 10px;
}

.sec03 .lineup .lineup--list-item .item--list .itemlist-item--detail-line02 .detail--color dd+dd {
    margin-left: 10px;
    text-align: center;
}

.sec03 .lineup .lineup--list-item .item--list .item--othertype {
    margin-top: 100px;
    padding: 24px 20px;
}

.sec03 .lineup .lineup--list-item .item--list .item--othertype .itemlist-item--chat {
    position: absolute;
    width: 181px;
    left: 50%;
    top: -79px;
    transform: translateX(-50%);
}

.sec03 .lineup .lineup--list-item .item--list .item--othertype .itemlist-item--chat .text {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    position: absolute;
    left: 22px;
    top: 27px;
}

.sec03 .lineup .lineup--list-item .item--list .item--othertype .itemlist-item--chat .text .color {
    color: #EA5514;
}

.sec03 .lineup .lineup--list-item .item--list .item--othertype .itemlist-item--detail-box {
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.sec03 .lineup .lineup--list-item .item--list .item--othertype .itemlist-item--detail-box .img {
    width: 33%;
}

.sec03 .lineup .lineup--list-item .item--list .item--othertype .itemlist-item--detail-box .img .itemlist-item--img {
    margin: 0;
}

.sec03 .lineup .lineup--list-item .item--list .item--othertype .itemlist-item--detail-box .text {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 56%;
}

.sec03 .lineup .lineup--list-item .item--list .item--othertype .itemlist-item--detail-box .text .itemlist-item--name {
    font-size: 14px;
    margin: 0 0 14px;
}

.sec03 .lineup .lineup--list-item .item--list .item--othertype .itemlist-item--detail-box .text .itemlist-item--color {
    display: flex;
    align-items: center;
}

.sec03 .lineup .lineup--list-item .item--list .item--othertype .itemlist-item--detail-box .text .itemlist-item--color dt {
    font-size: 11px;
    margin-right: 9px;
}

.sec03 .lineup .lineup--list-item .item--list .item--othertype .itemlist-item--detail-box .text .itemlist-item--color dd {
    font-size: 10px;
    background-color: #E9E9E9;
    min-width: 48px;
    text-align: center;
    letter-spacing: 0;
    padding: 3px 0;
}

.sec03 .lineup .lineup--list-item .item--list .item--othertype .itemlist-item--detail-box .text .itemlist-item--price {
    font-size: 16px;
    margin: 0 0 17px;
}

.sec03 .lineup .lineup--list-item .item--list .item--othertype .itemlist-item--detail-box .text .itemlist-item--price .small {
    font-size: 11px;
}

.sec03 .lineup .lineup--list-item .item--list .item--othertype .itemlist-item--detail-box .text .itemlist-item--btn a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin: 0 0 5px;
    font-size: 13px;
    padding: 6px;
}
