@font-face {
  src: url("https://www.uktsc.com/cont/ssq_lp/font/YuGothM.woff2") format("woff2");
  font-family: "YuGothic";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YuGothic";
  src: url("https://www.uktsc.com/cont/ssq_lp/font/YuGothB.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.fnt-notoserif {
  font-family: "Noto Serif JP", serif;
}

.fnt-cormorant {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fnt-archivo {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.page .fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0.3s;
}

.fwb {
  font-weight: 700;
}

.page .fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0.3s;
}

.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  letter-spacing: 0.25em;
}

.txt-vertical-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
}

.page {
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #1F2122;
}
.page .slick-dots {
  position: static;
  line-height: 1;
  font-size: 0;
  padding: 11px 0 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.page .slick-dots li {
  margin: 0;
  width: 6px;
  height: 6px;
}
.page .slick-dots li button {
  padding: 0;
  width: 6px;
  height: 6px;
  background-color: #D9D9D9;
  border-radius: 50%;
}
.page .slick-dots li button:before {
  display: none;
}
.page .slick-dots li.slick-active button {
  background-color: #5E5E5E;
}
.page *:before,
.page *:after {
  pointer-events: none;
}
.page .mb0 {
  margin-bottom: 0 !important;
}

.ani_img {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ani_img img {
  transform: scale(1.03);
}
.ani_img[style*=visible] {
  opacity: 1;
}
.ani_img[style*=visible] img {
  transform: scale(1);
  transition: transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bnr-shared a {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  border: 1px solid;
  line-height: 52px;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .bnr-shared {
    max-width: 335px;
    margin: 0 auto;
  }
  .bnr-shared a:hover {
    opacity: 0.5;
  }
}

main {
  overflow: hidden;
}

.wrap {
  padding: 0 8vw;
  max-width: 1308px;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.txt-center {
  text-align: center;
}

.page img {
  vertical-align: middle;
}

.cl1 {
  color: #FF2A2A;
}

.fixed_bnr {
  position: fixed;
  right: 70px;
  bottom: 30px;
  width: 220px;
  z-index: 99;
}
.fixed_bnr .close {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.fixed_bnr.bnr_close {
  display: none;
}
@media screen and (max-width: 767px) {
  .fixed_bnr {
    width: 140px;
    right: auto;
    bottom: 0px;
    left: 0;
  }

}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#kv {
  position: relative;
  background: #CFCEC6;
}
#kv .js-scroll {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loop 35s linear infinite;
  will-change: transform;
}
#kv .js-scroll img {
  width: 348px;
  height: auto;
}
#kv .js-scroll li {
  flex-shrink: 0;
}
#kv .copy {
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 0 20px;
}
#kv .copy li {
  position: absolute;
  top: 6px;
  left: 20px;
  z-index: 1;
}
#kv .copy li:nth-child(1) {
  bottom: 80px;
  left: 20px;
  top: auto;
  color: #fff;
}
#kv h2 {
  text-align: center;
  font-size: 28px;
  line-height: 20px;
  padding: 0px 14px;
  letter-spacing: 0.15em;
  padding: 4px 14px 6px;
}
#kv h2 span {
  font-size: 39px;
  letter-spacing: 0.15em;
}
#kv h2 span span {
  font-size: 29px;
  letter-spacing: 0.15em;
}
#kv h2 span.t {
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-right: 10px;
}
#kv .tit {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: 4;
  padding-bottom: 111px;
  letter-spacing: 0.1em;
}
#kv .tit dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 4px;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #kv .copy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    height: 88px;
  }
  #kv .copy li {
    position: static;
    color: #1F2122 !important;
  }
  #kv h2 {
    text-align: center;
    font-size: 62px;
    line-height: 80px;
    padding: 0;
  }
  #kv h2 span {
    font-size: 87px;
  }
  #kv h2 span span {
    font-size: 65px;
  }
  #kv h2 span.t {
    font-size: 42px;
    padding-right: 15px;
  }
  #kv .tit {
    color: #1F2122;
    font-size: 32px;
    line-height: 88px;
    position: static;
    padding-bottom: 0;
    text-align: center;
  }
  #kv .tit dt {
    left: 40px;
    right: 40px;
    bottom: 0;
    line-height: 88px;
    color: #1F2122;
    z-index: 1;
  }
}

