/* 追加 CSS*/
.sectionTitle span {
  display: block;
  font-size: 14px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .sectionTitle span {
    font-size: 12px;
  }
}
.no-post_comment {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .no-post_comment {
    font-size: 14px;
  }
}

/* new-header */
.header {
  padding-top: 24px;
  padding-bottom: 8px;
}
.header-inner {
  display: flex;
  align-items: flex-end;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
.header-logo {
  width: 320px;
  height: auto;
  margin-bottom: 16px;
}
.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: 8px;
}

.header-logo span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.header-menu {
  width: calc(100% - 320px);
  padding-left: 2%;
}
.header-top_inner,
.header-bottom_inner {
  display: flex;
  align-items: center;
}

.header-top_inner {
  justify-content: flex-end;
  column-gap: 16px;
}
.header-sns {
  width: 30px;
  height: 30px;
}
.header-sns img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-bottom {
  padding-top: 18px;
  max-width: 860px;
}
.header-bottom_item {
  width: calc(100% / 7);
}
.header-bottom_item:not(:last-of-type) {
  border-right: 1px solid #121212;
}
.header-bottom_item img {
  width: 57px;
  height: 27px;
  display: block;
  margin: 0 auto 4px;
  object-fit: contain;
}
.header-bottom_item p {
  text-align: center;
  line-height: 1;
  font-size: 18px;
}
.header-bottom_item p span {
  display: block;
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .header-logo {
    width: 230px;
  }

  .header-menu {
    width: calc(100% - 230px);
  }
  .header-bottom_item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 20px;
    padding-bottom: 8px;
  }
  .header-inner {
    display: block;
    position: relative;
  }
  .header-logo {
    width: 177px;
    margin-bottom: 0;
  }

  .header-menu {
    width: 100vw;
    height: 0;
    overflow-y: scroll;
    padding-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    padding: 0;
    margin-left: -20px;
  }
  .header-menu_wrap{
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: column-reverse;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: fit-content;
    padding: 0 0 100px;
  }

  .header-menu .headerNav--open {
    height: 100vh;
    opacity: 1;
    visibility: visible;
    padding: 30px 9%;
  }
  .header-bottom {
    padding-top: 0;
  }
  .header-bottom_inner {
    display: block;
  }

  .header-bottom_item {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    padding: 16px 16px 16px 30px;
    align-items: center;
  }
  .header-bottom_item:not(:last-of-type) {
    border-right: none;
  }
  .header-bottom_item img {
    width: 47px;
    display: block;
    margin: 0 16px 0 0;
  }
  .header-bottom_item p span {
    display: inline-block;
    font-size: 11px;
    padding: 0 4px;
    color: #0b0b0b;
  }
  .header-top_inner {
    justify-content: center;
    column-gap: 16px;
    margin-top: 24px;
  }
  .humburger {
    right: 16px;
    top: 0;
    transform: inherit;
  }
}
/* footer */
.footer-new_wrap {
  display: flex;
  align-items: center;
}
.footer-new_sns {
  display: block;
  width: 49px;
  min-width: 49px;
  height: 49px;
  margin-top: 26px;
}
.footer-new_sns + .footer-new_sns {
  margin-left: 16px;
}
.footer-new_sns img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footerTop__contactLink {
  min-width: 256px;
  margin-right: 20px;
}
.footerTop__mainItem {
  font-size: 1.5rem;
  line-height: 2.4;
}
.footerTop__title {
  margin-top: 25px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  color: #646464;
}
.footer-copy {
  color: #f47133;
  background-color: #fed576;
  text-align: center;
  line-height: 2;
}

.topMv{
  margin-top: 124px;
}
@media screen and (max-width: 767px) {
  .topMv {
    margin-top: 72px;
  }
}

/* 新デザイン */

