#tw_content {
  --w-margin: 20px;
  --page-bg: #f5f5f5;
  --primary-color: var(--tw-primary-color,#00877e);
  --primary-color-light: var(--tw-primary-color-light,#00bebc);
  --primary-color-light2: #78d1cc;
  --accent-color: var(--tw-accent-color,#ffc300);
  --bg-primary-color: #dbf1ef;
  --bg-primary-color-light: #e6f8f6;
  --bg-gray: #f3f3f3;
  --bg-gray-entry: #f5f5f5;
  --bg-red: #feeced;
  --base-color: var(--tw-base-color,#000);
  --font-color: var(--tw-font-color,#000);
  --font-color-entry: #333;
  --font-color-dgray: #464646;
  --font-color-gray: #787878;
  --font-color-red: #ff404c;
  --border-color: #b4b4b4;
  --border-color-c: #c8c8c8;
  --border-color-d: #dcdcdc;
  --hover-opacity: 0.65;
}
#tw_content .page_content {
  background: var(--page-bg);
  padding: 45px var(--w-margin) 35px;
}

#tw_content .sec_hero {
  background: var(--primary-color);
  position: relative;
}
#tw_content .sec_hero .hero_head {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#tw_content .sec_hero .hero_head .head_title {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#tw_content .sec_hero .hero_head .head_title span {
  display: block;
  line-height: 1;
}
#tw_content .sec_hero .hero_head .head_title .tit_01 {
  align-items: flex-end;
  display: inline-flex;
  font-size: 109.09%;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.16em;
  margin-bottom: 15px;
}
#tw_content .sec_hero .hero_head .head_title .tit_01::after, #tw_content .sec_hero .hero_head .head_title .tit_01::before {
  background: url(../img/special/deco_01_white.svg) center center/100% auto no-repeat;
  content: "";
  height: 27px;
  margin: 0 15px 3px 15px;
  width: 33px;
}
#tw_content .sec_hero .hero_head .head_title .tit_01::after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#tw_content .sec_hero .hero_head .head_title .tit_02 {
  font-family: "Roboto", sans-serif;
  font-size: 418.18%;
  font-weight: 700;
  letter-spacing: 0.06em;
}
#tw_content .sec_hero .hero_head .head_title .tit_03 {
  letter-spacing: 0.2em;
  margin-top: 13px;
}
#tw_content .sec_hero .hero_head .head_batch {
  max-width: 128px;
  position: absolute;
  width: 13.33%;
}
#tw_content .sec_hero .hero_visual {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
#tw_content .sec_hero .hero_visual img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#tw_content .sec_hero .hero_lead {
  color: #fff;
  padding: 25px var(--w-margin) 40px;
  text-align: center;
}
#tw_content .sec_hero .hero_lead .lead_txt {
  font-size: 1.6rem;
  line-height: 1.69;
  margin: 0 auto 30px;
  max-width: 940px;
  width: 100%;
}
#tw_content .sec_hero .hero_lead .location_nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}
#tw_content .sec_hero .hero_lead .location_nav .nav_btn {
  align-items: center;
  background: #fff;
  border-radius: 100vmax;
  color: var(--font-color-dgray);
  display: inline-flex;
  font-size: 1.5rem;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0 30px 0 15px;
  position: relative;
}
#tw_content .sec_hero .hero_lead .location_nav .nav_btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background: url(../img/special/nav_arr_yellow.svg) center center/100% auto no-repeat;
  height: 16.8px;
  transform: translateY(-50%);
  width: 16.8px;
}

