@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #0f1111;
  /*
    display: none;
  */
}

/*リセット
--------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: momochidori, sans-serif;
  font-style: normal;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.flexed {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

/*---------------------------------------------
font
---------------------------------------------*/
.ja {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 100;
}

.eg {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.semi {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.black {
  font-weight: 900;
}

.over_size {
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media screen and (min-width: 769px) {
  .over_size {
    width: 100%;
    margin-left: 0;
  }
}

.bitter {
  font-family: bitter, serif;
  font-weight: 400;
  font-style: normal;
}

.cholla {
  font-family: cholla-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.etona {
  font-family: etna, sans-serif;
  font-style: normal;
}
.etona .reg {
  font-weight: 400;
}
.etona .semi {
  font-weight: 600;
}

.momo.light {
  font-weight: 200;
}
.momo.reg {
  font-weight: 400;
}
.momo.med {
  font-weight: 500;
}

.han {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}

.fire {
  font-family: firelli-variable, sans-serif;
  font-variation-settings: "wght" 400;
  font-style: normal;
}

/*---------------------------------------------
FV
---------------------------------------------*/
[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(20px, 0, 0);
}

.flexslider {
  border: none;
  margin: 0;
}

.flex-control-nav li {
  width: 8px;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
}

/*---------------------------------------------
NEWS
*/
.news_wrap ul {
  padding: 0;
  gap: 20px 15px;
}
@media screen and (min-width: 769px) {
  .news_wrap ul {
    gap: 30px;
  }
}
.news_wrap li {
  /** LOADING **/
  width: calc(50% - 7.5px);
  position: relative;
  background: #fefcf0;
  border-radius: 6px;
  /** LOADING **/
  /** LOADING END **/
}
@media screen and (min-width: 769px) {
  .news_wrap li {
    width: calc(33.3333333333% - 20px);
    min-height: 347px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
.news_wrap li.load_item {
  width: 100%;
  background: rgba(229, 157, 179, 0.3);
  min-height: auto;
  text-align: center;
  padding: 50px 0;
}
.news_wrap li.load_item .load_txt {
  font-size: clamp(1.063rem, 0.881rem + 0.91vw, 1.563rem);
  color: #85a7b2;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.news_wrap li.load_item .load_txt .load_img {
  display: block;
  width: 50%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 769px) {
  .news_wrap li.load_item .load_txt .load_img {
    width: 20%;
    margin: 0 auto 20px;
  }
}
.news_wrap li.news_item {
  display: grid;
  place-items: center;
  align-items: center;
  justify-items: center;
  justify-content: center;
  align-content: center;
}
.news_wrap li.news_item .com_day {
  line-height: 1px;
  max-width: 250px;
  width: auto;
  padding: 0 8vw 1vh;
}
@media screen and (min-width: 769px) {
  .news_wrap li.news_item .com_day {
    padding: 0 50px 25px;
  }
}
.news_wrap li.news_item .com_txt {
  font-size: clamp(1.063rem, 0.085rem + 4.89vw, 3.75rem);
  text-align: center;
  line-height: 0.9;
}
@media screen and (min-width: 769px) {
  .news_wrap li.news_item .com_txt {
    letter-spacing: -3px;
  }
}
.news_wrap li.news_item .com_txt span {
  display: block;
}
.news_wrap li a {
  text-decoration: none;
  color: #3e3a39;
  transition: 0.3s;
  padding: 10px 10px 35px;
  display: block;
  border-radius: 6px;
  min-height: 225px;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .news_wrap li a {
    padding: 20px 20px 0;
    min-height: 345px;
  }
}
.news_wrap li a :hover {
  opacity: 0.8;
  transition: 0.3s;
}
.news_wrap li .news_images {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px;
  border-radius: 6px;
}
.news_wrap li .news_images.no-image {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .news_wrap li .news_images {
    max-height: 215px;
    height: 100vh;
  }
}
.news_wrap li .news_images img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.news_wrap li .news_txtArea {
  padding: 5px;
}
@media screen and (min-width: 769px) {
  .news_wrap li .news_txtArea {
    padding: 8px;
  }
}
.news_wrap li .news_link {
  width: auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
}
.news_wrap li .news_link span {
  display: flex;
  background: url(../images/typy_fes/2601_13.webp) no-repeat;
  color: #fff;
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
  letter-spacing: 2px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  line-height: 1.5;
  box-sizing: border-box;
  text-align: center;
  background-size: 100%;
  background-position: 50%;
  padding: 7px 25px 8px;
}
@media screen and (min-width: 769px) {
  .news_wrap li .news_link span {
    width: 55%;
    padding: 3px 20px;
    text-decoration: none;
    line-height: 1.8;
    min-height: 30px;
    width: 100%;
    height: 100%;
  }
}
.news_wrap .news_date {
  font-size: 11px;
  font-style: italic;
  margin: 5px 0;
}
@media screen and (min-width: 769px) {
  .news_wrap .news_date {
    font-size: 13px;
    margin: 10px 0 8px;
  }
}
.news_wrap .news_title {
  margin-bottom: 10px;
  font-size: clamp(0.75rem, 0.455rem + 1.48vw, 1.563rem);
  word-break: auto-phrase;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .news_wrap .news_title {
    margin-bottom: 15px;
  }
}
.news_wrap .news_description {
  font-size: clamp(0.5rem, 0.409rem + 0.45vw, 0.75rem);
  line-height: 1.3;
  word-break: break-all;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .news_wrap .news_description {
    margin-bottom: 0;
    -webkit-line-clamp: 4;
  }
}

/** ORG **/
.main {
  padding: 45px 15px 0;
  position: relative;
  background: url(../images/typy_fes/main_bg.webp) no-repeat;
  background-position: 50% -25px;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .main {
    padding: 70px 15px 0;
  }
}
@media screen and (min-width: 1040px) {
  .main {
    background-position: 50% calc(100% - 30px);
  }
}
.main h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: flex-end;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (min-width: 769px) {
  .main h1 {
    width: 65%;
    margin: 0 auto;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1040px) {
  .main h1 {
    max-width: 780px;
    width: 100%;
  }
}
.main h1 span {
  width: 100%;
  display: inline-block;
}
.main h1 span.sub01 {
  padding: 0 15px 5px;
  max-width: 75px;
}
@media screen and (min-width: 769px) {
  .main h1 span.sub01 {
    max-width: 70px;
    margin-left: -25px;
    width: 100%;
    padding: 0;
  }
}
.main h1 span.sub02 {
  max-width: 98px;
  padding: 10px 0 0;
}
@media screen and (min-width: 769px) {
  .main h1 span.sub02 {
    max-width: 100px;
    padding: 20px 0 0;
    margin-right: -25px;
    width: 100%;
  }
}
.main .text01 {
  opacity: 1;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transform: translateZ(0);
  margin: 0 auto 70px;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .main .text01 {
    max-width: 780px;
    margin: 50px auto 5px;
  }
}
.main .title {
  margin: 50px auto 70px;
  max-width: 170px;
  opacity: 0;
  transform: translateY(5px);
}
@media screen and (min-width: 769px) {
  .main .title {
    margin: 5px auto 70px;
    transform: translateY(8px);
    max-width: 230px;
  }
}
.main .main_slide {
  overflow: hidden;
  width: calc(100% + 30px);
  /** Animations **/
}
@media screen and (min-width: 769px) {
  .main .main_slide {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 460px;
    height: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1040px) {
  .main .main_slide {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.main .main_slide ul {
  display: flex;
  will-change: transform;
  transform: translateZ(0);
}
@media screen and (min-width: 769px) {
  .main .main_slide ul {
    height: 100%;
    margin: 0 auto;
    justify-content: center;
  }
}
.main .main_slide ul li {
  opacity: 0;
  transition: opacity 0.2s ease;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .main .main_slide ul li {
    width: auto;
    height: 100%;
    opacity: 0; /* 初期状態は非表示 */
    transition: none;
    z-index: 1; /* 重なりの基準 */
  }
}
.main .main_slide ul li.is-visible {
  opacity: 1;
}
.main .main_slide ul li img {
  pointer-events: none; /* 画像への干渉を防ぎスクロールを優先 */
  -webkit-user-drag: none;
  height: 100%;
  width: auto;
}
@media screen and (min-width: 769px) {
  .main .main_slide ul li img {
    width: auto;
    height: 460px;
  }
}

.wrapper {
  margin-top: -25px;
  padding: 0 15px;
  background: url(../images/typy_fes/note_bgwh.webp);
  background-size: 18px;
}
@media screen and (min-width: 769px) {
  .wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .wrapper .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 0 35px;
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
  }
}
.wrapper .lead_wrapper {
  padding: 75px 0 35px;
}
@media screen and (min-width: 769px) {
  .wrapper .lead_wrapper {
    padding: 60px 20px 35px;
    width: calc(60% - 40px);
  }
}
.wrapper .lead_wrapper h2 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
  word-break: auto-phrase;
}
@media screen and (min-width: 769px) {
  .wrapper .lead_wrapper h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
  }
}
.wrapper .lead_wrapper .lead_txt {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
.wrapper .lead_wrapper .last_child {
  margin-bottom: 0;
}
.wrapper .lead_wrapper .link_area {
  padding: 70px 5px 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .wrapper .lead_wrapper .link_area {
    padding: 20px 5px 0;
  }
}
.wrapper .lead_wrapper .link_area::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100%;
  height: 55px;
  background: url(../images/typy_fes/2601_3.webp) no-repeat;
  background-size: 100%;
  background-position: 0;
  z-index: 1;
  max-width: 150px;
}
@media screen and (min-width: 769px) {
  .wrapper .lead_wrapper .link_area::after {
    top: -15px;
    right: -160px;
  }
}
.wrapper .lead_wrapper .link_area ul {
  justify-content: space-between;
}
.wrapper .lead_wrapper .link_area ul li {
  width: calc(50% - 7.5px);
  text-align: center;
}
.wrapper .link_btn {
  display: block;
  color: #484033;
  text-decoration: none;
  padding: 12px 0 15px;
  border-radius: 40px;
  background: #faf0b3;
  line-height: 1;
  text-align: center;
  font-size: clamp(0.911rem, 0.878rem + 0.16vw, 1rem);
}
.wrapper .img_area {
  padding: 0 15px 0 25px;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .wrapper .img_area {
    padding: 30px 0 0;
  }
}
.wrapper .img_area span.img01 {
  width: 74%;
}
@media screen and (min-width: 769px) {
  .wrapper .img_area span.img01 {
    width: 88%;
  }
}
.wrapper .img_area span.img02 {
  width: 21%;
  margin: 35px 0 0;
}
@media screen and (min-width: 769px) {
  .wrapper .img_area span.img02 {
    width: calc(20% + 15px);
    margin: 175px 0 0 -63px;
  }
}
.wrapper .img_area span.img03 {
  width: 70%;
  margin-left: -40px;
  margin-top: -8vh;
}
@media screen and (min-width: 769px) {
  .wrapper .img_area span.img03 {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .content01 {
    padding: 60px 20px 0 0;
    width: calc(40% - 20px);
  }
}

.content02 {
  margin-top: -15px;
  background: url(../images/typy_fes/note_bgye.webp);
}
@media screen and (min-width: 769px) {
  .content02 {
    padding-top: 67px;
    padding-bottom: 125px;
    margin: 0;
    position: relative;
  }
  .content02::before {
    content: "";
    position: absolute;
    top: calc(-15vh + 10px);
    left: 0;
    width: 15%;
    height: 20vh;
    background: url(../images/typy_fes/2601_6.webp) no-repeat;
    background-size: 100%;
    background-position: 50%;
  }
}
@media screen and (min-width: 769px) and (min-width: 1040px) {
  .content02::before {
    top: calc(-16vh + 10px);
    width: 18%;
    height: 31vh;
  }
}
@media screen and (min-width: 769px) and (min-width: 1200px) {
  .content02::before {
    top: -170px;
    width: 250px;
    height: 280px;
  }
}
.content02 .shop_wrap {
  padding: 9vh 15px;
}
@media screen and (min-width: 769px) {
  .content02 .shop_wrap {
    padding: 0;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
  }
}
.content02 .shop_wrap h2 {
  text-align: center;
  margin-bottom: 40px;
  margin: 0 auto 40px;
  width: 75%;
}
@media screen and (min-width: 769px) {
  .content02 .shop_wrap h2 {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 769px) {
  .content02 .shop_wrap .shop_area {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    align-items: flex-start;
  }
  .content02 .shop_wrap .shop_area .shop_box {
    width: calc(50% - 20px);
    padding: 0;
  }
}
.content02 .shop_wrap .shop_area .shop_title {
  margin-bottom: 10px;
  width: 40%;
}
@media screen and (min-width: 769px) {
  .content02 .shop_wrap .shop_area .shop_title {
    max-width: 184px;
    width: 100%;
    padding-left: 20px;
  }
}
.content02 .shop_wrap .shop_area .flexed {
  justify-content: space-between;
  font-size: clamp(0.549rem, 0.476rem + 0.37vw, 0.75rem);
}
.content02 .shop_wrap .shop_area .flexed .shop_img {
  width: calc(55% - 4px);
}
.content02 .shop_wrap .shop_area .flexed .shop_detail {
  width: calc(45% + 15px - 4px);
  margin-right: -15px;
  background: #fff;
  padding: 30px 10px 20px;
  box-sizing: border-box;
  position: relative;
}
.content02 .shop_wrap .shop_area .flexed .shop_detail::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 40%;
  height: 20px;
  background: url(../images/typy_fes/2601_7.webp) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .content02 .shop_wrap .shop_area .flexed .shop_detail::before {
    top: -10px;
    height: 28px;
    background: url(../images/typy_fes/2601_7.webp) no-repeat;
    background-size: 100%;
  }
}
.content02 .shop_wrap .shop_area .flexed .shop_detail dl {
  margin-bottom: 25px;
}
.content02 .shop_wrap .shop_area .flexed .shop_detail dl:last-child {
  margin-bottom: 0;
}
.content02 .shop_wrap .shop_area .flexed .shop_detail dl:last-child p {
  margin-bottom: 10px;
}
.content02 .shop_wrap .shop_area .flexed .shop_detail dl dt {
  font-weight: 600;
  font-size: clamp(0.688rem, 0.597rem + 0.45vw, 0.938rem);
}
.content02 .shop_wrap .shop_area .flexed .shop_detail dl dd {
  width: calc(100% - 3rem);
}
@media screen and (min-width: 769px) {
  .content02 .shop_wrap .shop_area .flexed .shop_detail dl dd {
    width: calc(100% - 70px);
  }
}
.content02 .shop_wrap .shop_area .flexed .shop_detail dl dd i {
  display: inline-block;
}
.content02 .shop_wrap .shop_area .flexed .shop_detail dl dd ul li.spaceless {
  margin-bottom: 5px;
}
.content02 .shop_wrap .shop_area .flexed .shop_detail dl dd ul li span {
  display: block;
}
.content02 .shop_wrap .shop_area .flexed .shop_detail dl dd .link_btn {
  font-size: clamp(0.633rem, 0.545rem + 0.44vw, 0.875rem);
  padding: 4px 0 6px;
  width: 100%;
  padding: 10px 0 12px;
}
@media screen and (min-width: 769px) {
  .content02 .shop_wrap .shop_area .flexed .shop_detail dl dd .link_btn {
    width: auto;
    display: inline-block;
    padding: 6px 20px 8px;
    font-family: firelli-variable, sans-serif;
    font-variation-settings: "wght" 400;
    font-style: normal;
  }
}
.content02 .shop_wrap .shop02 {
  padding-top: calc(10vh + 20px);
}
.content02 .shop_wrap .shop02 .shop_detail::after {
  content: "";
  position: absolute;
  top: calc(-77% + 10px);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 87%;
  background: url(../images/typy_fes/2601_9.webp) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .content02 .shop_wrap .shop02 .shop_detail::after {
    top: calc(-85% + 20px);
    width: 85%;
    height: 87%;
  }
}
@media screen and (max-width: 400px) {
  .content02 .shop_wrap .shop02 .shop_detail::after {
    top: calc(-71% + 10px);
  }
}

.content03 {
  position: relative;
  padding: 60px 0;
}
.content03 .top {
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (min-width: 1040px) {
  .content03 .top {
    position: relative;
  }
}
.content03 h2 {
  width: 26%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 769px) {
  .content03 h2 {
    max-width: 120px;
    width: 100%;
  }
}
.content03 .position_img .img_left {
  position: absolute;
  top: -60px;
  right: calc(-4vw + 5px);
  width: 46%;
}
@media screen and (min-width: 769px) {
  .content03 .position_img .img_left {
    max-width: 150px;
    top: -65px;
    right: 31vw;
  }
}
@media screen and (min-width: 1040px) {
  .content03 .position_img .img_left {
    top: -125px;
    right: 287px;
  }
}
.content03 .position_img .img_right {
  position: absolute;
  top: 48px;
  left: -10px;
  width: calc(46% - 20px);
}
@media screen and (min-width: 769px) {
  .content03 .position_img .img_right {
    max-width: 280px;
    top: -50px;
    left: 45px;
    width: 100%;
  }
}
@media screen and (min-width: 1040px) {
  .content03 .position_img .img_right {
    top: -105px;
    left: -15px;
  }
}

.foot_img {
  width: 85%;
  margin: 0 auto -12px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .foot_img {
    max-width: 1140px;
    text-align: right;
    width: 100%;
    margin: 0 auto -15px;
  }
  .foot_img img {
    max-width: 460px;
    margin-left: auto;
  }
}

#footer {
  padding: 55px 25px 40px;
  background: url(../images/typy_fes/sp_footbg.webp) no-repeat;
  background-position: 50%;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #footer {
    padding: 40px 0;
    background: url(../images/typy_fes/pc_footbg.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
  }
}
@media screen and (min-width: 769px) {
  #footer #footer_in {
    max-width: 585px;
    margin: 0 auto;
  }
}
#footer .foot_title {
  width: 55%;
  margin: 8vh auto;
}
@media screen and (min-width: 769px) {
  #footer .foot_title {
    max-width: 220px;
    width: 100%;
    margin: 25px auto 20px;
  }
}
#footer .copy {
  text-align: center;
  color: #85a7b2;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
}
@media screen and (min-width: 769px) {
  #footer .copy {
    font-weight: 600;
  }
}
#footer .copy span {
  display: block;
  margin-top: 5px;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
@media screen and (min-width: 769px) {
  #footer .copy span {
    font-weight: 500;
  }
}

/** Animations **/
.main_slide ul {
  height: 360px;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.main_slide li {
  flex-shrink: 0;
}

/** COMING SOON **/
#coming-2026-01-23 {
  background-color: #d88156;
  color: #fff;
}

#coming-2026-01-28 {
  background-color: #b9bde2;
  color: #fff;
}

#coming-2026-02-04 {
  background-color: #fadc62;
  color: #ef7b62;
}

#coming-2026-02-11 {
  background-color: #e59db3;
  color: #f6c55c;
}

#coming-2026-02-18 {
  background-color: #edb9ab;
  color: #df6558;
}

#coming-2026-02-25 {
  background-color: #75879f;
  color: #fff;
}

.news_wrap .coming_soon {
  height: 100%;
  min-height: 290px;
}
@media screen and (min-width: 769px) {
  .news_wrap .coming_soon {
    min-height: 415px;
  }
}/*# sourceMappingURL=style.css.map */