:root{
  --blue: #333D5E;
  --green: #00999E;
  --gray: #787878;

  --mincho: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.inner{
  width: 100%;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* title */
.ttl{
  line-height: 1;
  font-size: 30px;
  position: relative;
  color:var(--blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.ttl span{
  display: block;
  line-height: 1;
  margin-top: 4px;
  font-size: 14px;
}
.ttl::before{
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 48%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/dot.svg)center/contain repeat;
  z-index: -1;
}


@media screen and (min-width: 768px) {
.ttl {
  font-size: 40px;
  height: 120px;
}
.ttl::before{
  width: 120px;
  height: 120px;
}
.ttl span{
  font-size: 16px;
}
}

/* article card */
.card-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 32px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .card-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .card:nth-of-type(2),
  .card:nth-of-type(3){
    width: calc(50% - 10px);
  }

  .card:nth-of-type(n+4){
    display: flex;
    align-items: center;
  }

  .card:nth-of-type(n+4) .card-img_wrap{
    width: 45%;
  }

  .card:nth-of-type(n+4) .card-desc{
    width: 55%;
    padding-left: 16px;
  }

  .card:nth-of-type(n+2) .card-ttl,
  .card:nth-of-type(n+2) .card-day{
    font-size: 13px;
  }

  .card:nth-of-type(n+2) .card-cat{
    height: 28px;
    padding: 9px;
    font-size: 10px;
  }
}

.card-img{
  aspect-ratio: 1215 / 810;
  }
.card-img_wrap{
  position: relative;
  margin-bottom: 16px;
}
.card-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-cat{
  line-height: 1;
  padding: 12px 9px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
  margin: 0 0 -16px -10px;
}
@media screen and (min-width: 768px) {
.card-cat {
  font-size: 16px;
  margin: 0 0 -16px -16px;
}
}

.card-cat::after{
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 0;
  right: -29px;
}

.event-wrap .card-cat,
.event-wrap .card-cat::after
{
background: var(--blue);
}
.pickup-wrap .card-cat,
.pickup-wrap .card-cat::after
{
  background: var(--green);
}
.card-cat.no-cat,
.card-cat.no-cat::after{
  background-color: transparent;
}

.card-day{
  margin-bottom: 12px;
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--mincho);
  font-size: 18px;
  margin-bottom: 12px;
  display: block;
}
.event-day{
  color: var(--green);
  display: flex;
  align-items: center;
}
.event-day::before{
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url(../img/page-parts/top/day-icon.svg)center/contain no-repeat;
}
.event-day.archive{
  font-size: 14px;
  margin-bottom: 7px;
}
.event-day.single{
  font-size: 18px;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .event-day.archive{
    font-size: 16px;
  }
  .event-day.single{
    font-size: 20px;
  }
}
.event-day.archive::before{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.pickup-day{
  color: #bcb7b7;
}
@media screen and (min-width: 768px) {
.card-day {
  font-size: 20px;
}
}

.card-ttl{
  font-size: 20px;
  font-weight: 700;
  font-family: var(--mincho);
  color: var(--blue);
  margin-bottom: 12px;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
.card-ttl {
font-size: 24px;
}
}
.card-contents{
  line-height: 1.5;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
.card-contents {
font-size: 16px;
}
}
.no-img{
  border: 1px solid #e4e4e4;
}

/* ボタン */
.more-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  padding: 23px 40px;
  color: var(--blue);
  border: 4px solid var(--blue);
  width: fit-content;
  margin: 0 auto;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
.more-btn {
  font-size: 30px;
  padding: 28px 40px;
  border: 5px solid var(--blue);
}
}
.more-btn:hover{
  background: var(--blue);
  color: #fff;
}

.sec-archive{
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
.sec-archive {
padding-top: 120px;
}
}

.sec-archive .ttl{
  margin-bottom: 60px;
}

.page-404,
.index{
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  .page-404,
  .index {
    margin-top: 150px;
  }
}

.index .mv-img{
  width: 100%;
}
.mv-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pickup,
.topAbout{
  padding-bottom: 120px;
}

.model-inner{
  max-width: 100%;
  padding: 0 20px;
}
.model{
  padding: 120px 0 100px;
}

.model-wrap{
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .model-wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
}
.model-link{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  aspect-ratio: 1/1;
  position: relative;
  padding: 10px;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
.model-link {
  padding: 20px;
}
}
.model-link:hover{
  opacity: 0.6;
}
.model-link:nth-of-type(1){
  background: url(../img/page-parts/top/model-link_1.jpg)center/cover no-repeat;
}
.model-link:nth-of-type(2){
  background: url(../img/page-parts/top/model-link_2.jpg)center/cover no-repeat;
}
.model-link:nth-of-type(3){
  background: url(../img/page-parts/top/model-link_3.jpg)center/cover no-repeat;
}
.model-link:nth-of-type(4){
  background: url(../img/page-parts/top/model-link_4.jpg)center/cover no-repeat;
}

.model-link:nth-of-type(odd){
  flex-direction: column;
}

.model-link:nth-of-type(even){
  flex-direction: column-reverse;
}

.model-link_ttl{
  font-family: var(--mincho);
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  writing-mode: vertical-rl;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
.model-link_ttl {
  font-size: 60px;
}
}
.model-link_text{
  color: #fff;
  line-height: 1.75;
  margin-right: 0;
  margin-left: auto;
  font-family: var(--mincho);
  font-weight: 700;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
.model-link_text {
font-size: 18px;
}
} 
.news-area{
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
.news-wrap {
  display: flex;
  justify-content: space-between;
}
.news-area{
  width: calc(100% - 350px - 4%);
  margin-bottom: 0;
}
.news-banner-area{
  width: 350px;
}
}
.news-inner{
  max-width: 1400px;
}
.news-ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 500;
  position: relative;
}
.news-ttl span{
  width: fit-content;
  display: block;
  background: #fff;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  line-height: 1;
}
/* .news-ttl::before, */
.news-ttl::after{
content: "";
display: block;
width: 100%;
height: 1px;
background-color: #0b0b0b;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: -1;
}

