@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;
}

/* mv
-------------------- */
.comfort2023 .comfort-mv {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 70px;
  position: relative;
}

.comfort2023 .comfort-mv .mv {
  position: relative;
}

.comfort2023 .comfort-mv .mv--ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.comfort2023 .nav {
  position: absolute;
  bottom: 0;
}

.comfort2023 .nav .nav--link {
  margin: 0 15px;
  display: flex;
}

.comfort2023 .nav .nav--link > li + li {
  margin-left: 30px;
}

/* コンテンツ
-------------------- */
/* 共通 */
.comfort2023 .comfort--inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* bg */
.contents--bg {
  margin: 180px 0 0;
  position: relative;
  z-index: 0;
}

.contents--bg::before {
  content: "";
  display: block;
  width: calc(100% - 31.77vw);
  height: 540px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: -1;
}

/* contents */
.contents {
  margin: 0 0 130px;
}

.contents--ttl {
  text-align: right;
}

.contents--box01 {
  display: flex;
  align-items: flex-end;
  margin-top: -145px;
}

.contents--box01 .video {
  margin-right: 100px;
}

.contents--box02 {
  display: flex;
  align-items: flex-end;
  margin: 70px 0 0;
  justify-content: flex-end;
}

.contents--box02 .img01 {
  margin: 0 100px 20px 0;
}

.contents--box02 .img02 {
  width: 500px;
}

.contents--box02 .img02 .img02--item {
  text-align: center;
  margin: 0 0 20px;
}

/* lineup */
.lineup.sec01--lineup {
  background-color: #fdede7;
}

.lineup.sec02--lineup {
  background-color: #fff3e4;
}

.lineup.sec02--lineup.lineup--new {
  background-color: #fffcde;
}

.lineup.sec03--lineup {
  background-color: #fdede7;
}

.lineup {
  padding: 100px 0;
}

.lineup .lineup--ttl {
  text-align: center;
  margin: 0 0 50px;
}

.lineup .lineup--list > li + li {
  margin-top: 70px;
}

.lineup .lineup--list-item .item--list {
  display: flex;
  gap: 0 60px;
  justify-content: center;
  flex-wrap: wrap;
}

