@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: "IBM Plex Sans", "IBM Plex Sans JP", sans-serif;
  font-style: normal;
  line-height: 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;
}

.link_area > ul {
  gap: 17px;
}
.link_area > ul > li {
  max-width: 155px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .link_area > ul > li {
    max-width: calc(50% - 8.5px);
  }
}
.link_area > .reservation {
  position: absolute;
  right: 0;
  bottom: -170px;
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .link_area > .reservation {
    right: -30px;
    bottom: calc(100% - 145px);
  }
}
.link_area > .reservation .reservation_link {
  color: #231815;
  font-size: 13px;
  max-width: 178px;
  width: 100%;
  font-weight: 500;
  background: url(../images/bg_icon.webp) no-repeat;
  background-size: calc(100% - 2px);
  padding: 18px 0 25px;
  background-position: 50% 100%;
}

.link_btn {
  padding: 12px 0 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
  max-width: 155px;
  width: 100%;
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 14px;
}
.link_btn.app_link {
  background: #37513b;
}
.link_btn.map_link {
  background: #c09216;
  padding: 7px 0 8px;
}
@media screen and (max-width: 768px) {
  .link_btn.map_link {
    max-width: 50%;
  }
}

/*---------------------------------------------
font
---------------------------------------------*/
.tt_m {
  font-family: "tt-modernoir", sans-serif;
  font-style: normal;
}
.tt_m._l {
  font-weight: 300;
}
.tt_m._r {
  font-weight: 400;
}
.tt_m._m {
  font-weight: 500;
}
.tt_m._d {
  font-weight: 600;
}
.tt_m._b {
  font-weight: 700;
}