#tw_content .section.sec_items {
  margin: 0 auto;
  max-width: var(--tw-content-max-w, 1210px);
  padding: 0 0 45px;
  width: 100%;
}
#tw_content .section.sec_items:not(:has(.js_more_items.is_overflow)) {
  padding-bottom: 65px;
}
#tw_content .section.sec_items .item_title {
  border-bottom: 1px solid var(--primary-color);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.58;
  margin-bottom: 30px;
  padding-bottom: 3px;
}
#tw_content .section.sec_items .item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-right: -30px;
  width: calc(100% + 30px);
}
#tw_content .section.sec_items .item {
  background: #fff;
  border-radius: 17px;
  display: block;
  overflow: hidden;
  width: calc(25% - 30px);
}
#tw_content .section.sec_items .item .img_wrap {
  aspect-ratio: 280/190;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#tw_content .section.sec_items .item .img_wrap img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
#tw_content .section.sec_items .item .txt_wrap {
  padding: 12px 20px 24px;
}
#tw_content .section.sec_items .item .txt_wrap .icon.new {
  align-items: center;
  background: var(--accent-color);
  border-radius: 100vmax;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  height: 20px;
  justify-content: center;
  line-height: 1;
  margin-right: 5px;
  vertical-align: bottom;
  width: 37.5px;
}
#tw_content .section.sec_items .item .txt_wrap .tit {
  color: var(--font-color-dgray);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8px;
}
#tw_content .section.sec_items .item .txt_wrap .desc {
  color: var(--font-color-gray);
  display: -webkit-box;
  font-size: 1.3rem;
  line-height: 1.54;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#tw_content .js_more_items .more_btn {
  align-items: center;
  border: 1px solid var(--base-color);
  border-radius: 100vmax;
  color: var(--font-color);
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  line-height: 1.4;
  margin: 30px auto 0;
  position: relative;
  width: 210px;
}
#tw_content .js_more_items .more_btn {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
#tw_content .js_more_items .more_btn span {
  line-height: 1;
}
#tw_content .js_more_items .more_btn::after {
  aspect-ratio: 1/1;
  background: url("../img/common/arr_01_black.svg") center center/100% auto no-repeat;
  content: "";
  position: absolute;
  right: 24px;
  top: calc(50% - 6px);
  width: 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#tw_content .js_more_items:not(.is_overflow) .more_btn {
  display: none;
}
#tw_content .js_more_items:not(.is_show) .more_item:nth-child(n+9) {
  display: none;
  opacity: 0;
}
#tw_content .js_more_items.is_show .more_btn:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (max-width: 960px) and (min-width: 601px) {
  #tw_content .sec_hero .hero_head {
    height: 250px;
  }
  #tw_content .sec_hero .hero_visual {
    height: 250px;
  }
}
@media screen and (max-width: 960px) {
  #tw_content .sec_hero .hero_head .head_title {
    font-size: clamp(1.6rem, 1.62vw, 2.2rem);
  }
  #tw_content .sec_hero .hero_head .head_batch {
    right: 8.26vw;
    top: 20px;
  }
  #tw_content .section.sec_items .item_list {
    gap: 15px 10px;
    margin-right: -10px;
    width: calc(100% + 10px);
  }
  #tw_content .section.sec_items .item {
    width: calc(25% - 10px);
  }
  #tw_content .section.sec_items .item .txt_wrap {
    padding: 10px 10px 15px;
  }
  #tw_content .section.sec_items .item .txt_wrap .tit {
    font-size: clamp(1.3rem, 1.67vw, 1.6rem);
  }
  #tw_content .section.sec_items .item .txt_wrap .desc {
    font-size: clamp(1.1rem, 1.35vw, 1.3rem);
  }
}
@media screen and (max-width: 600px) {
  #tw_content {
    --w-margin: 4vw;
  }
  #tw_content .page_content {
    padding: 10vw var(--w-margin) 4vw;
  }
  #tw_content .sec_hero .hero_head {
    aspect-ratio: 750/1000;
  }
  #tw_content .sec_hero .hero_head .head_title {
    font-size: 2.93vw;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  #tw_content .sec_hero .hero_head .head_title .tit_01 {
    margin-bottom: 2.13vw;
  }
  #tw_content .sec_hero .hero_head .head_title .tit_01::after, #tw_content .sec_hero .hero_head .head_title .tit_01::before {
    height: 3.47vw;
    margin: 0 2.67vw 0.27vw 2.67vw;
    width: 4.27vw;
  }
  #tw_content .sec_hero .hero_head .head_title .tit_03 {
    margin-top: 2vw;
  }
  #tw_content .sec_hero .hero_head .head_batch {
    right: 4vw;
    top: 16vw;
    width: 26.67vw;
  }
  #tw_content .sec_hero .hero_visual {
    aspect-ratio: 750/1000;
  }
  #tw_content .sec_hero .hero_lead {
    padding: 6vw 6.67vw 10.67vw;
  }
  #tw_content .sec_hero .hero_lead .lead_txt {
    font-size: 3.33vw;
    line-height: 1.68;
    margin-bottom: 6vw;
  }
  #tw_content .sec_hero .hero_lead .location_nav {
    gap: 2.67vw 1.33vw;
  }
  #tw_content .sec_hero .hero_lead .location_nav .nav_btn {
    font-size: 3.33vw;
    height: 8vw;
    padding: 0 7.47vw 0 3.33vw;
  }
  #tw_content .sec_hero .hero_lead .location_nav .nav_btn::after {
    height: 3.73vw;
    right: 2.13vw;
    width: 3.73vw;
  }
  #tw_content .section.sec_items {
    padding: 0 0 9.33vw;
  }
  #tw_content .section.sec_items:not(:has(.js_more_items.is_overflow)) {
    padding-bottom: 12vw;
  }
  #tw_content .section.sec_items .item_title {
    font-size: 4.8vw;
    margin-bottom: 5.33vw;
    padding-bottom: 0.6vw;
  }
  #tw_content .section.sec_items .item_list {
    gap: 4vw 2.93vw;
    margin-right: -2.93vw;
    width: calc(100% + 2.93vw);
  }
  #tw_content .section.sec_items .item {
    border-radius: 2.67vw;
    width: calc(50% - 2.93vw);
  }
  #tw_content .section.sec_items .item .img_wrap {
    aspect-ratio: 334/227;
  }
  #tw_content .section.sec_items .item .txt_wrap {
    padding: 2.67vw 2.67vw 3.33vw;
  }
  #tw_content .section.sec_items .item .txt_wrap .icon.new {
    font-size: 2.27vw;
    height: 4.27vw;
    margin-right: 1.33vw;
    width: 8vw;
  }
  #tw_content .section.sec_items .item .txt_wrap .tit {
    font-size: 3.47vw;
    line-height: 1.31;
    margin-bottom: 1.87vw;
  }
  #tw_content .section.sec_items .item .txt_wrap .desc {
    font-size: 2.93vw;
    line-height: 1.55;
    -webkit-line-clamp: 3;
  }
  #tw_content .js_more_items .more_btn {
    font-size: 2.93vw;
    height: 11.2vw;
    margin-top: 4vw;
    width: 48vw;
  }
  #tw_content .js_more_items .more_btn::after {
    right: 3.2vw;
    top: calc(50% - 1.47vw);
    width: 2.93vw;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #tw_content .js_more_items .more_btn:hover {
    opacity: 0.65;
  }
}
@media (hover: none) {
  #tw_content .js_more_items .more_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #tw_content .js_more_items .more_btn:active {
    opacity: 0.65;
  }
}
@media screen and (min-width: 601px), print {
  #tw_content .sec_hero .hero_head .head_title .tit_03 {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 961px), print {
  #tw_content .sec_hero .hero_head {
    height: 400px;
  }
  #tw_content .sec_hero .hero_head .head_batch {
    left: 50%;
    margin-left: 307px;
    top: 60px;
  }
  #tw_content .sec_hero .hero_visual {
    height: 400px;
    margin: 0 auto;
    max-width: 1920px;
  }
}