#lead {
  line-height: 30px;
  padding: 16vw 0 12vw;
}
#lead h2 {
  font-size: 5.867vw;
  line-height: 1.909;
  padding-bottom: 9vw;
  margin-right: -6.133vw;
  letter-spacing: 0.1em;
}
#lead .lead {
  padding: 0 2.133vw;
}
#lead .txt {
  padding-bottom: 16vw;
}
#lead .openning {
  border: 1px dashed #909090;
  padding: 30px 8px 35px 17px;
  margin-left: 2px;
}
#lead .openning h3 {
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.1em;
}
#lead .openning .time_txt {
  padding: 6px 0 7px;
  line-height: 24px;
}
#lead .openning .time {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 0 0 0 -10px;
}
#lead .openning .time span {
  font-size: 28px;
}
#lead .openning .time span.f_15 {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  #lead {
    line-height: 34px;
    padding: 90px 0 45px;
  }
  #lead h2 {
    font-size: 24px;
    line-height: 44px;
    padding-bottom: 26px;
    margin-right: 0;
  }
  #lead .wrap {
    max-width: 1040px;
  }
  #lead .lead {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
  #lead .txt {
    padding-bottom: 86px;
  }
  #lead .openning {
    padding: 16px 8px 20px 56px;
    max-width: 511px;
		margin: 0 auto;
  }
  #lead .openning h3 {
    font-size: 28px;
    line-height: 44px;
  }
  #lead .openning .time_txt {
    padding: 6px 0 2px;
    line-height: 20px;
  }
  #lead .openning .time {
    font-size: 20px;
    margin: 0 0 0 -10px;
  }
  #lead .openning .time span {
    font-size: 28px;
  }
  #lead .openning .time span.f_15 {
    font-size: 15px;
  }
}

#link {
  padding: 12vw 0 18.667vw;
}
#link .wrap {
  padding: 0 5.333vw;
}
#link h2 {
  font-size: 8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#link h2 span {
  font-size: 5.333vw;
  letter-spacing: 0;
  font-style: italic;
}
#link ul {
  padding: 4.733vw 0 0;
}
#link ul li {
  flex: 1;
  padding: 0 3.733vw;
  line-height: 1;
  position: relative;
  font-size: 1.867vw;
  letter-spacing: 0;
}
#link ul li:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  right: 0;
  border-left: 1px solid #909090;
}
#link ul li a {
  display: block;
  position: relative;
  text-decoration: none !important;
}
#link ul li a:hover {
  opacity: 1;
}
#link ul li .photo {
  display: block;
  margin: 2vw 0 2vw;
}
#link ul li .photo span {
  display: block;
  overflow: hidden;
  position: relative;
}
#link ul li .photo img {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#link ul li .num {
  font-size: 6.4vw;
  font-family: "Cormorant SC", serif;
  font-weight: 300;
  font-style: normal;
}
#link ul li .fnt-cormorant {
  font-size: 3.467vw;
  padding: 1vw 0;
  display: inline-block;
  width: 100%;
}
#link ul li .fnt-cormorant.t1 {
  font-size: 3.2vw;
  font-style: italic;
}
#link ul li .fnt-cormorant.t {
  position: relative;
}
#link ul li .fnt-cormorant.t:before {
  content: "";
  background: url(/ec/img/usr/pg/cont/seijin/arow1.svg) no-repeat center/100%;
  width: 1.6vw;
  height: 3.2vw;
  position: absolute;
  right: 0;
  top: 1vw;
}
#link ul li:last-child:before {
  border-right: 1px solid #909090;
}
@media screen and (min-width: 768px) {
  #link {
    padding: 60px 0 100px;
  }
  #link .wrap {
    padding: 0 20px;
    max-width: 1130px;
  }
  #link h2 {
    font-size: 34px;
  }
  #link h2 span {
    font-size: 24px;
    letter-spacing: 0;
  }
  #link ul {
    padding: 60px 0 0;
  }
  #link ul li {
    padding: 0 45px;
    font-size: 11px;
  }
  #link ul li:before {
    top: -1px;
    bottom: -1px;
  }
  #link ul li .photo {
    margin: 23px 0 22px;
    position: relative;
  }
  #link ul li .photo:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: -16px;
    left: -16px;
    right: -16px;
    bottom: -16px;
    border: 1px solid;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  #link ul li .num {
    font-size: 54px;
  }
  #link ul li .fnt-cormorant {
    font-size: 24px;
    padding: 4px 0 3px;
  }
  #link ul li .fnt-cormorant.t1 {
    font-size: 24px;
    padding: 14px 0 15px;
  }
  #link ul li .fnt-cormorant.t {
    position: relative;
  }
  #link ul li .fnt-cormorant.t:before {
    width: 15px;
    height: 21px;
    right: -1px;
    top: 8px;
  }
  #link ul li a:hover {
    opacity: 1;
  }
  #link ul li a:hover .photo img {
    transform: scale(1.05);
  }
  #link ul li a:hover .photo:before {
    opacity: 1;
  }
}