.hdw_e {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hdw_f {
  font-family: "adobe-handwriting-frank", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hdw_t {
  font-family: "adobe-handwriting-tiffany", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.its {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

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

/*---------------------------------------------
FV
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .main .main_viz .main_img {
    height: 706px;
    width: 50%;
    background: url(../images/pc_main.webp) no-repeat;
    background-size: cover;
  }
}
.main .main_viz .main_txtWrap {
  width: calc(50% - 160px);
  padding: 34px 80px 0;
  background: #fbf7ee;
}
@media screen and (max-width: 768px) {
  .main .main_viz .main_txtWrap {
    width: 100%;
    padding: 40px;
  }
}
.main .main_viz .main_txtWrap > h1 {
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .main .main_viz .main_txtWrap > h1 {
    text-align: center;
    max-width: 100%;
  }
}
.main .main_viz .main_txtWrap > h2 {
  margin: 30px 0 20px;
  font-weight: 600;
  font-size: 18px;
}
.main .main_viz .main_txtWrap .txt_area .txt_box {
  margin-bottom: 30px;
  position: relative;
}
.main .main_viz .main_txtWrap .txt_area .txt_box::before {
  content: "";
  display: block;
  width: 60px;
  height: 55px;
  background: url(../images/purete_icon.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 95px;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .main .main_viz .main_txtWrap .txt_area .txt_box::before {
    width: 45px;
    height: 45px;
    right: -20px;
    bottom: 130px;
  }
}
.main .main_viz .main_txtWrap .txt_area .txt_box::after {
  content: "";
  display: block;
  width: 50%;
  height: 50px;
  background: url(../images/neighbor_title.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 50px);
  right: 65px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .main .main_viz .main_txtWrap .txt_area .txt_box::after {
    width: 60%;
    height: 35px;
    top: calc(50% - 75px);
    right: 0;
  }
}
.main .main_viz .main_txtWrap .txt_area .txt_box > p {
  margin-bottom: 20px;
  font-size: 12px;
  z-index: 1;
  position: relative;
}
.main .main_viz .main_txtWrap .txt_area .txt_box > p:last-child {
  margin-bottom: 0;
}

[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);
}

.overview {
  padding: 40px 0 65px;
  background: #ede7df;
}
@media screen and (max-width: 768px) {
  .overview {
    padding: 80px 35px;
  }
}
.overview .basein {
  max-width: 973px;
  width: 100%;
  margin: 0 auto;
}
.overview .basein > h2 {
  font-size: clamp(2.813rem, 2.244rem + 2.84vw, 4.375rem);
  color: #37513b;
  font-weight: 500;
}
.overview .basein > ul {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .overview .basein > ul {
    gap: 0;
  }
}
.overview .basein > ul > li {
  width: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  .overview .basein > ul > li {
    width: 100%;
  }
}
.overview .basein > ul > li:first-child .over_itemImg {
  max-width: 320px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .overview .basein > ul > li:first-child .over_itemImg {
    margin: 0 auto 10px;
    min-height: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .overview .basein > ul > li:first-child {
    margin-bottom: 40px;
    border-bottom: 2px solid #929c8d;
    position: relative;
    padding: 0 5vw 40px;
  }
}
@media screen and (max-width: 768px) {
  .overview .basein > ul > li:last-child {
    padding: 0 5vw 10px;
  }
}
.overview .basein > ul > li:last-child .over_itemImg {
  max-width: 410px;
  width: 100%;
  margin-left: 5px;
  margin-bottom: 48px;
  min-height: 189px;
}
@media screen and (max-width: 768px) {
  .overview .basein > ul > li:last-child .over_itemImg {
    margin: 0 auto 10px;
    min-height: auto;
    width: 90%;
  }
}
.overview .basein > ul > li > h3 {
  font-size: clamp(1.656rem, 1.213rem + 2.22vw, 2.875rem);
  font-weight: 400;
  color: #37513b;
  margin-bottom: 25px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .overview .basein > ul > li > h3 {
    margin-bottom: 10px;
  }
}
.overview .basein > ul > li > h3 > span {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .overview .basein > ul > li > h3 > span {
    padding-left: 20px;
  }
}
.overview .basein > ul > li > div.flexed {
  margin-top: 15px;
  gap: 27px;
}
.overview .basein > ul > li > div.flexed > dl {
  width: calc(50% - 13.5px);
  color: #37513b;
}
.overview .basein > ul > li > div.flexed > dl > dt {
  font-size: clamp(0.688rem, 0.642rem + 0.23vw, 0.813rem);
  margin-bottom: 8px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .overview .basein > ul > li > div.flexed > dl > dt {
    margin-bottom: 3px;
    font-weight: 600;
  }
}
.overview .basein > ul > li > div.flexed > dl > dd > p {
  font-size: clamp(0.688rem, 0.642rem + 0.23vw, 0.813rem);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .overview .basein > ul > li > div.flexed > dl > dd > p {
    font-weight: 600;
  }
}
.overview .basein > ul > li > div.flexed > dl > dd > p span {
  display: block;
}

/*---------------------------------------------
NEWS
*/
.news_wrap ul {
  padding: 0;
}
.news_wrap ul li {
  width: 100%;
  padding: 9px;
}
@media screen and (min-width: 769px) {
  .news_wrap ul li {
    width: calc(33.3333333333% - 18px);
    min-height: 347px;
    margin-bottom: 0;
    max-height: 725px;
    height: 100vh;
  }
}
.news_wrap ul li:first-child {
  background: url(../images/item_bg01.webp) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.news_wrap ul li:nth-child(2) {
  background: url(../images/item_bg02.webp) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.news_wrap ul li:nth-child(3) {
  background: url(../images/item_bg03.webp) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.news_wrap ul li:nth-child(4) {
  background: url(../images/item_bg04.webp) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.news_wrap ul li:nth-child(5) {
  background: url(../images/item_bg05.webp) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.news_wrap ul li:nth-child(6) {
  background: url(../images/item_bg06.webp) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.news_wrap ul li:nth-child(7) {
  background: url(../images/item_bg07.webp) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.news_wrap ul li:nth-child(8) {
  background: url(../images/item_bg08.webp) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.news_wrap ul li:last-child {
  background: url(../images/item_bg09.webp) no-repeat;
  background-size: cover;
  background-position: 50%;
}
.news_wrap ul li {
  /** LOADING **/
}
.news_wrap ul li.load_item {
  width: 100%;
  min-height: auto;
  text-align: center;
  padding: 50px 0;
  width: 100%;
  min-height: auto;
  text-align: center;
  padding: 50px 0;
  background: transparent;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  max-height: 150px;
}
.news_wrap ul li.load_item .dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.news_wrap ul li.load_item .dots .dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #37513b;
  border-radius: 50%;
  animation: dot-pulse 1.5s ease-in-out infinite;
}
.news_wrap ul li.load_item .dots .dot:nth-child(1) {
  animation-delay: 0s;
}
.news_wrap ul li.load_item .dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}
.news_wrap ul li.load_item .dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes dot-pulse {
  0%, 100% {
    transform: scale(0.7);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
.news_wrap ul li.load_item .load_txt {
  font-size: clamp(1.063rem, 0.881rem + 0.91vw, 1.563rem);
  color: #37513b;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.news_wrap ul li.load_item .load_txt .load_img {
  display: block;
  width: 50%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 769px) {
  .news_wrap ul li.load_item .load_txt .load_img {
    width: 20%;
    margin: 0 auto 20px;
  }
}
.news_wrap ul li {
  /** LOADING END **/
}
.news_wrap ul li.news_item {
  display: grid;
  place-items: center;
  align-items: center;
  justify-items: center;
  justify-content: center;
  align-content: center;
}
.news_wrap ul li a {
  text-decoration: none;
  color: #37513b;
  transition: 0.3s;
  padding: 10px 10px 55px;
  display: block;
  min-height: 225px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #37513b;
  position: relative;
}
@media screen and (min-width: 769px) {
  .news_wrap ul li a {
    padding: 30px 30px 54px;
    min-height: 345px;
  }
}
@media screen and (max-width: 768px) {
  .news_wrap ul li a {
    padding: 20px 18px 60px;
  }
}
.news_wrap ul li a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.news_wrap ul li .news_images {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news_wrap ul li .news_images {
    height: 280px;
    width: 200px;
    margin: 0 auto 20px;
  }
}
.news_wrap ul li .news_images.no-image {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .news_wrap ul li .news_images {
    max-height: 400px;
    width: calc(100% - 113px);
    height: 100vh;
    margin: 0 auto 30px;
  }
}
.news_wrap ul li .news_images img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.news_wrap ul li .news_link {
  width: 100%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  max-width: 174px;
}
@media screen and (max-width: 768px) {
  .news_wrap ul li .news_link {
    max-width: 120px;
  }
}
.news_wrap ul li .news_link span {
  width: calc(100% - 2px);
  padding: 13px 0;
  line-height: 1;
  display: block;
  background: #ffe6e6;
  color: #37513b;
  border: 1px solid #37513b;
  text-align: center;
  border-radius: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .news_wrap ul li .news_link span {
    padding: 8px 0;
  }
}
.news_wrap ul li .news_link span > i {
  display: inline-block;
  height: 37px;
  margin: -10px 0 0;
  position: absolute;
  left: -165px;
  width: calc(100% - 20px);
  background: url(../images/arrow_icon.webp) no-repeat;
  background-size: 130%;
  background-position-x: right;
  background-position-y: 50%;
}
@media screen and (max-width: 768px) {
  .news_wrap ul li .news_link span > i {
    width: calc(100% + 77px);
    max-width: calc(100% + 77px);
    display: inline-block;
    left: -205px;
    right: auto;
    background-size: 100%;
  }
}
.news_wrap ul .title_area {
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .news_wrap ul .title_area {
    gap: 15px;
  }
}
.news_wrap ul .title_area .nomber_txt {
  font-size: clamp(2.969rem, 2.866rem + 0.51vw, 3.25rem);
  color: #37513b;
  max-width: 34px;
  width: 100%;
}
.news_wrap ul .title_area .news_title {
  width: calc(100% - 108px);
  margin: 0 0 10px;
  font-size: clamp(1.406rem, 1.372rem + 0.17vw, 1.5rem);
  color: #37513b;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .news_wrap ul .title_area .news_title {
    width: calc(100% - 70px);
  }
}
.news_wrap ul .news_description {
  font-size: clamp(0.688rem, 0.665rem + 0.11vw, 0.75rem);
  color: #37513b;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .news_wrap ul .news_description {
    margin-bottom: 0;
    -webkit-line-clamp: 4;
  }
}

.position_day {
  writing-mode: vertical-rl;
  font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
  position: absolute;
  max-width: 20px;
  width: 100%;
  right: 0;
  color: #37513b;
}
@media screen and (max-width: 768px) {
  .position_day {
    right: -10px;
  }
}
.position_day > .year {
  margin-top: 6px;
}

/** ORG **/
.content03 {
  position: relative;
}
@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: 84px 0 30px;
  background: #ffe6e6;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 80px 60px 20px;
  }
}
@media screen and (min-width: 769px) {
  #footer #footer_in {
    max-width: 585px;
    margin: 0 auto;
  }
}
#footer #footer_in .logo a {
  max-width: 475px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
#footer #footer_in .logo > ul > li {
  text-align: center;
  margin-bottom: 20px;
}
#footer #footer_in .logo > ul > li:last-child {
  margin-bottom: 0;
}
#footer #footer_in .logo > ul > li > a {
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  text-decoration: none;
  color: #37513b;
  letter-spacing: 2px;
  font-weight: 500;
}
#footer .foot_title {
  width: 80%;
  margin: 30px auto 40px;
}
@media screen and (min-width: 769px) {
  #footer .foot_title {
    max-width: 297px;
    width: 100%;
    margin: 40px auto 30px;
  }
}
#footer .copy {
  text-align: center;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 768px) {
  #footer .copy {
    width: 120%;
    margin-left: -10%;
  }
}
#footer .copy span {
  display: block;
  color: #37513b;
  margin-top: 65px;
  font-size: clamp(0.406rem, 0.338rem + 0.34vw, 0.594rem);
}
@media screen and (max-width: 768px) {
  #footer .copy span {
    margin-top: 75px;
  }
}

