/*
Theme Name: bf-usuki_themes
Description: Description
Version: 1.0.0
--------------------------------------------------------------*/
@charset "UTF-8";
/* CSS Document */

.sec_topHero {
  position: relative;
}

.sec_topHero .sp {
  display: none;
}

.sec_topHero .main {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  font-weight: 600;
  color: #fff;
  width: 100%;
}

.sec_topHero .main .logo {
  margin: 0 auto 65px;
}

.sec_topHero .main .name {
  font-size: 26px;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

.sec_topHero .main .catchcopy {
  font-size: 40px;
  letter-spacing: 0.04em;
}

.sec_topHero .swiper-slide {
  height: auto;
}

.sec_topHero .swiper-slide video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sec_topHero .main .logo {
    width: 138px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec_topHero .pc {
    display: none;
  }

  .sec_topHero .sp {
    display: block;
  }

  .sec_topHero .main .name {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .sec_topHero .main .catchcopy {
    font-size: 20px;
  }
}

/*
About
*/

.sec_about {
  position: relative;
  background: url(assets/images/home/bg_blueberry.svg) center bottom no-repeat;
  background-size: 1920px 88px;
  padding-bottom: 210px;
}

.sec_about .bg_right {
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(45px);
  width: 911px;
}

.sec_about .bg_left {
  position: absolute;
  top: 622px;
  left: -224px;
  width: 772px;
}

.sec_about .message {
  padding-top: 132px;
  writing-mode: vertical-rl;
  line-height: 2.5em;
  font-size: 18px;
  margin: 0 auto 20px;
}

.sec_about .message .sp {
  display: none;
}

.sec_about .float_img {
  margin-bottom: 55px;
}

.sec_about .float_img img {
  width: 88.2%;
}

.sec_about .float_img .sp {
  display: none;
}

.sec_about .content_nav {
  margin-bottom: 140px;
}

.sec_about .content_nav .sp {
  display: none;
}

.sec_about .content_nav a {
  display: block;
  width: 50%;
  height: 120px;
  text-align: center;
  font-size: 20px;
  background: var(--sub_color);
  padding-top: 35px;
  line-height: 1.5em;
}

.sec_about .content_nav a:first-child {
  background: var(--main_color);
  color: #fff;
}

.sec_about .content_nav a:hover {
  opacity: 0.8;
}

.sec_about .sec_head_en {
  margin-bottom: 50px;
}

.sec_about .sec_ttl {
  letter-spacing: 0.5em;
  writing-mode: vertical-rl;
}

.sec_about .news_container {
  width: 89%;
}

.sec_about .link_blc {
  margin-top: 55px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sec_about .bg_right {
    top: 27px;
    left: 0;
    transform: translateX(0);
    width: 477px;
  }

  .sec_about .bg_left {
    top: 826px;
    left: -87px;
    width: 372px;
  }

  .sec_about .message {
    padding-top: 64px;
    writing-mode: inherit;
    font-size: 16px;
    margin: 0 auto 25px;
  }

  .sec_about .message .pc {
    display: none;
  }

  .sec_about .message .sp {
    display: block;
  }

  .sec_about .float_img {
    margin-bottom: 65px;
  }

  .sec_about .float_img img {
    width: 94.6%;
  }

  .sec_about .float_img .pc {
    display: none;
  }

  .sec_about .float_img .sp {
    display: block;
  }

  .sec_about .content_nav {
    padding: 0 20px;
    margin-bottom: 65px;
  }

  .sec_about .content_nav .sp {
    display: block;
  }

  .sec_about .content_nav a {
    width: 49%;
    height: 96px;
    font-size: 16px;
    padding: 15px 18px 0;
  }

  .sec_about .sec_head_en {
    margin-bottom: 30px;
  }

  .sec_about .news_container {
    width: 76.4%;
  }

  .sec_about .link_blc {
    margin-top: 45px;
  }
}

@media screen and (max-width: 448px) {
  .sec_about {
    background-size: 448px 20px;
    padding-bottom: 83px;
  }
}

/*
blueberry
*/

.sec_blueberry {
  background: var(--main_color);
  padding: 32px 0 160px;
  position: relative;
}

.sec_blueberry .float_left {
  width: 366px;
  position: absolute;
  top: 62px;
  left: 0;
}

.sec_blueberry .float_right {
  width: 565px;
  position: absolute;
  top: 343px;
  right: 0;
}

.sec_blueberry .sec_ttl {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}

.sec_head_message {
  text-align: center;
  font-size: 18px;
  line-height: 2.22;
  margin-bottom: 70px;
  font-weight: 500;
}

.sec_blueberry .sec_head_message {
  color: #fff;
}

.sec_blueberry .price_blc {
}

.sec_blueberry .price_blc .ttl {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.price_tbl {
  border-collapse: separate;
  border-spacing: 3px;
  width: 378px;
  margin: 0 auto 60px;
}

.price_tbl th {
  padding: 10px 25px;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
}

.price_tbl td {
  padding: 10px 30px;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #d4f5e3;
}

.price_tbl td .num {
  font-size: 22px;
}

.sec_blueberry .link_blc {
  text-align: right;
}

.sec_blueberry .link_blc a {
  color: #fff;
  border-bottom: solid 2px #fff;
}

.sec_blueberry .float_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec_blueberry {
    padding: 32px 0 0;
  }
  .sec_blueberry .float_left,
  .sec_blueberry .float_right {
    display: none;
  }

  .sec_blueberry .float_sp {
    display: block;
    transform: translateY(5%);
  }
}

@media screen and (max-width: 767px) {
  .sec_blueberry {
    padding: 44px 0 0;
  }

  .sec_blueberry .sec_ttl {
    margin-bottom: 35px;
  }

  .sec_head_message {
    text-align: left;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 25px;
  }

  .sec_blueberry .price_blc .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .price_tbl {
    width: 100%;
    margin: 0 auto 45px;
  }

  .price_tbl th {
    text-align: left;
    padding: 10px 15px;
    font-size: 16px;
  }

  .price_tbl td {
    padding: 10px 20px;
  }

  .sec_blueberry .link_blc {
    margin-bottom: 20px;
  }
}

/*
cafe
*/

.sec_cafe {
  padding: 120px 0 70px;
  background: var(--sub_color);
}

.sec_cafe .sec_ttl {
  text-align: center;
  margin-bottom: 35px;
}

.sec_cafe .menu_blc {
  max-width: 604px;
  margin: 0 auto 85px;
}

.sec_cafe .menu_blc a {
  display: inline-block;
  width: 45%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.sec_cafe .imgs {
  max-width: 840px;
  margin: 0 auto;
}

.sec_cafe .imgs .img:first-child {
  max-width: 391px;
  position: relative;
}

.sec_cafe .imgs .img:last-child {
  max-width: 409px;
}

.sec_cafe .imgs .baloon {
  width: 221px;
  position: absolute;
  top: -64px;
  left: -82px;
}

@media screen and (max-width: 768px) {
  .sec_cafe .imgs {
    display: block;
  }

  .sec_cafe .imgs .img:first-child {
    margin-bottom: 5%;
  }

  .sec_cafe .imgs .img:first-child,
  .sec_cafe .imgs .img:last-child {
    max-width: 100%;
    width: 100%;
  }

  .sec_cafe .imgs .baloon {
    position: absolute;
    top: -58px;
    left: 7px;
  }
}

@media screen and (max-width: 767px) {
  .sec_cafe {
    padding: 65px 0 45px;
  }

  .sec_cafe .menu_blc {
    width: 78%;
  }

  .sec_cafe .menu_blc a {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec_cafe .imgs .baloon {
    width: 160px;
  }
}

/*
greeting
*/

.sec_greeting {
  position: relative;
  background: url(assets/images/home/bg_cafe.svg) center top no-repeat;
  background-size: 1920px 88px;
  padding: 262px 0 0;
}

.sec_greeting .bg_right {
  position: absolute;
  top: 420px;
  left: 50%;
  transform: translateX(60px);
  width: 1199px;
}

.sec_greeting .sec_head_en {
  margin-bottom: 40px;
}

.sec_greeting .greeting_left {
  width: 40%;
  margin-right: 20%;
}

.sec_greeting .greeting_left .ttl {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.sec_greeting .greeting_left .message {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}

.sec_greeting .greeting .place {
  font-size: 14px;
  margin-bottom: 10px;
}

.sec_greeting .greeting .name {
  font-size: 14px;
}

.sec_greeting .greeting .name img {
  margin-left: 10px;
  width: 151px;
}

.sec_greeting .greeting_right {
  width: 40%;
}

.sec_greeting .greeting_right .sp {
  display: none;
}

.sec_cloudfunding {
  position: relative;
  background: url(assets/images/home/bg_contact.svg) center bottom no-repeat;
  background-size: 1920px 88px;
  padding: 120px 0 202px;
}

.cf_blc {
  width: 100%;
  aspect-ratio: 1100 / 336;
}

.cf_blc a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1100 / 336;
}

.cf_blc a::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1100 / 336;
  background: url(assets/images/home/ph_cf.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.cf_blc .txt_blc {
  position: absolute;
  display: block;
  max-width: 638px;
  height: 108px;
  border: solid 1px #fff;
  padding: 6px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cf_blc .txt_inner {
  background: #fff;
  padding: 25px 0;
  text-align: center;
  height: 96px;
}

.cf_blc .main {
  font-size: 22px;
  margin-bottom: 10px;
}

.cf_blc .main .sp {
  display: none;
}

.cf_blc .sub {
  font-size: 16px;
}

.cf_blc a:hover:before {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .sec_greeting .greeting_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .sec_greeting .greeting_left .place,
  .sec_greeting .greeting_left .name {
    display: none;
  }

  .sec_greeting .greeting .name img {
    margin-left: 10px;
    width: 151px;
  }

  .sec_greeting .greeting_right {
    width: 100%;
  }

  .sec_greeting .greeting_right .pc {
    display: none;
  }

  .sec_greeting .greeting_right img.sp {
    width: 100%;
    margin-bottom: 25px;
  }

  .sec_greeting .greeting_right .sp {
    display: block;
  }

  .sec_greeting .greeting_right .place,
  .sec_greeting .greeting_right .name {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .sec_greeting .bg_right {
    top: 800px;
    transform: translateX(-50%);
    width: 667px;
  }

  .sec_greeting .sec_head_en {
    margin-bottom: 20px;
  }

  .sec_greeting .greeting_left .ttl {
    font-size: 24px;
  }

  .sec_greeting .greeting_left .message {
    margin-bottom: 0;
  }

  .sec_cloudfunding {
    padding-bottom: 64px;
  }

  .cf_blc {
    width: 100vw;
    aspect-ratio: 375 / 230;
    margin-left: -20px;
  }

  .cf_blc a {
    width: 100vw;
    aspect-ratio: 375 / 230;
  }

  .cf_blc a::before {
    width: 100vw;
    aspect-ratio: 375 / 230;
    background: url(assets/images/home/ph_cf_sp.jpg) center center no-repeat;
  }

  .cf_blc .txt_blc {
    width: 89%;
    height: 119px;
  }

  .cf_blc .txt_inner {
    padding: 15px 0;
    height: 107px;
  }

  .cf_blc .main {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .cf_blc .main .sp {
    display: block;
  }

  .cf_blc .sub {
    font-size: 12px;
  }
}

@media screen and (max-width: 448px) {
  .sec_greeting {
    background-size: 448px 20px;
    padding: 76px 0 0;
  }

  .sec_cloudfunding {
    background-size: 448px 20px;
    padding: 64px 0 84px;
  }
}

/*
contact
*/
.sec_contact {
  background: rgba(112, 109, 191, 0.15);
  padding: 32px 0 120px;
}

.sec_contact .head_blc {
  width: 22%;
}

.sec_contact .head_blc .sec_head_en {
  margin-bottom: 50px;
}

.sec_contact .contact_blc {
  width: 31%;
  padding-top: 25px;
}

.sec_contact .contact_blc > a {
  border-bottom: solid 2px var(--txt_color);
}

.sec_contact .qr_blc {
  width: 21%;
}

.sec_contact .qr_blc .qr {
  width: 106px;
  height: 106px;
  border-radius: 10px;
  background: #fff;
  padding: 18px;
}

.sec_contact .qr_blc .txt {
  padding-top: 10px;
  line-height: 2;
}

.sec_contact .sp_link {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec_contact .head_blc {
    width: 100%;
    margin-bottom: 50px;
  }

  .sec_contact .contact_blc {
    width: 335px;
  }

  .sec_contact .qr_blc {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .sec_contact {
    padding: 44px 0 64px;
  }

  .sec_contact .head_blc {
    width: 100%;
    margin-bottom: 40px;
  }

  .sec_contact .head_blc .sec_head_en {
    margin-bottom: 20px;
  }

  .sec_contact .contact_blc,
  .sec_contact .qr_blc {
    display: none;
  }

  .sec_contact .sp_link {
    display: block;
    width: 100%;
  }

  .sec_contact .sp_link a {
    max-width: 335px;
    width: 100%;
    height: 56px;
    background: var(--main_color);
    margin: 0 auto 15px;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 20px 15px 0 25px;
  }

  .sec_contact .sp_link a .min {
    font-size: 14px;
  }

  .sec_contact .sp_link a .ico {
    float: right;
    transform: translateY(-2px);
  }
}

/*
access
*/

.sec_access .main {
  width: 50%;
  max-width: 570px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 100px;
  padding-left: 20px;
}

.sec_access .main .sec_head_en {
  margin-bottom: 40px;
}

.sec_access .main .sec_ttl {
  margin-bottom: 80px;
}

.sec_access .main .name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sec_access .main .addr {
  font-size: 16px;
  line-height: 2;
}

.sec_access .map {
  width: 50%;
}

.sec_access .map iframe {
  width: 100%;
  height: 813px;
}

@media screen and (max-width: 768px) {
  .sec_access .main {
    width: 100%;
    max-width: 100%;
    padding-bottom: 50px;
  }

  .sec_access .map {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec_access .main {
    padding: 65px 20px 40px;
  }

  .sec_access .main .sec_head_en {
    margin-bottom: 20px;
  }

  .sec_access .main .sec_ttl {
    margin-bottom: 45px;
  }

  .sec_access .main .name {
    font-size: 20px;
  }

  .sec_access .map iframe {
    width: 100%;
    height: 423px;
  }
}

/*
news
*/
.news_lists .news_list {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
}

.news_lists .news_list:nth-child(3n) {
  margin-right: 0;
}

.news_lists .news_list a {
  display: block;
}

.news_lists .news_list .img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  aspect-ratio: 332 / 222;
}

.news_lists .news_list .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_lists .news_list .img .overlay {
  background: rgba(36, 44, 52, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
}

.news_lists .news_list .img .overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news_lists .news_list a:hover .img .overlay {
  opacity: 1;
}

.news_lists .news_list .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.77;
  margin-bottom: 15px;
}

.news_lists .news_list .date {
  font-size: 14px;
  font-weight: 700;
  color: #b1b7bc;
}

@media screen and (max-width: 767px) {
  .news_container .news_lists .news_list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }

  .sec_news .news_lists .news_list .img,
  .news_container .news_lists .news_list .img {
    margin-bottom: 10px;
  }

  .sec_news .news_lists .news_list .ttl,
  .news_container .news_lists .news_list .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .sec_news .news_lists .news_list {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 8%;
  }

  .sec_news .news_lists .news_list:nth-child(3n) {
    margin-right: 4%;
  }

  .sec_news .news_lists .news_list:nth-child(2n) {
    margin-right: 0;
  }
}

/*
newspage
*/

.sec_pageHeader {
  height: 220px;
  background: url(assets/images/news/bg_pageHeader.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 57px;
}

.sec_pageHeader .logo {
  width: 120px;
  margin: 0 auto;
}

.sec_news {
  padding: 70px 0 200px;
}

.page_head {
  margin-bottom: 65px;
  text-align: center;
}

.page_head .ja {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 50px;
}

.page_head .en {
  font-size: 20px;
  font-weight: 500;
  color: var(--main_color);
  position: relative;
}

.page_head .en::before {
  content: "";
  width: 1px;
  height: 23px;
  background: var(--main_color);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.sec_news .news_list .ttl {
  color: var(--main_color);
}

.sec_news .news_list .date {
  color: var(--txt_color);
}

.pagers {
  text-align: center;
}

.pagers a,
.pagers span {
  font-size: 20px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  color: var(--main_color);
  text-align: center;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.previouspostslink,
.pagers span {
  color: #fff;
  background: var(--main_color);
}

.page_prev {
  background: var(--main_color) url(assets/images/news/ico_arwLeft_White.svg) center center no-repeat;
  background-size: 30px 30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}

.nextpostslink,
.page_next {
  background: var(--main_color) url(assets/images/news/ico_arwRight_White.svg) center center no-repeat;
  background-size: 30px 30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}

span.page_prev {
  background: rgba(112, 109, 191, 0.3) url(assets/images/news/ico_arwLeft_White.svg) center center no-repeat;
  background-size: 30px 30px;
}

span.page_next {
  background: rgba(112, 109, 191, 0.3) url(assets/images/news/ico_arwRight_White.svg) center center no-repeat;
  background-size: 30px 30px;
}

a.previouspostslink:hover,
a.page_prev:hover {
  background: var(--main_color) url(assets/images/news/ico_arwLeft_White.svg) right 20px center no-repeat;
}

a.nextpostslink:hover,
a.page_next:hover {
  background: var(--main_color) url(assets/images/news/ico_arwRight_White.svg) left 20px center no-repeat;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0;
  border: none;
}

.sec_news .news_blc {
  max-width: 800px;
  margin: 0 auto 60px;
}

.news_blc .news_article_head {
  border-bottom: solid 1px #e8e9ea;
  padding-bottom: 40px;
  margin-bottom: 45px;
}

.news_blc .ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 15px;
  color: var(--main_color);
}

.news_blc .date {
  font-size: 16px;
  color: var(--txt_color);
}

.news_blc .body img,
.news_blc .body p {
  margin-bottom: 50px;
}

.news_blc .body p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.sec_news .link_blc {
  max-width: 500px;
  margin: 0 auto;
}

.sec_news .link_blc .to_list_blc {
  height: 60px;
  padding-top: 18px;
  vertical-align: top;
  display: inline-block;
}

.sec_news .link_blc .to_list {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--main_color);
  vertical-align: top;
  padding-bottom: 12px;
}

.sec_news .link_blc .to_list:hover {
  border-bottom: solid 2px var(--main_color);
}

@media screen and (max-width: 767px) {
  .sec_pageHeader {
    height: 130px;
    background: url(assets/images/news/bg_pageHeader.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 32px;
  }

  .sec_pageHeader .logo {
    width: 76px;
  }

  .sec_news {
    padding: 50px 0 80px;
  }

  .page_head {
    margin-bottom: 50px;
  }

  .page_head .ja {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .page_head .en {
    font-size: 14px;
  }

  .page_head .en::before {
    height: 14px;
    top: -20px;
  }

  .pagers a,
  .pagers span {
    font-size: 16px;
    font-weight: 700;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0 1%;
  }

  .previouspostslink,
  .page_prev {
    background: var(--main_color) url(assets/images/news/ico_arwLeft_White.svg) center center no-repeat;
    background-size: 22px 22px;
    width: 44px;
    height: 44px;
  }

  .nextpostslink,
  .page_next {
    background: var(--main_color) url(assets/images/news/ico_arwRight_White.svg) center center no-repeat;
    background-size: 22px 22px;
    width: 44px;
    height: 44px;
  }

  .previouspostslink:hover,
  .page_prev:hover {
    background: var(--main_color) url(assets/images/news/ico_arwLeft_White.svg) right 20px center no-repeat;
    background-size: 22px 22px;
  }

  .nextpostslink:hover,
  .page_next:hover {
    background: var(--main_color) url(assets/images/news/ico_arwRight_White.svg) left 20px center no-repeat;
    background-size: 22px 22px;
  }

  span.page_prev {
    background: rgba(112, 109, 191, 0.3) url(assets/images/news/ico_arwLeft_White.svg) center center no-repeat;
    background-size: 30px 30px;
  }

  span.page_next {
    background: rgba(112, 109, 191, 0.3) url(assets/images/news/ico_arwRight_White.svg) center center no-repeat;
    background-size: 30px 30px;
  }

  .news_blc .news_article_head {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .news_blc .ttl {
    font-size: 20px;
  }

  .news_blc .date {
    font-size: 14px;
  }

  .news_blc .body img,
  .news_blc .body p {
    margin-bottom: 25px;
  }

  .sec_news .link_blc .to_list_blc {
    height: 44px;
    padding-top: 0;
  }

  .sec_news .link_blc .to_list {
    font-size: 14px;
    padding-bottom: 0;
    width: 130px;
    height: 44px;
    line-height: 42px;
    border: solid 1px var(--main_color);
    border-radius: 36px;
    text-align: center;
  }

  .sec_news .link_blc .to_list:hover {
    border: solid 1px var(--main_color);
  }
}

@media screen and (max-width: 448px) {
  .sec_pageHeader {
    height: auto;
    background: url(assets/images/news/bg_pageHeader_sp.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 0;
    aspect-ratio: 375 / 130;
    position: relative;
  }

  .sec_pageHeader .logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }

  .sec_pageHeader .logo img {
    width: 76px;
  }
}

/*
modal
*/
.modal_bg {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100svh;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
}

.modal_bg.active,
.modal.active {
  display: block;
}

.modal_inner {
  position: relative;
  margin: 0 auto;
}

.modal_inner .modal_close {
  position: absolute;
  top: 0;
  right: -48px;
}

.modal .menu_img {
  max-width: 512px;
  width: 100%;
}

.modal_cfWrap {
  width: 80vw;
  max-width: 1100px;
  border-radius: 40px;
  background: #fff;
  padding: 80px;
}

.modal_cfWrap .sp {
  display: none;
}

.modal_cfWrap .img_name {
  max-width: 720px;
  margin: 0 auto 15px;
}

.modal_cfWrap .img_name .left,
.modal_cfWrap .img_name .right {
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

.modal_cfWrap .img_name .left {
  width: 54%;
}

.modal_cfWrap .img_name .right {
  width: 40%;
}

.modal_cfWrap .ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}

.modal_cfWrap .img,
.modal_cfWrap .cf_member {
  max-width: 720px;
  margin: 0 auto;
}

.modal_cfWrap .img {
  margin-bottom: 50px;
}

.modal_cfWrap .cf_member {
  max-height: 30svh;
  overflow-y: scroll;
}

.modal_cfWrap .cf_member ul {
  width: 100%;
  display: block;
}

.modal_cfWrap .cf_member li {
  float: left;
  width: 40%;
  margin-right: 10%;
  margin-bottom: 2.8%;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.modal_cfWrap .cf_member li .min {
  font-size: 12px;
}

.modal_cfWrap .cf_member li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .modal {
    width: calc(100% - 40px);
  }

  .modal_inner {
    max-width: 512px;
    max-height: calc(100svh - 100px);
  }

  .modal .menu_img {
    max-width: 512px;
    width: 100%;
    aspect-ratio: 512 / 731;
  }

  .modal_inner .modal_close {
    top: -34px;
    right: 0;
    width: 16px;
  }

  .modal_cfWrap {
    width: 100%;
    border-radius: 20px;
    padding: 50px 25px;
  }

  .modal_cfWrap .pc {
    display: none;
  }

  .modal_cfWrap .sp {
    display: block;
  }

  .modal_cfWrap .img_name {
    margin-bottom: 10px;
  }

  .modal_cfWrap .ttl {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .modal_cfWrap .img,
  .modal_cfWrap .cf_member {
    width: 90%;
    margin: 0 auto;
  }

  .modal_cfWrap .img {
    margin-bottom: 45px;
  }

  .modal_cfWrap .cf_member li {
    width: 50%;
    margin-right: 0;
  }

  .modal_cfWrap .img_name .left,
  .modal_cfWrap .img_name .right {
    font-size: 12px;
  }
}