.news-link{
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 16px;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
.news-link {
  display: flex;
  align-items: baseline;
font-size: 18px;
}
}
.news-link:hover{
  opacity: 0.6;
}
.news-day{
  color: var(--gray);
  margin-right: 2%;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
.news-day {
  margin-bottom: 0;
}
}
.news-item_ttl{
  line-height: 1.5;
  font-weight: 600;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
.news-item_ttl {
  font-size: 20px;
}
}
.news-btn{
  display: flex;
  justify-content: flex-end;
  width: 120px;
  border-bottom: 1px solid #0b0b0b;
  font-size: 18px;
  line-height: 1;
  margin: 40px 0 0 auto;
  padding: 10px 0 8px;
  transition: 0.2s;
}
.news-btn:hover{
  letter-spacing: 3px;
}
.news-banner_item{
  display: block;
  margin-bottom: 24px;
  transition: 0.2s;
}
.news-banner_item:hover{
  opacity: 0.6;
}
.index .insta{
  border-top: none;
}
.insta-ttl{
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.08em;
  margin: 0 auto 50px;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
.insta-ttl {
font-size: 36px;
  margin: 0 auto 70px;
}
}

.page-404_title{
  line-height: 1;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  color: var(--blue);
  margin: 100px 0 60px;
}
.page404_text{
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
  margin-bottom: 100px;
}

.page-404_link{
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
.page-404_title {
font-size: 100px;
}
.page404_text{
  font-size: 20px;
}
.page404_text br{
  display: none;
}
}

/* single 特集記事 */
.pickup-ttl{
  font-size: 32px;
  letter-spacing: 4px;
}
.pickup-ttl span{
  letter-spacing: 0;
}
.pickup-ttl::before{
  background: url(../img/ttl-border.svg)center/contain repeat;
  z-index: -1;
}
.single-pickup{
  padding-top: 100px;
}
.single-pickup_ttl{
padding-top: 60px;
font-size: 28px;
line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single-pickup_ttl{
    font-size: 22px;
    }
  }