.sec-shared {
  padding: 0 0 26.667vw 0;
}
.sec-shared .lead {
  background-color: #CFCEC6;
  padding: 12.267vw 0;
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
}
.sec-shared .lead .wrap {
  padding: 0 8vw;
}
.sec-shared .lead h2 {
  font-size: 4.267vw;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 4.933vw;
  margin-right: -2vw;
}
.sec-shared .lead h2 .fnt-cormorant {
  font-size: 8.533vw;
  font-weight: 400;
  display: inline-block;
  padding-top: 1.33vw;
  line-height: 0.9;
}
.sec-shared .lead h2 .t {
  font-size: 2.933vw;
}
.sec-shared .lead .photo {
  position: relative;
  margin-bottom: 12vw;
}
.sec-shared .lead .photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 4px solid #9A8E7D;
}
.sec-shared .lead .info {
  padding: 0 4.267vw;
}
.sec-shared .lead .tag_price {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-family: "YuGothic";
  font-weight: 700;
  font-size: 3.733vw;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  padding-bottom: 5vw;
  gap: 0 4.5vw;
  margin-right: -5vw;
}
.sec-shared .lead .tag_price dt span {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 5.867vw;
  text-decoration: line-through;
}
.sec-shared .lead .tag_price dd {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 6.4vw;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-bottom: 3vw;
}
.sec-shared .lead .tag_price dd:before {
  background: url(/ec/img/usr/pg/cont/seijin/arow.svg) no-repeat 0 center/100%;
  content: "";
  margin-right: 4vw;
  display: inline-block;
  width: 6.1vw;
  height: 3vw;
}
.sec-shared .lead .tag_price dd .t {
  font-weight: 600;
  text-decoration: none;
}
.sec-shared .lead .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-family: "YuGothic";
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
}
.sec-shared .wrap {
  padding: 0 5.333vw;
}
.sec-shared .group {
  padding-bottom: 13vw;
}
.sec-shared .group .menu {
  padding: 11.333vw 0 14vw;
}
.sec-shared .group .menu h3 {
  text-align: center;
  font-size: 3.2vw;
  letter-spacing: 0em;
  line-height: 1;
  padding: 0 0vw 13.333vw 1vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3.2vw;
}
.sec-shared .group .menu h3 span {
  font-family: "Cormorant SC", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 11.733vw;
  margin: 0 0 -1vw;
}
.sec-shared .group .menu .item dl {
  padding: 24px 0 0;
  display: flex;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  gap: 5px;
  align-items: center;
}
.sec-shared .group .menu .item dl dd span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-decoration: line-through;
}
.sec-shared .group .menu .item dl dd span.cl1 {
  font-weight: 500;
  margin-right: 4px;
  text-decoration: none;
}
.sec-shared .group .menu .item dl dd span.t {
  text-decoration: none;
  font-weight: 600;
}
.sec-shared .group .menu .item dl dt {
  font-size: 13px;
}
.sec-shared .group .menu .item dl a {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  text-decoration: underline;
}
.sec-shared .group .menu .item dl a:hover {
  text-decoration: none;
}
.sec-shared .group .menu .item dl.ext {
  text-align: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 17px 0 0;
}
.sec-shared .group .menu .item dl.ext dt,
.sec-shared .group .menu .item dl.ext dd {
  width: 100%;
}
.sec-shared .group .menu .photo_list li:nth-child(2) {
  margin: 13.333vw 2.667vw 0 23.2vw;
}
.sec-shared .group .menu .photo_list.style1 li:nth-child(2) {
  margin-left: 2.667vw;
  margin-right: 23.2vw;
}
.sec-shared .group .menu .photo_list.style2 li {
  margin: 0 2.667vw 13.333vw 23.2vw;
}
.sec-shared .group .menu .photo_list.style2 li:nth-child(2) {
  margin: 0;
}
.sec-shared .group .menu .photo_list.style3 li {
  margin: 0 11.2vw 13.333vw;
}
.sec-shared .group .menu .photo_list.style3 li:nth-child(2) {
  margin: 0;
}
.sec-shared .group .menu .slide_sp {
  margin: 0 -5.333vw;
}
.sec-shared .group .menu .slide_sp .slick-slide {
  position: relative;
  height: 133.6vw;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sec-shared .group .menu .slide_sp .slick-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}