/** COMING SOON **/
/** SWEETS **/
.sweets {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-15deg);
  }
  50% {
    transform: translate(0, -15px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(15deg);
  }
}
/** END **/
#coming-2026-08-26 .sweets {
  background: url("../images/dnt01.webp") no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: calc(230 / 383 * 100%);
  right: calc(28 / 598 * 100%);
  width: calc(51 / 383 * 100%);
  height: calc(50 / 598 * 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #coming-2026-08-26 .sweets {
    top: calc(330 / 550 * 100%);
    right: calc(15 / 383 * 100%);
    width: calc(48 / 383 * 100%);
    height: calc(43 / 550 * 100%);
  }
}

#coming-2026-09-09 .sweets {
  background: url("../images/dnt02.webp") no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: calc(35 / 383 * 100%);
  right: calc(85 / 598 * 100%);
  width: calc(51 / 383 * 100%);
  height: calc(50 / 598 * 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #coming-2026-09-09 .sweets {
    top: calc(60 / 550 * 100%);
    right: calc(55 / 383 * 100%);
    width: calc(48 / 383 * 100%);
    height: calc(43 / 550 * 100%);
  }
}

#coming-2026-09-16 .sweets {
  background: url("../images/dnt03.webp") no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: calc(78 / 383 * 100%);
  right: calc(480 / 598 * 100%);
  width: calc(51 / 383 * 100%);
  height: calc(53 / 598 * 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #coming-2026-09-16 .sweets {
    top: calc(125 / 550 * 100%);
    right: calc(315 / 383 * 100%);
    width: calc(48 / 383 * 100%);
    height: calc(43 / 550 * 100%);
  }
}