.single-pickup_rowBox{
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
.single-pickup_date{
  font-weight: 500;
  font-size: 20px;
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  .single-pickup_date{
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
  }
.single-pickup_tag{
  font-size: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .single-pickup_tag{
    font-size: 16px;
  }
  }
.single-pickup_contetnsBox{
margin-top: 0;
}
.single-pickup_contetns{
margin-top: 40px;
}

.single-pickup_info{
  margin: 100px auto 80px;
  border: 4px solid rgba(51, 61, 94, 0.6);
  padding: 60px 20px 30px;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .single-pickup_info{
    padding: 60px 30px 30px;
  }
}
.single-pickup_infoRibon{
  clip-path: polygon(0% 0%, 100% 0,90% 50%, 100% 100%, 0% 100%);
  background: var(--blue);
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-top: -80px;
  margin-bottom: 30px;
  margin-left: -36px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .single-pickup_infoRibon{
      margin-left: -45px;
  }
}
.single-pickup_infoRibon span{
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.single-pickup_infoTtl{
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid var(--blue);
  margin-bottom: 24px;
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
 .single-pickup_infoTtl{
  font-size: 20px;
    margin-bottom: 32px;
}
}
.single-pickup_infoTtl span{
 font-size: 16px;
 font-weight: 400;
 display: block;
 line-height: 1.2;
 margin-top: 4px;
}
@media screen and (min-width: 768px) {
.single-pickup_infoTtl span{
 font-size: 18px;
 display: inline;
 margin-top: 0;
}
}

.single-pickup_infoBox dd,
.single-pickup_infoBox dt,
.single-pickup_infoBox dd p{
line-height: 1.5;
}
.single-pickup_infoBox dt{
font-weight: 700;
padding-top: 16px;
padding-bottom: 4px;
}
.single-pickup_infoBox dd{
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(51, 61, 94, 0.2);
}
@media screen and (min-width: 768px) {
.single-pickup_infoBox{
  display: flex;
  flex-wrap: wrap;
}
.single-pickup_infoBox dt{
  width: 25%;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(51, 61, 94, 0.2);
}
.single-pickup_infoBox dd{
  width: 75%;
  padding: 8px 16px;
  border-bottom: 1px dashed rgba(51, 61, 94, 0.2);
}
}

/* 調整 */
.pcSide__iconBox{
  height: 110px;
}
.topAccess__pcInfoBox_link{
  display: block;
    max-width: 133px;
    margin-right: 16px;
}


.spotSingle__imageSliderBox{
  max-width: 900px;
}
.spotSingle__navImageBox{
width: 135px;
}
@media screen and (max-width: 767px) {
  .spotSingle__navImageBox{
    width: 70px;
    }
}  
.newsBox__cardBox{
  gap: 57px 24px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .newsBox__cardBox{
  flex-direction: row;
  justify-content: space-between;
  gap: 50px 22px;
}
} 
@media screen and (max-width: 767px) {
.newsBox .newsCard:nth-of-type(2) {
    margin-top: 0;
}
} 

.newsBox .newsCard {
  width: calc((100% / 3) - 16px);
  margin-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
 .newsBox .newsCard {
    width: calc((100% / 2) - 11px);
}
} 
@media screen and (max-width: 767px) {
.newsBox .newsCard__rowBox {
    display: block;
}
.newsBox .newsCard__date {
    line-height: 1.8;
}
} 
.newsBox__content {
margin-right: 0;
}
.newsBox__content{
  margin-right: 0;
}
.newsSinglePagination {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.spotSingle__mapBox{
position: relative;
overflow: hidden;
margin-bottom: 100px;
}

.spotSingle__mapBox iframe{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 767px) {
  .spotSingle__mapBox{
    height: 300px;
    }
} 

.spotSingle__image{
background-size: cover;
}
.newsTextOnly *{
 line-height: 2.5;
}
.footer-new_wrap {
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.footerTop__contactLink {
    min-width: 256px;
    margin-right: 20px;
    width: 100%;
    max-width: 300px;
}
.footer-new_wrap {
    flex-wrap: wrap;
    width: 300px;
}
.footerTop__navInBox {
    display:flex;
}
.topAbout__movieLink {
    margin-top: 250px;
}
.topAbout__imageBox {
    aspect-ratio: 315/190;
    height: 190px;
}
}
.breadcrumb__item-Lastcat{
  display: none;
}

.breadcrumb__item-cat:not(:last-of-type)::after{
  content: none;
}
.breadcrumb__item-cat:not(:first-of-type)::before{
  content: " /";
  white-space: pre-wrap;
}

.breadcrumb__item-catWrap{
  display: flex;
}

@media screen and (max-width: 767px) {
.stayTab__link--view-2{
  display: flex;
}
}

.tab-area[data-term]:not([data-term="すべて"]) {
  display: none;
}
.stayTab__link{
  cursor: pointer;
}