.lineup .lineup--list-item .item--list > li {
  width: 400px;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 20px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.lineup-new--item {
  width: 400px;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 20px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.lineup-new--item::after {
  position: absolute;
  display: inline-block;
  content: url(../../../../img/usr/freepage/comfort2023/sec02_img04_24AW.png);
  top: 20%;
  left: 270px;
}

.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: 80px;
  height: 80px;
  font-size: 26px;
  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 .small {
  font-size: 10px;
  font-weight: normal;
  margin-top: -3px;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px dashed #707070;
  padding: 0 0 15px;
  margin: 0 0 20px;
  line-height: 1.3;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line01 .name {
  font-size: 19px;
  font-weight: bold;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line01 .price {
  font-size: 22px;
  font-weight: bold;
}

.lineup
  .lineup--list-item
  .item--list
  .itemlist-item--detail-line01
  .price
  .small {
  font-size: 13px;
}

.lineup .lineup--list-item .item--list .itemlist-item--detail-line02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px;
}

.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: 15px;
  font-weight: bold;
  background-color: #fdede7;
  border-radius: 15px;
  padding: 3px 11.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: 1px;
}

.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: 15px;
  font-weight: bold;
  background-color: #fdede7;
  border-radius: 15px;
  padding: 3px 11.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;
}

.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 {
  margin-top: auto;
}

.lineup .lineup--list-item .item--list .itemlist-item--btn a {
  background-color: #ee4814;
  color: #fff;
  text-align: center;
  display: block;
  padding: 13px;
  font-size: 22px;
  font-weight: bold;
}

.lineup .lineup--list-item .item--list .itemlist-item--btn a:hover {
  opacity: 0.8;
}

.lineup .lineup--list-item .item--list .itemlist-item--icon-type {
  background-color: #ea5514;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 20px;
  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 .contents--ttl {
  margin-right: 23px;
}

.sec01--lineup .lineup--ttl {
  margin: 0 0 27px;
}

.sec01--lineup .item--ttl {
  font-size: 30px;
  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: 500px;
  height: 2px;
  background-color: #f7bba1;
}

/* sec02 */
.sec02.contents--bg::before {
  background-color: #fff3e4;
}
.lineup-ttl--new {
  margin: -140px 0 50px !important;
  text-align: center;
}

/* sec03 */
.sec03.contents--bg::before {
  background-color: #fdede7;
}

.sec03--lineup {
  padding-bottom: 200px;
}

.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 {
  width: 860px;
  margin-top: 80px;
  padding: 40px 47px 40px 40px;
}

.sec03
  .lineup
  .lineup--list-item
  .item--list
  .item--othertype
  .itemlist-item--chat {
  position: absolute;
  width: fit-content;
  left: -30px;
  top: 69px;
}

.sec03
  .lineup
  .lineup--list-item
  .item--list
  .item--othertype
  .itemlist-item--chat
  .text {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  position: absolute;
  left: 40px;
  top: 46px;
}

.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 {
  width: 465px;
  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
  .itemlist-item--img {
  width: 158px;
  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;
}

.sec03
  .lineup
  .lineup--list-item
  .item--list
  .item--othertype
  .itemlist-item--detail-box
  .text
  .itemlist-item--name {
  font-size: 20px;
  margin: 0 0 14px;
}

.sec03
  .lineup
  .lineup--list-item
  .item--list
  .item--othertype
  .itemlist-item--detail-box
  .text
  .itemlist-item--color {
  display: flex;
  line-height: 1.8;
}

.sec03
  .lineup
  .lineup--list-item
  .item--list
  .item--othertype
  .itemlist-item--detail-box
  .text
  .itemlist-item--color
  dt {
  font-size: 16px;
  margin-right: 9px;
}

.sec03
  .lineup
  .lineup--list-item
  .item--list
  .item--othertype
  .itemlist-item--detail-box
  .text
  .itemlist-item--color
  dd {
  font-size: 15px;
  background-color: #e9e9e9;
  min-width: 80px;
  text-align: center;
}

.sec03
  .lineup
  .lineup--list-item
  .item--list
  .item--othertype
  .itemlist-item--detail-box
  .text
  .itemlist-item--price {
  font-size: 25px;
  margin: 0 0 17px;
}

.sec03
  .lineup
  .lineup--list-item
  .item--list
  .item--othertype
  .itemlist-item--detail-box
  .text
  .itemlist-item--price
  .small {
  font-size: 16px;
}

.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: 18px;
  width: 264px;
}

/*=================================================
  追加調整
*=================================================*/
.contents {
  margin: 0 0 13rem;
}
.comfort2023 .comfort--inner {
  max-width: 120rem;
}
.contents--bg {
  margin-top: 18rem;
}
.contents--bg:before {
  height: 54rem;
}
.contents--ttl {
  display: flex;
  justify-content: flex-end;
}
.lineup .lineup--ttl {
  display: flex;
  justify-content: center;
}
.sec01 .contents--ttl img {
  width: 67.7rem;
}
.sec02.sec03 .contents--ttl img {
  width: 70.2rem;
}
.sec03 .contents--ttl img {
  width: 67.8rem;
}
.contents--box01 {
  margin-top: -14.5rem;
}
.contents--box01 .video {
  margin-right: 10rem;
}
.contents--box01 .video {
  margin-right: 10rem;
}
.contents--box02 {
  margin-top: 7rem;
}
.contents--box02 .img02 {
  width: 50rem;
}
.lineup {
  padding: 10rem 0;
}
.lineup .lineup--list-item .item--list > li {
  width: 40rem;
}
.lineup--ttl.lineup--ttl--lineup img {
  width: 20.8rem;
}
.lineup--ttl.lineup-ttl--new img {
  width: 12.8rem;
}
.lineup--ttl.lineup-ttl--new {
  margin: -14rem 0 5rem !important;
}
.lineup .lineup--ttl.lineup-ttl--new-tights img {
  width: 40.2rem;
}
.sec01--lineup .item--ttl {
  font-size: 3rem;
  margin: 0 0 3rem;
}
.sec01--lineup .item--ttl::before,
.sec01--lineup .item--ttl::after {
  width: 50rem;
  max-width: 500px;
}
.img02--item {
  display: flex;
  justify-content: center;
}
.img02--item img {
  width: 30rem;
}

.lineup .lineup--list-item .item--list .itemlist-item--icon {
  width: 8rem;
  height: 8rem;
  font-size: 2.6rem;
  top: 2rem;
  left: 2rem;
}
.lineup .lineup--list-item .item--list .itemlist-item--icon .small {
  font-size: 1rem;
  margin-top: -0.3rem;
}
.lineup .lineup--list-item .item--list .itemlist-item--detail-line01 .name {
  font-size: 1.9rem;
}
.lineup .lineup--list-item .item--list .itemlist-item--detail-line01 .price {
  font-size: 2.2rem;
}
.lineup
  .lineup--list-item
  .item--list
  .itemlist-item--detail-line01
  .price
  .small {
  font-size: 1.3rem;
}
.lineup
  .lineup--list-item
  .item--list
  .itemlist-item--detail-line02
  .detail--size
  dt {
  font-size: 1.5rem;
}
.lineup
  .lineup--list-item
  .item--list
  .itemlist-item--detail-line02
  .detail--size
  dd {
  font-size: 1.4rem;
  min-width: 5rem;
  padding: 0.1rem;
}
.lineup
  .lineup--list-item
  .item--list
  .itemlist-item--detail-line02
  .detail--color
  dt {
  font-size: 1.5rem;
  border-radius: 1.5rem;
  padding: 0.3rem 1.15rem;
  margin-right: 1.6rem;
}
.lineup
  .lineup--list-item
  .item--list
  .itemlist-item--detail-line02
  .detail--color
  dd {
  font-size: 1rem;
}
.lineup
  .lineup--list-item
  .item--list
  .itemlist-item--detail-line02
  .detail--color
  dd::before {
  width: 2.3rem;
  height: 2.3rem;
}
.lineup .lineup--list-item .item--list .itemlist-item--btn a {
  font-size: 2.2rem;
  padding: 1.3rem;
}
.lineup .lineup--list-item .item--list .itemlist-item--icon-type {
  width: 8rem;
  height: 8rem;
  top: 2rem;
  right: 2rem;
  font-size: 2rem;
}
.lineup-new--item::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../../../../img/usr/freepage/comfort2023/sec02_img04_24AW.png)
    no-repeat top left / contain;
  top: 20%;
  left: 27rem;
  width: 25.9rem;
  height: 25.5rem;
}

.lineup
  .lineup--list-item
  .item--list
  .itemlist-item--detail-line02
  .detail--size
  dt {
  border-radius: 1.5rem;
  padding: 0.3rem 1.15rem;
  margin-right: 1.6rem;
}
.lineup
  .lineup--list-item
  .item--list
  .itemlist-item--detail-line02
  .detail--size
  dd
  + dd {
  margin-left: 1rem;
}