.sec-shared .banner {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 18.667vw;
}
.sec-shared .banner ul {
  gap: 1px;
  margin-bottom: 18.667vw;
}
.sec-shared .banner ul li {
  width: 100%;
  display: block;
  position: relative;
  position: relative;
}
.sec-shared .banner ul li img {
  opacity: 1;
}
.sec-shared .banner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
}
.sec-shared .banner ul li:hover {
  opacity: 1;
}
.sec-shared .banner ul li:hover:before {
  opacity: 1;
}
.sec-shared .banner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #1F2122;
  border: 1px solid;
  letter-spacing: 0.05em;
  height: 9.6vw;
  position: absolute;
  width: 59.733vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none !important;
  opacity: 0;
  visibility: hidden !important;
}
.sec-shared .banner ul li:hover a {
  opacity: 1;
  visibility: visible !important;
  pointer-events: auto !important;
  transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s 0.2s;
  -webkit-transition: all 0.3s 0.2s;
}
.sec-shared#sec2 .group {
  padding-bottom: 0;
}
.sec-shared#sec2 .menu {
  padding-bottom: 3.5vw;
}
.sec-shared#sec3 {
  padding-bottom: 17vw;
}
.sec-shared#sec3 .menu {
  padding-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .sec-shared {
    padding: 0 0 150px;
  }
  .sec-shared .lead {
    padding: 45px 20px;
  }
  .sec-shared .lead .wrap {
    padding: 0 0;
    max-width: 822px !important;
    display: flex;
    justify-content: space-between;
  }
  .sec-shared .lead h2 {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    padding: 41px 0 17px;
    margin-right: 0;
  }
  .sec-shared .lead h2 .fnt-cormorant {
    font-size: 32px;
    padding-top: 10px;
    line-height: 1;
  }
  .sec-shared .lead h2 .t {
    font-size: 11px;
  }
  .sec-shared .lead .photo {
    margin-bottom: 0;
    width: 310px;
  }
  .sec-shared .lead .info {
    order: -1;
    padding: 0;
    max-width: 448px;
    width: calc(100% - 350px);
  }
  .sec-shared .lead .tag_price {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 16px;
    gap: 0 22px;
    margin-right: 0px;
  }
  .sec-shared .lead .tag_price dt span {
    font-size: 22px;
  }
  .sec-shared .lead .tag_price dd {
    font-size: 26px;
    padding-bottom: 0;
  }
  .sec-shared .lead .tag_price dd:before {
    margin-right: 27px;
    width: 22px;
    height: 8px;
  }
  .sec-shared .wrap {
    padding: 0 20px;
  }
  .sec-shared .group {
    padding: 150px 0 1px;
  }
  .sec-shared .group .menu {
    position: relative;
    padding: 0;
    margin: 0 0 150px;
  }
  .sec-shared .group .menu h3 {
    font-size: 12px;
    padding: 0;
    gap: 10px;
  }
  .sec-shared .group .menu h3 span {
    font-size: 44px;
    margin: 0px 0 -6px;
  }
  .sec-shared .group .menu .item dl {
    padding: 34px 0 0;
    justify-content: flex-start;
    gap: 10px;
  }
  .sec-shared .group .menu .item dl dd span.cl1 {
    margin-right: 7px;
  }
  .sec-shared .group .menu .item dl a:hover {
    opacity: 0.5;
  }
  .sec-shared .group .menu .item dl.ext {
    justify-content: flex-end;
    gap: 10px;
    padding: 0 0 6px;
  }
  .sec-shared .group .menu .item dl.ext dt,
  .sec-shared .group .menu .item dl.ext dd {
    width: auto;
  }
  .sec-shared .group .menu .photo_list li {
    position: relative;
  }
  .sec-shared .group .menu .photo_list li:nth-child(2) {
    margin: 0;
  }
  .sec-shared .group .menu .photo_list.style1 {
    display: flex;
    justify-content: space-between;
  }
  .sec-shared .group .menu .photo_list.style1 li {
    width: calc(50% - 8px);
  }
  .sec-shared .group .menu .photo_list.style1 li:nth-child(2) {
    margin: 0;
  }
  .sec-shared .group .menu .photo_list.style2 li {
    margin: 0;
  }
  .sec-shared .group .menu .photo_list.style2 li:nth-child(2) {
    margin: 0;
  }
  .sec-shared .group .menu .photo_list.style3 li {
    margin: 0;
  }
  .sec-shared .group .menu .photo_list.style3 li:nth-child(2) {
    margin: 0;
  }
  .sec-shared .group .menu .slide_sp {
    margin: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .sec-shared .group .menu .slide_sp li {
    width: 27.1293%;
  }
  .sec-shared .group .menu .slide_sp li:first-child {
    width: 42.429%;
  }
  .sec-shared .group .menu .slide_sp .slick-slide {
    position: relative;
    height: auto;
    margin: 0;
  }
  .sec-shared .group .menu.mn_style1 {
    max-width: 967px;
    margin: 0 auto 150px;
  }
  .sec-shared .group .menu.mn_style1 h3 {
    width: 31.954%;
    position: absolute;
    top: 10%;
    right: -5px;
  }
  .sec-shared .group .menu.mn_style1 .item {
    position: absolute;
    right: 0;
    bottom: 6%;
  }
  .sec-shared .group .menu.mn_style1 .item dl {
    justify-content: flex-end;
    padding: 0;
  }
  .sec-shared .group .menu.mn_style1 .photo_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .sec-shared .group .menu.mn_style1 .photo_list li {
    width: 55.946%;
  }
  .sec-shared .group .menu.mn_style1 .photo_list li:nth-child(2) {
    width: 31.954%;
    margin-bottom: 9.5%;
  }
  .sec-shared .group .menu.mn_style2 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-shared .group .menu.mn_style2 h3 {
    text-align: right;
    position: absolute;
    right: -3px;
    bottom: -2px;
    justify-content: flex-end;
  }
  .sec-shared .group .menu.mn_style3 h3 {
    width: 55.835%;
    position: absolute;
    right: 0;
    top: 14.2%;
  }
  .sec-shared .group .menu.mn_style3 .item {
    width: 55.835%;
    position: absolute;
    right: 0;
    top: 24%;
  }
  .sec-shared .group .menu.mn_style3 .item dl {
    justify-content: center;
    padding: 0;
  }
  .sec-shared .group .menu.mn_style4 {
    max-width: 967px;
    margin: 0 auto 150px;
  }
  .sec-shared .group .menu.mn_style4 h3 {
    position: absolute;
    width: 31.954%;
    position: absolute;
    top: 9%;
    left: 7px;
  }
  .sec-shared .group .menu.mn_style4 .item {
    position: absolute;
    left: 0px;
    bottom: 6%;
  }
  .sec-shared .group .menu.mn_style4 .item dl {
    padding: 0;
  }
  .sec-shared .group .menu.mn_style4 .photo_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .sec-shared .group .menu.mn_style4 .photo_list li {
    width: 31.954%;
    margin-bottom: 9.5%;
  }
  .sec-shared .group .menu.mn_style4 .photo_list li:nth-child(2) {
    width: 55.946%;
    margin: 0;
  }
  .sec-shared .banner {
    max-width: 776px;
    margin: 0 auto 100px;
  }
  .sec-shared .banner ul {
    gap: 2px;
    margin-bottom: 62px;
  }
  .sec-shared .banner ul li {
    width: calc(50% - 1px);
  }
  .sec-shared .banner ul li a {
    position: absolute;
    width: 66.75%;
    height: 42px;
    font-size: 14px;
  }
  .sec-shared .banner ul li a:hover {
    opacity: 0.8 !important;
  }
  .sec-shared#sec2 .wrap {
    max-width: 1140px;
  }
  .sec-shared#sec2 .group {
    padding: 143px 0 1px;
  }
  .sec-shared#sec2 .menu {
    padding-bottom: 0;
  }
  .sec-shared#sec2 .menu h3 {
    justify-content: flex-start;
    padding-bottom: 30px;
  }
  .sec-shared#sec2 .menu .item {
    position: absolute;
    top: 27px;
    right: -4px;
  }
  .sec-shared#sec2 .menu .item.exxt {
    top: 5px;
  }
  .sec-shared#sec2 .menu .slide_sp li {
    width: calc(50% - 8px);
  }
  .sec-shared#sec3 {
    padding-bottom: 0;
  }
  .sec-shared#sec3 .menu {
    padding-bottom: 0;
  }
}

