@charset "UTF-8";
/* RESET */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

/* RESET HTML5 */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  font-style: normal;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  width: 100vw;
}

/* GENERAL */
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a {
  outline: none;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.onlyPc {
  display: block !important;
}

.onlySp {
  display: none !important;
}

.onlyPc2 {
  display: flex !important;
}

.onlySp2 {
  display: none !important;
}

.mfp-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mfp-bg {
  transition: all 0.3s ease-out;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  background-color: #fff;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.98;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-figure:after {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mfp-figure.show:after {
  opacity: 1;
}

.mfp-img {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mfp-img.show {
  opacity: 1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 10px;
  top: 15px;
  color: #000;
}

.mfp-arrow-left:before {
  display: none;
}

.mfp-arrow-left:after {
  display: none;
}

.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-right:after {
  display: none;
}

button.mfp-arrow-left {
  background-image: url("../images/arr_left.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left 25px center;
}

button.mfp-arrow-right {
  background-image: url("../images/arr_right.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 25px center;
}

.slick-dots {
  bottom: -30px;
}
.slick-dots li {
  width: 7px;
}
.slick-dots li button {
  width: 7px;
}
.slick-dots li button:before {
  width: 7px;
}

.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

a.disable {
  pointer-events: none;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 3px;
    top: 10px;
  }
  .mfp-container {
    padding-left: 35px;
    padding-right: 35px;
  }
  button.mfp-arrow-left {
    background-position: left 15px center;
  }
  button.mfp-arrow-right {
    background-position: right 15px center;
  }
}
/*---------------------------------------------
MOTION
---------------------------------------------*/
.fadeSimple {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.fadeSimple.active {
  opacity: 1;
}

.fade {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
.fade.active {
  opacity: 1;
  top: 0;
}

.fadeLeft {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
.fadeLeft.active {
  opacity: 1;
  left: 0;
}

.fadeRight {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
.fadeRight.active {
  opacity: 1;
  right: 0;
}

.fadeDelay1 {
  transition-delay: 0.8s;
}

.fadeDelay2 {
  transition-delay: 0.4s;
}

.fadeDelay3 {
  transition-delay: 0.8s;
}

.fadeDelay4 {
  transition-delay: 0.9s;
}

.maskRight {
  clip-path: inset(0 100% 0 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskRight.active {
  clip-path: inset(0 0% 0 0);
}

.maskLeft {
  clip-path: inset(0 0 0 100%);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskLeft.active {
  clip-path: inset(0 0% 0 0);
}

.maskTop {
  clip-path: inset(0 0 100% 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskTop.active {
  clip-path: inset(0 0% 0 0);
}

.maskBottom {
  clip-path: inset(100% 0 0 0);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskBottom.active {
  clip-path: inset(0 0% 0 0);
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.flowBox {
  display: flex;
  overflow: hidden;
}
.flowBox .flow {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.flowBox .flow img {
  height: 5.9vw;
  width: auto;
}

@media screen and (max-width: 719px) {
  .fadeDelaySp1 {
    transition-delay: 1s;
  }
  .fadeDelaySp2 {
    transition-delay: 1.2s;
  }
}
#liesse2025 {
  overflow: hidden;
  width: 100vw;
}
#liesse2025 a.disable {
  text-decoration: none !important;
  pointer-events: none;
}
#liesse2025 img {
  max-width: initial;
}
#liesse2025 figure.img {
  overflow: hidden;
}
#liesse2025 figure.img img {
  transform-origin: center bottom;
  will-change: transform;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#liesse2025 .topSlider div {
  vertical-align: top;
}
#liesse2025 .pcSlider div {
  vertical-align: top;
}
#liesse2025 .mainVisual {
  position: relative;
}
#liesse2025 .mainVisual .topSlider {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  clip-path: inset(0 100% 0 0);
}
#liesse2025 .mainVisual .topSlider.active {
  clip-path: inset(0 0% 0 0);
}
#liesse2025 .mainVisual .copyBox {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translate(-50%, 0%);
  z-index: 5;
  text-align: center;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}
#liesse2025 .mainVisual .copyBox.active .copy1 {
  opacity: 1;
}
#liesse2025 .mainVisual .copyBox.active .copy2 {
  opacity: 1;
}
#liesse2025 .mainVisual .copyBox img {
  width: 57vw;
}
#liesse2025 .mainVisual .copyBox .copy1 {
  margin-bottom: 30px;
  opacity: 0;
  transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#liesse2025 .mainVisual .copyBox .copy2 {
  padding: 0 20px;
  opacity: 0;
  transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.6s;
}
#liesse2025 .sec {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 8vw;
  padding-bottom: 8vw;
}
#liesse2025 #concept h2.ttl {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.06em;
}
#liesse2025 #concept .sign {
  padding-top: 30px;
  padding-left: 500px;
}
#liesse2025 #concept .sign img {
  width: 170px;
}
#liesse2025 .gray {
  background-color: #eee;
}
#liesse2025 .mainDesp {
  line-height: 2;
}
#liesse2025 .special01 {
  margin-bottom: 4vw;
}
#liesse2025 .special01 img {
  width: 43vw;
}
#liesse2025 .special02 {
  margin-bottom: 4vw;
}
#liesse2025 .special02 img {
  width: 26vw;
}
#liesse2025 .lookList {
  background-color: #fff;
}
#liesse2025 .lookList li {
  display: flex;
  align-items: center;
}
#liesse2025 .lookList li.active .img img {
  clip-path: inset(0 0 0 0) !important;
}
#liesse2025 .lookList li.active .despBox .ttlBox .number {
  opacity: 1;
}
#liesse2025 .lookList li.active .despBox .ttlBox .ttl {
  opacity: 1;
}
#liesse2025 .lookList li.active .despBox .ttlBox .desp {
  opacity: 1;
}
#liesse2025 .lookList li.active .despBox .ttlBox a.checkBtn {
  opacity: 1;
}
#liesse2025 .lookList li:nth-child(2n) {
  flex-direction: row-reverse;
}
#liesse2025 .lookList li:nth-child(2n) .img img {
  clip-path: inset(0 0% 0 100%);
}
#liesse2025 .lookList li .img {
  width: 50%;
}
#liesse2025 .lookList li .img img {
  clip-path: inset(0 100% 0 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#liesse2025 .lookList li .despBox {
  width: 50%;
  text-align: center;
}
#liesse2025 .lookList li .despBox .ttlBox {
  position: relative;
  display: inline-block;
}
#liesse2025 .lookList li .despBox .ttlBox .number {
  position: absolute;
  right: 0;
  top: -70px;
  font-family: "optima-nova-lt-pro", sans-serif;
  font-weight: 600;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-size: 36px;
  width: 100px;
  height: 100px;
  background-color: #dedfdf;
  border-radius: 200px;
  text-align: center;
  line-height: 105px;
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.3s;
}
#liesse2025 .lookList li .despBox .ttlBox .ttl {
  position: relative;
  z-index: 5;
  font-size: 54px;
  font-family: "optima-nova-lt-pro", sans-serif;
  font-weight: 400;
  margin-bottom: 9.3vw;
  opacity: 0;
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.6s;
}
#liesse2025 .lookList li .despBox .ttlBox .desp {
  font-size: 20px;
  margin-bottom: 9.3vw;
  letter-spacing: 0.1em;
  font-weight: 600;
  opacity: 0;
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.9s;
}
#liesse2025 .lookList li .despBox .ttlBox a.checkBtn {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-size: 32px;
  background-repeat: no-repeat;
  background-image: url("../images/arr_more.png");
  background-size: 8.6px auto;
  background-position: left center;
  padding-left: 20px;
  opacity: 0;
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1.2s;
}
#liesse2025 .lookList li .despBox .ttlBox a.checkBtn:hover {
  background-position: left 4px center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
}
#liesse2025 .itemList {
  line-height: 1;
}
#liesse2025 .itemList li {
  margin-bottom: 40px;
}
#liesse2025 .itemList li .number {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-size: 36px;
}
#liesse2025 .itemList li .ttl {
  font-family: "optima-nova-lt-pro", sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: #d80c18;
}
#liesse2025 .photoList {
  display: flex;
  justify-content: center;
  margin-bottom: 8.8vw;
  margin-bottom: 3vw;
  margin-top: 3.5vw;
  gap: 1.6vw;
}
#liesse2025 .photoList.photoList1 > li {
  width: 46.8vw;
}
#liesse2025 .photoList.photoList1big > li {
  width: 71.8vw;
}
#liesse2025 .photoList.photoList2 > li {
  width: 35.1vw;
}
#liesse2025 .photoList.photoList2 > li:nth-child(2n) {
  transition-delay: 0.3s;
}
#liesse2025 .photoList.photoList3 > li:nth-child(3n+2) {
  transition-delay: 0.2s;
}
#liesse2025 .photoList.photoList3 > li:nth-child(3n) {
  transition-delay: 0.4s;
}
#liesse2025 .photoList.photoList2big > li {
  width: 46.8vw;
}
#liesse2025 .photoList.photoList2big > li:nth-child(2n) {
  transition-delay: 0.3s;
}
#liesse2025 .photoList.photoList0 {
  margin-top: 0;
}
#liesse2025 .photoList.photoListAll > li {
  width: 100vw;
}
#liesse2025 .captionBox {
  text-align: center;
}
#liesse2025 .captionBox .desp {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
#liesse2025 .captionBox .reserve {
  display: inline-block;
  padding: 3px 15px 5px 15px;
  border: 1px solid #000;
  border-radius: 40px;
  font-size: 13px;
  margin-bottom: 30px;
}
#liesse2025 .captionBox .caption {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
}
#liesse2025 .captionBox .caption a span {
  text-decoration: underline;
}
#liesse2025 .captionBox .caption a:hover span {
  text-decoration: none;
}
#liesse2025 h2.secTtl {
  font-family: "optima-nova-lt-pro", sans-serif;
  font-weight: 400;
  font-size: 56px;
  color: #d80c18;
  margin-bottom: 20px;
}
#liesse2025 h3.secTtl {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#liesse2025 .commentBox {
  padding-top: 10px;
}
#liesse2025 .commentBox .ttl {
  font-family: "optima-nova-lt-pro", sans-serif;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 30px;
}
#liesse2025 .commentBox .desp {
  position: relative;
  padding: 10px 30px;
  width: 700px;
  max-width: 90%;
  text-align: justify;
  margin: 0 auto;
  line-height: 1.8;
  margin-bottom: 40px;
}
#liesse2025 .commentBox .desp:before {
  content: "";
  width: 14px;
  height: 24px;
  left: 0;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/ico_left.png");
  background-size: 13px auto;
  background-position: left top;
}
#liesse2025 .commentBox .desp:after {
  content: "";
  width: 14px;
  height: 24px;
  right: 0;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/ico_right.png");
  background-size: 13px auto;
  background-position: right bottom;
}
#liesse2025 .infoList li {
  margin-bottom: 100px;
}
#liesse2025 .infoList li .ttl {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #d80c18;
  padding: 0 20px;
  border-bottom: 2px solid #d80c18;
  display: inline-block;
  margin-bottom: 30px;
}
#liesse2025 .infoList li .desp {
  line-height: 1.6;
}
#liesse2025 .infoList li .desp p {
  margin-bottom: 20px;
}
#liesse2025 .infoList li .desp p:last-child {
  margin-bottom: 0;
}
#liesse2025 .infoList li .profile {
  width: 400px;
  max-width: 90%;
  font-size: 14px;
  text-align: justify;
  margin: 0 auto;
  margin-bottom: 20px;
}
#liesse2025 .infoList li .profile a {
  text-decoration: underline;
}
#liesse2025 .infoList li .linkBox {
  font-size: 14px;
}
#liesse2025 .infoList li .linkBox a {
  text-decoration: underline;
}
#liesse2025 .infoList li .staff {
  font-size: 14px;
}
#liesse2025 .nameBox {
  margin-bottom: 30px;
}
#liesse2025 .nameBox .name {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 27px;
}
#liesse2025 .nameBox .job {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#liesse2025 .linkList {
  display: block;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-size: 36px;
  padding-bottom: 80px;
}
#liesse2025 .linkList li {
  display: block;
  margin-bottom: 20px;
}
#liesse2025 .linkList li a {
  background-repeat: no-repeat;
  background-image: url("../images/arr_more.png");
  background-size: 8.6px auto;
  background-position: left center;
  padding-left: 20px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#liesse2025 .linkList li a:hover {
  background-position: left 4px center;
}
#liesse2025 .bnrBox img {
  margin: 0 auto;
  width: 80vw;
}
#liesse2025 .pcSlider {
  width: 100%;
}
#liesse2025 footer {
  margin-top: 13.7vw;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
}
#liesse2025 .ftNavList {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
  font-size: 10px;
  margin-bottom: 2.3vw;
}
#liesse2025 .ftNavList li a {
  width: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 40px;
  font-weight: 600;
}
#liesse2025 .ftNavList li a:hover {
  opacity: 0.6;
}
#liesse2025 .ftNavList li.facebook a {
  background-image: url("../images/ico_facebook_black.png");
  background-size: auto 25px;
}
#liesse2025 .ftNavList li.instagram a {
  background-image: url("../images/ico_instagram_black.png");
  background-size: auto 25px;
}
#liesse2025 .ftNavList li.x a {
  background-image: url("../images/ico_x_black.png");
  background-size: auto 25px;
}
#liesse2025 .ftNavList li.line a {
  background-image: url("../images/ico_line_black.png");
  background-size: auto 25px;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
  .onlyPc2 {
    display: none !important;
  }
  .onlySp2 {
    display: flex !important;
  }
  #liesse2025 .mainVisual .topSlider {
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #liesse2025 .mainVisual .copyBox {
    bottom: 25px;
  }
  #liesse2025 .mainVisual .copyBox img {
    width: 81.3vw;
  }
  #liesse2025 .mainVisual .copyBox .copy1 {
    margin-bottom: 15px;
  }
  #liesse2025 .mainVisual .copyBox .copy2 {
    padding: 0;
  }
  #liesse2025 .sec {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }
  #liesse2025 #concept h2.ttl {
    font-size: 20px;
  }
  #liesse2025 #concept .sign {
    padding-left: 0;
    padding-top: 10px;
    text-align: right;
    padding-right: 20px;
  }
  #liesse2025 #concept .sign img {
    width: 130px;
  }
  #liesse2025 .special01 {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  #liesse2025 .special01 img {
    width: 100%;
  }
  #liesse2025 .special02 {
    padding: 0 0;
    margin-bottom: 30px;
  }
  #liesse2025 .special02 img {
    width: 50vw;
  }
  #liesse2025 .mainDesp {
    text-align: justify;
    padding: 0 25px;
    font-size: 14px;
  }
  #liesse2025 .lookList li .despBox .ttlBox {
    width: 50vw;
    margin-top: 20px;
    text-align: right;
  }
  #liesse2025 .lookList li .despBox .ttlBox .number {
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: -32px;
    right: 15px;
  }
  #liesse2025 .lookList li .despBox .ttlBox .ttl {
    font-size: 25px;
    white-space: nowrap;
    position: absolute;
    right: 20px;
    line-height: 1.1;
  }
  #liesse2025 .lookList li .despBox .ttlBox .desp {
    font-size: 13px;
    padding-top: 80px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  #liesse2025 .lookList li .despBox .ttlBox a.checkBtn {
    font-size: 17px;
    padding-left: 12px;
    margin-right: 20px;
    background-size: 6px auto;
  }
  #liesse2025 .lookList li:nth-child(2n) .despBox .ttlBox {
    text-align: left;
  }
  #liesse2025 .lookList li:nth-child(2n) .despBox .ttlBox .number {
    right: initial;
    left: 20px;
  }
  #liesse2025 .lookList li:nth-child(2n) .despBox .ttlBox .ttl {
    right: initial;
    left: 20px;
  }
  #liesse2025 .lookList li:nth-child(2n) .despBox .ttlBox .desp {
    padding-top: 50px;
    padding-right: 0;
    padding-left: 20px;
  }
  #liesse2025 .lookList li:nth-child(2n) .despBox .ttlBox a.checkBtn {
    margin-right: 0;
    margin-left: 20px;
  }
  #liesse2025 .itemList {
    margin-bottom: 0;
  }
  #liesse2025 .itemList li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
  }
  #liesse2025 .itemList li .number {
    font-size: 15px;
    padding-top: 2px;
  }
  #liesse2025 .itemList li .ttl {
    font-size: 28px;
  }
  #liesse2025 .photoList {
    margin-top: 30px;
    margin-bottom: 5vw;
  }
  #liesse2025 .photoList.photoList1 > li {
    width: 100%;
  }
  #liesse2025 .photoList.photoList1 > li img {
    width: 80%;
  }
  #liesse2025 .photoList.photoList2 > li {
    width: 75vw;
  }
  #liesse2025 .photoList.photoList2 > li:nth-child(2n) {
    transition-delay: 0s;
  }
  #liesse2025 .photoList.photoListWideSp > li {
    width: 100vw;
  }
  #liesse2025 .captionBox {
    padding: 0 20px;
  }
  #liesse2025 .captionBox .desp {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 20px;
  }
  #liesse2025 .captionBox .desp br {
    display: none;
  }
  #liesse2025 .captionBox .reserve {
    padding: 3px 0 5px 0;
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
  }
  #liesse2025 .captionBox .caption {
    font-size: 16px;
  }
  #liesse2025 h2.secTtl {
    font-size: 28px;
  }
  #liesse2025 h3.secTtl {
    font-size: 20px;
  }
  #liesse2025 .commentBox {
    padding-top: 20px;
  }
  #liesse2025 .commentBox .ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #liesse2025 .commentBox .desp {
    padding: 5px 15px;
    font-size: 13.5px;
    margin-bottom: 20px;
  }
  #liesse2025 .commentBox .desp:before, #liesse2025 .commentBox .desp:after {
    background-size: 8px auto;
  }
  #liesse2025 .infoList {
    margin: 0 20px;
  }
  #liesse2025 .infoList li {
    margin-bottom: 50px;
  }
  #liesse2025 .infoList li .ttl {
    font-size: 26px;
    padding: 0 0px;
    min-width: 140px;
    margin-bottom: 20px;
  }
  #liesse2025 .infoList li .desp {
    font-size: 13.5px;
  }
  #liesse2025 .infoList li .profile {
    font-size: 13px;
  }
  #liesse2025 .nameBox .name {
    font-size: 22px;
  }
  #liesse2025 .nameBox .job {
    font-size: 14px;
  }
  #liesse2025 .linkList {
    font-size: 24px;
    padding-bottom: 40px;
  }
  #liesse2025 .linkList li a {
    padding-left: 15px;
  }
  #liesse2025 .bnrBox {
    padding-bottom: 20px;
  }
  #liesse2025 footer {
    margin-top: 26.6vw;
    font-size: 13px;
    margin-top: 44px;
  }
}/*# sourceMappingURL=style.css.map */