#coming-2026-09-23 .sweets {
  background: url("../images/dnt02.webp") no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: calc(230 / 383 * 100%);
  right: calc(500 / 598 * 100%);
  width: calc(51 / 383 * 100%);
  height: calc(48 / 598 * 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #coming-2026-09-23 .sweets {
    top: calc(350 / 550 * 100%);
    right: calc(325 / 383 * 100%);
    width: calc(48 / 383 * 100%);
    height: calc(43 / 550 * 100%);
  }
}

#coming-2026-09-30 .sweets {
  background: url("../images/dnt05.webp") no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: calc(65 / 383 * 100%);
  right: calc(480 / 598 * 100%);
  width: calc(51 / 383 * 100%);
  height: calc(55 / 598 * 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #coming-2026-09-30 .sweets {
    top: calc(120 / 550 * 100%);
    right: calc(320 / 383 * 100%);
    width: calc(48 / 383 * 100%);
    height: calc(43 / 550 * 100%);
  }
}

#coming-2026-10-07 .sweets {
  background: url("../images/dnt01.webp") no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: calc(230 / 383 * 100%);
  right: calc(9 / 598 * 100%);
  width: calc(52 / 383 * 100%);
  height: calc(47 / 598 * 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #coming-2026-10-07 .sweets {
    top: calc(355 / 550 * 100%);
    right: calc(6 / 383 * 100%);
    width: calc(48 / 383 * 100%);
    height: calc(43 / 550 * 100%);
  }
}