#pickup {
  background-color: #F1EEE7;
  padding: 0 0 26.667vw;
  margin-bottom: 13.333vw;
}
#pickup .lead {
  background: transparent;
  border: none;
  padding: 19vw 2.667vw 11vw;
}
#pickup .lead .txt {
  text-align: left;
}
#pickup .group {
  padding: 0vw 2.667vw 0;
  justify-content: space-between;
  gap: 5.333vw 0;
}
#pickup .group .item {
  width: calc(50% - 6px);
}
#pickup .group .item .tag {
  font-size: 3.733vw;
  letter-spacing: 0.05em;
  padding: 3.467vw 0 0;
  white-space: nowrap;
}
#pickup .group .item .tag span {
  letter-spacing: 0.05em;
}
#pickup .group .item .tag dt {
  line-height: 1;
  font-weight: 500;
}
#pickup .group .item .tag dt span {
  font-weight: 500;
  font-size: 3.467vw;
}
#pickup .group .item .tag dd {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 3.733vw;
  letter-spacing: 0.05em;
  line-height: 1.428571;
}
#pickup .group .item .tag dd span {
  text-decoration: line-through;
}
#pickup .group .item .tag dd .cl1 {
  font-weight: 500;
  text-decoration: none;
}
#pickup .group .item .tag dd a {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  display: inline-block;
  border: 1px solid;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  width: 87px;
  letter-spacing: 0.05em;
  text-decoration: none;
}
#pickup .group .item.full {
  width: 100%;
}
#pickup .group .item.full .photo {
  width: 66.667vw;
  margin: 0 auto;
}
#pickup .group .item.full .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#pickup .group .item.full .tag dd .cl1 {
  margin-right: 7px;
}
@media screen and (min-width: 768px) {
  #pickup {
    padding: 0 0 50px;
    margin-bottom: 100px;
  }
  #pickup .wrap {
    max-width: 1140px;
  }
  #pickup .lead {
    padding: 74px 0 0;
  }
  #pickup .lead .txt {
    text-align: left;
    padding: 8px 0 30px;
  }
  #pickup .group {
    padding: 0 0 100px;
    gap: 40px 31px;
    justify-content: flex-start;
  }
  #pickup .group .item {
    width: calc((100% - 62px) / 3);
  }
  #pickup .group .item .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 18px 0 0;
    gap: 0 10px;
  }
  #pickup .group .item .tag dt span {
    font-size: 3.467vw;
  }
  #pickup .group .item .tag dd {
    font-size: 14px;
    line-height: 1;
  }
  #pickup .group .item .tag dd .cl1 {
    margin-right: 7px;
  }
  #pickup .group .item .tag dd a {
    display: inline-block;
  }
  #pickup .group .item .tag dd a:hover {
    opacity: 0.5;
  }
  #pickup .group .item.full .photo {
    width: 49.2727%;
  }
  #pickup .group .item.full .tag {
    gap: 10px;
  }
  #pickup .group .item.full .tag dd .cl1 {
    margin-right: 7px;
  }
}

.goverlay {
  background: rgba(31, 33, 34, 0.5) !important;
}

.glightbox-clean .gclose,
.glightbox-clean .gprev,
.glightbox-clean .gnext {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  opacity: 1;
  transition: all 0.3s;
}

.glightbox-clean .gclose svg,
.glightbox-clean .gprev svg,
.glightbox-clean .gnext svg {
  display: none;
  width: 100%;
  height: 100%;
}

.glightbox-clean .gclose:hover,
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover {
  background-color: transparent;
  opacity: 0.5;
}

.glightbox-clean .gclose {
  background: url("/ec/img/usr/pg/cont/seijin/close.png") no-repeat center top/100% auto;
  width: 100px;
  height: 85px;
  right: 60px;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext {
  width: 32px;
  height: 47px;
}

.glightbox-clean .gprev {
  left: 60px;
}

.glightbox-clean .gnext {
  right: 60px;
}

.glightbox-clean .gprev {
  background: url("/ec/img/usr/pg/cont/seijin/prev.png") no-repeat center top/100% auto;
}

.glightbox-clean .gnext {
  background: url("/ec/img/usr/pg/cont/seijin/next.png") no-repeat center top/100% auto;
}

@media screen and (max-width: 769px) {
  .glightbox-clean .gclose {
    width: 47px;
    height: 42px;
    right: 24px;
    top: 28px;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext {
    width: 18px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
  .glightbox-clean .gprev {
    left: 15px;
  }
  .glightbox-clean .gnext {
    right: 15px;
  }
  .glightbox-container .gslider {
    padding: 30px 55px;
  }
  .glightbox-mobile .goverlay {
    background: rgba(31, 33, 34, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .glightbox-clean .gslide-media {
    box-shadow: none;
  }
}/*# sourceMappingURL=style.css.map */