#coming-2026-10-14 .sweets {
  background: url("../images/dnt05.webp") no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: calc(142 / 383 * 100%);
  right: calc(446 / 598 * 100%);
  width: calc(51 / 383 * 100%);
  height: calc(48 / 598 * 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #coming-2026-10-14 .sweets {
    top: calc(210 / 550 * 100%);
    right: calc(287 / 383 * 100%);
    width: calc(48 / 383 * 100%);
    height: calc(43 / 550 * 100%);
  }
}

#coming-2026-10-21 .sweets {
  background: url("../images/dnt03.webp") no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: calc(45 / 383 * 100%);
  right: calc(110 / 598 * 100%);
  width: calc(51 / 383 * 100%);
  height: calc(48 / 598 * 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #coming-2026-10-21 .sweets {
    top: calc(80 / 550 * 100%);
    right: calc(60 / 383 * 100%);
    width: calc(48 / 383 * 100%);
    height: calc(43 / 550 * 100%);
  }
}

.news_wrap .coming_soon {
  height: 100%;
  min-height: 290px;
}
@media screen and (min-width: 769px) {
  .news_wrap .coming_soon {
    min-height: 347px;
    max-height: 725px;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .news_wrap .coming_soon {
    min-height: 550px;
    max-height: 550px;
    height: 100%;
  }
}
.news_wrap .coming_soon::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #37513b;
  width: calc(100% - 18px);
}
@media screen and (min-width: 769px) {
  .news_wrap .coming_soon::before {
    min-height: 347px;
    max-height: 722px;
    height: calc(100vh - 18px);
  }
}
@media screen and (max-width: 768px) {
  .news_wrap .coming_soon::before {
    height: calc(100% - 18px);
  }
}
.news_wrap .coming_soon .nomber_txt {
  font-size: 52px;
  color: #37513b;
  max-width: 34px;
  width: 100%;
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.news_wrap .coming_soon .com_day {
  line-height: 1px;
  padding: 0 8vw 1vh;
  text-align: center;
  background: url(../images/comson_bg.webp) no-repeat;
  background-size: 100%;
  height: 100vh;
  position: absolute;
  max-width: 59.6273291925%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .news_wrap .coming_soon .com_day {
    padding: 0;
    max-height: 465px;
    top: 18.8963210702%;
  }
}
@media screen and (max-width: 768px) {
  .news_wrap .coming_soon .com_day {
    top: calc(21.7391304348% + 5px);
    padding: 0;
    max-height: 350px;
    background-size: 225px;
    background-position: 50% 0;
  }
}
.news_wrap .coming_soon .com_day > i {
  font-size: 16px;
  color: #37513b;
  font-weight: 600;
  display: block;
  width: 100%;
  margin-top: calc(17.2240802676% + 15px);
}
@media screen and (max-width: 768px) {
  .news_wrap .coming_soon .com_day > i {
    margin-top: 26.6666666667%;
  }
}
.news_wrap .coming_soon .com_day > span {
  font-size: 83px;
  color: #37513b;
  display: block;
  width: 100%;
  line-height: 1;
}
.news_wrap .coming_soon .position_day {
  top: 39px;
  right: 30px;
}
.news_wrap .coming_soon .position_day > .month {
  margin-top: -3px;
}
.news_wrap .coming_soon .position_day > .year {
  margin-top: 3px;
}
.news_wrap .coming_soon .com_txt {
  font-size: clamp(1.063rem, 0.085rem + 4.89vw, 3.75rem);
  text-align: center;
  line-height: 0.9;
  font-size: 21px;
  position: absolute;
  bottom: 15.8620689655%;
  width: calc(100% - 20px);
  color: #37513b;
  font-weight: 500;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news_wrap .coming_soon .com_txt {
    bottom: 6.993006993%;
  }
}
.news_wrap .coming_soon .com_txt span {
  display: block;
  font-weight: 500;
}

body .coming_soon {
  position: relative;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */