@charset "UTF-8";
/***  メインビジュアル　フェード  ***/
#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09,
#top10,
#top11,
#top12,
#top13,
#top14,
#top15 {
  width: 94%;
  margin: 0 auto;
  text-align: left;
  padding: 2em 0;
}

/***  メインビジュアル top01  ***/
.topMv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  aspect-ratio: 390/460;
  background: url("../img/top/top_mv_bg_sp.jpg") center bottom/cover no-repeat;
}
@media (min-width: 768px) {
  .topMv {
    height: 100vh;
    min-height: 900px;
    aspect-ratio: auto;
    background: url("../img/top/top_mv_bg.jpg") center bottom/cover no-repeat;
  }
}
.topMv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.topMv #top01 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  max-width: 850px;
  width: 84%;
  height: 100%;
  margin: 0 auto;
  padding-top: 0;
}
@media (min-width: 768px) {
  .topMv #top01 {
    width: 94%;
    padding-top: 2em;
  }
}
@media (min-width: 1200px) {
  .topMv #top01 {
    padding-top: 1em;
  }
}
@media (min-width: 1600px) {
  .topMv #top01 {
    padding-top: 0;
  }
}

.topMv__texts {
  width: 86%;
  margin: 0 auto;
}

@media (min-width: 1600px) {
  .topMv__texts {
    margin: -3em auto 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .topMv__heading {
    width: 80%;
    margin: 0 auto;

    img{
      margin: 0 auto;
    }
  }
}

.topMv__catch {
  font-size: clamp(16px, calc(40 / 960 * 100vw), 40px);
  letter-spacing: 0.25em;
  padding-left: 5px;
}
@media (min-width: 960px) {
  .topMv__catch {
    font-size: 40px;
    padding-left: 10px;
  }
}

.topMv__catch > span {
  font-size: 1.45em;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .topMv__catch > span {
    letter-spacing: 0.25em;
  }
}

/***  top02  ***/
.top02 {
  background: url(../img/top/top02_bgs.jpg) center/cover no-repeat;
  padding-block: 50px 311px;
}
@media (min-width: 768px) {
  .top02 {
    background: url(../img/top/top02_bg.jpg) center/cover no-repeat;
    padding-block: 64px 577px;
  }
}
@media (min-width: 1600px) {
  .top02 {
    background: url(../img/top/top02_bg.jpg) center bottom/cover no-repeat;
    padding-block: max(64px, calc(64 / 1600 * 100vw)) max(577px, 36.0625vw);
  }
}
.top02 #top02 {
  max-width: 982px;
  width: 100%;
  @media screen and (min-width: 769px) {
    width: 94%;
    margin: 0 auto;
  }
}

.top02__cols {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 123px;
}
@media (min-width: 768px) {
  .top02__cols {
    flex-direction: row;
    align-items: flex-start;
  }
}

.top02__headingBox {
  display: flex;
  /*flex-direction: column;*/
  align-items: flex-start;
  writing-mode: vertical-rl;
  font-size: 34px;
  line-height: 2.2;
  letter-spacing: 0.3em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .top02__headingBox {
    font-size: 53px;
  }
}

.top02__subHeading {
  font-size: 0.50943396em;
  font-weight: 500;
  letter-spacing: 0.25em;
  margin-right: 17px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
.top02__subHeading {
  margin-right: 27px;
}
}


.top02__texts {
  max-width: 700px;
  width: 100%;
  margin-inline: auto;
}

.top02__catch {
  font-size: clamp(18px, calc(50 / 768 * 100vw), 40px);
  margin-left: 10%;
  letter-spacing: 2px;
  @media screen and (min-width: 769px) {
    font-size: 46px;
    margin-left: 0;
    letter-spacing: 5px;
  }

  > span:last-child {
    display: inline-block;
    /* text-indent: 28px; */
    @media screen and (min-width: 769px) {
      text-indent: 67px;
    }
  }
}

.top02__text {
  max-width: 661px;
  width: 82%;
  margin-inline: auto;
  /* font-size: 80%; */
  @media screen and (min-width: 769px) {
    /* font-size: 90%; */
    width: 100%;
    margin-inline: 0;
  }
}

.top02__btn {
  text-decoration: none;
  max-width: 579px;
  width: 82%;
  margin-inline: auto;
  display: grid;
  place-items: center;
  border: 1px solid #000;
  padding: 30px 3% 50px;
  position: relative;

  @media screen and (min-width: 520px) {
    place-items: start;
    padding: 32px 12%;
  }
  @media screen and (min-width: 769px) {
    margin-inline: 0;
    width: 100%;
  }

  &:after {
    content: "";
    position: absolute;
    width: 20px;
    aspect-ratio: 25.4/9.5;
    background: url("../img/common/icon_arrow_gray_right.svg") center/contain no-repeat;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    @media screen and (min-width: 520px) {
      width: 25px;
      left: auto;
      bottom: auto;
      right: 50px;
      top: 50%;
      transform: translateY(-50%);
    }
  }
}


.top02__btnText {
  display: inline-block;
  font-size: 16px;
  @media screen and (min-width: 400px) {
    font-size: 17px;
  }
  @media screen and (min-width: 769px) {
    font-size: 21px;
  }

  > span {
    &:first-child {
      display: block;
      font-size: 0.714em;
      letter-spacing: 0.25em;
    }
  }
}

/***  top03  ***/
.top03 #top03 {
  max-width: 100%;
  width: 100%;
}

.top03__headingBox {
  max-width: 690px;
  width: 93%;
  margin-left: 7%;
  font-size: 43px;
  line-height: 1.9;
  letter-spacing: 0.25em;
}
@media (min-width: 768px) {
  .top03__headingBox {
    font-size: 58px;
    margin: 0 auto;
    width: 94%;
  }
}

.top03__enHeading {
  font-size: 14px;
  letter-spacing: 0;
  @media screen and (min-width: 769px) {
    font-size: 0.328em;
  }
}

.top03__subHeading {
  font-size: 16px;
  letter-spacing: 0.15em;  
  @media screen and (min-width: 769px) {
    font-size: 0.414em;
    letter-spacing: 0.25em;
  }
}

.top03__heading {
  letter-spacing: 0.25em;
  margin-top: -12px;
  @media screen and (min-width: 769px) {
    margin-top: -17px;
  }
}

.top03__wrap {
  display: flex;
  flex-direction: column;
  gap: 90px 0;
}
@media (min-width: 768px) {
  .top03__wrap {
    gap: 147px 0;
  }
}

.top03__item {
  display: flex;
  flex-direction: column;
  gap: 60px clamp(0px, calc(84 / 768 * 100vw), 84px);
}
@media (min-width: 768px) {
  .top03__item {
    flex-direction: row;
    align-items: center;
  }
}

.top03__img {
  width: 100%;
}
@media (min-width: 768px) {
  .top03__img {
    max-width: 1038px;
    width: 64.88%;
  }
}
.top03__img > img {
  display: block;
  width: 100%;
  height: auto;
}

.top03__contents {
  display: flex;
  flex-direction: column;
  width: 82%;
  margin: 0 auto;
  height: 100%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .top03__contents {
    min-width: 380px;
    max-width: 380px;
    margin: 0;
    padding-right: 30px;
    width: 94%;
  }
}
@media (min-width: 1080px) {
  .top03__contents {
    min-width: 466px;
    max-width: 466px;
    padding-right: clamp(0px, 5vw, 80px);
  }
}

.top03__label {
  letter-spacing: -0.01em;
}

.top03__title {
  font-size: 43px;
  @media screen and (min-width: 769px) {
    font-size: 60px;
  }
}

.top03__point01Cols01 {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.top03__point01Img01 {
  max-width: 116px;
  width: 100%;
}

.top03__point01Cols02 {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.top03__point01Img02 {
  max-width: 232px;
  width: 100%;
}

.top03__point01Text02 > span {
  display: block;
  text-indent: 13px;
}

.top03__point02Img {
  max-width: 354px;
  width: 100%;
}
@media (min-width: 768px) {
  .top03__point02Img {
    margin-left: 10px;
  }
}

.top03__point02Img > img {
  width: 60%;
}

.top03__point03ImgCols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 365px;
  width: 100%;
}
.top03__point03ImgCols > img {
  width: 100%;
  height: auto;
  display: block;
}

.top03__btnbox {
  width: 94%;
  margin-inline: auto;
}

/***  top04  ***/
.top04__headingWrap{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2em;
  @media (min-width: 769px) {
    width: auto;
    margin: 0;
    padding-bottom: 0;
  }
}
.top04__headingBox > span {
  display: block;
}
.top04__headingBox > span:first-child {
  padding-left: 8px;
}

.top04__heading{
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-top: 0.3em;
  @media (min-width: 769px) {
    font-size: 36px;
    letter-spacing: 7px;
    line-height: 2;
    padding-top: 0.5em;
  }

  br{
    display: none;
    @media (min-width: 560px) and (max-width: 850px) {
      display: block;
    }
  }
}

.top04__text {
  max-width: 655px;
  width: 100%;
}

/***  top05  ***/
.top05 {
  background-image: url("../img/top/top05_bg_sp3.jpg");
  background-position: 0 -1px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000;
}
@media (min-width: 600px) {
  .top05 {
    background-position: center -3%;
  }
}
@media (min-width: 768px) {
  .top05 {
    background-image: url("../img/top/top05_bg.jpg");
    background-position: center -1.3%;
    background-size: 1600px;
  }
}
@media screen and (min-width: 1600px) {
  .top05 {
    background-size: 100%;
  }
}

.top05 #top05 {
  max-width: 100%;
  width: 100%;
}

.top05__topArea {
  max-width: 1144px;
  width: 90%;
  margin-left: 10%;
  padding-block: 30px 100px;
}
@media (min-width: 768px) {
  .top05__topArea {
    width: 94%;
    margin: 0 auto;
    padding-block: 100px 480px;
  }
}
@media (min-width: 1600px) {
  .top05__topArea {
    padding-block: max(116px, calc(116 / 1600 * 100vw)) max(500px, calc(500 / 1600 * 100vw));
  }
}

.top05__topCols {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px clamp(0px, 11.4166666667vw, 137px);
}
@media (min-width: 768px) {
  .top05__topCols {
    flex-direction: row;
  }
}

.top05__subHeading {
  font-size: 0.50943396em;
  font-weight: 500;
  letter-spacing: 0.25em;
  margin-left: 10px;
}

.top05__texts {
  max-width: 664px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top05__texts {
    margin-top: 1.5em;
  }
}

.top05__text{
  width: 90%;
   @media screen and (min-width: 769px) {
    width: auto;
   }
}

.top05__heading {
  font-size: clamp(27px, calc(60 / 768 * 100vw), 40px);
  letter-spacing: 0;
  margin-left: -0.1em;
  @media screen and (min-width: 769px) {
    font-size: 53px;
    letter-spacing: 6px;
    margin-left: 0;
  }

  > span {
    display: inline-block;
    text-indent: 0.15em;
    @media screen and (min-width: 769px) {
      text-indent: 3.2em;
    }
  }
}

.top05__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 0;
}
@media (min-width: 990px) {
  .top05__list {
    gap: 128px 0;
  }
}

.top05__item {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media (min-width: 768px) {
  .top05__item {
    flex-direction: row;
    align-items: center;
    padding-right: 20px;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .top05__item:nth-child(2n) {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .top05__item:nth-child(2n) .top05__contents {
    margin-left: 0;
    margin-right: -185px;
  }
}
.top05__item:nth-child(2n) .top05__contents > span {
  padding-left: 5.5em;
}
@media (min-width: 990px) {
  .top05__item:nth-child(1) .top05__contents {
    padding-top: 136px;
  }
}
@media (min-width: 990px) {
  .top05__item:nth-child(2) .top05__contents {
    padding-top: 174px;
  }
}

.top05__item:nth-child(2) .top05__itemCatch{
  margin-left: -0.5em;
  br{
    display: none;
    @media (min-width: 412px) {
      display: block;
    }
  }

  .top05__itemCatchIndent {
    @media (min-width: 411px) {
      padding-left: 4.5em;
    }
    @media (min-width: 768px) {
      padding-left: 5.4em;
    }
  }
} 

@media (min-width: 990px) {
  .top05__item:nth-child(3) .top05__contents {
    padding-top: 268px;
  }
}
.top05__item:nth-child(3) .top05__itemCatch .top05__itemCatchIndent {
  padding-left: 0.5em;
  @media (min-width: 411px) {
    padding-left: 1.25em;
  }
  @media (min-width: 768px) {
    padding-left: 2.7em;
  }
}

@media (min-width: 990px) {
  .top05__item:nth-child(4) .top05__contents {
    padding-top: 358px;
  }
}
.top05__item:nth-child(5) .top05__itemCatch .top05__itemCatchIndent {
  padding-left: 2.25em;
  @media (min-width: 768px) {
    padding-left: 4.1em;
  }
}

@media (min-width: 990px) {
  .top05__item:nth-child(6) .top05__contents {
    padding-top: 145px;
  }
}
.top05__item:nth-child(6) .top05__itemCatch .top05__itemCatchIndent {
  padding-left: 1.25em;
  @media (min-width: 768px) {
    padding-left: 0;
  }
}

@media (min-width: 990px) {
  .top05__item:nth-child(7) .top05__contents {
    padding-top: 252px;
  }
}

.top05__item:nth-child(7) .top05__itemCatch{
  br{
    display: none;
    @media (min-width: 411px) {
      display: block;
    }
  }
  .top05__itemCatchIndent {
    @media (min-width: 411px) {
      padding-left: 4.5em;
    }
    @media (min-width: 768px) {
      padding-left: 6.8em;
    }
  }
}

@media (min-width: 990px) {
  .top05__item:nth-child(8) .top05__contents {
    padding-top: 0px;
  }
}
.top05__item:nth-child(8) .top05__itemCatch {
  white-space: normal;
  @media (min-width: 769px) {
    white-space: nowrap;
  }
}

.top05__imgBox {
  position: relative;
  width: 92%;
  @media (min-width: 768px) {
    width: 66.3%;
  }
}


.top05__item{
  &:nth-of-type(even){
    .top05__imgBox{
      margin-left: auto;
      @media (min-width: 768px) {
        margin-left: 0;
      }
    }
  }
  &:nth-of-type(odd){
    .top05__imgBox{
      margin-right: auto;
      @media (min-width: 768px) {
        margin-right: 0;
      }
    }
  }
}

@media (min-width: 768px) {
  .top05__imgBox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
.top05__imgBox.mask01::after {
  background: linear-gradient(135deg, rgba(35, 24, 21, 0) 0%, rgba(35, 24, 21, 0) 20%, rgba(35, 24, 21, 0.5) 100%);
}
.top05__imgBox.mask02::after {
  background: linear-gradient(135deg, rgba(35, 24, 21, 0) 0%, rgba(35, 24, 21, 0) 20%, rgba(35, 24, 21, 0.5) 100%);
}
.top05__imgBox.mask03::after {
  background: linear-gradient(135deg, rgba(35, 24, 21, 0) 0%, rgba(35, 24, 21, 0) 20%, rgba(35, 24, 21, 0.5) 100%);
}
.top05__imgBox.mask04::after {
  background: linear-gradient(315deg, rgba(35, 24, 21, 0) 0%, rgba(35, 24, 21, 0) 20%, rgba(35, 24, 21, 0.5) 100%);
}
.top05__imgBox.mask05::after {
  background: linear-gradient(135deg, rgba(35, 24, 21, 0) 0%, rgba(35, 24, 21, 0) 20%, rgba(35, 24, 21, 0.5) 100%);
}
.top05__imgBox.mask06::after {
  background: linear-gradient(260deg, rgba(35, 24, 21, 0) 0%, rgba(35, 24, 21, 0) 20%, rgba(35, 24, 21, 0.5) 100%);
}
.top05__imgBox.mask07::after {
  background: linear-gradient(135deg, rgba(35, 24, 21, 0) 0%, rgba(35, 24, 21, 0) 20%, rgba(35, 24, 21, 0.5) 100%);
}
.top05__imgBox.mask08::after {
  background: linear-gradient(315deg, rgba(35, 24, 21, 0) 0%, rgba(35, 24, 21, 0) 20%, rgba(35, 24, 21, 0.5) 100%);
}
.top05__imgBox > img {
  display: block;
  width: 100%;
}

.top05__contents {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .top05__contents {
    max-width: 541px;
    min-width: 541px;
    width: 100%;
    margin-left: -200px;
    padding-top: 120px;
    padding-bottom: 0;
  }
}
@media (min-width: 990px) {
  .top05__contents {
    padding-top: 208px;
  }
}

.top05__headingWrap {
  display: flex;
  align-items: center;
  gap: 0 1.25em;
  margin: 1.25em 0 1.75em;
  @media (min-width: 769px) {
    gap: 0 34px;
  }
}

.top05__label {
  letter-spacing: -0.02em;
  white-space: nowrap;
  padding-top: 0.5em;
  line-height: 1;
}

.top05__itemHeading {
  flex: 1;
  white-space: nowrap;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 6px;
}
@media (min-width: 768px) {
  .top05__itemHeading {
    font-size: 60px;
    letter-spacing: 8px;
  }
}

.top05__itemCatch {
  font-size: 23px;
  letter-spacing: 0.25em;
  padding: 0.5em 0 0.5em;
  @media (min-width: 769px) {
      font-size: 32px;
      letter-spacing: 0.35em;
      padding: 1em 0 0;
  }
}

.top05__txtIndent{
  @media (max-width: 500px) {
    display: inline-block;
    text-indent: -0.25em;
  }
}

/***  top06  ***/
.top06__inner{
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top06__inner{
    width: 100%;
  }
}
.top06__headingBox > span {
  display: block;
}

.top06__heading {
  font-size: clamp(30px, calc(50 / 768 * 100vw), 32px);
}
@media (min-width: 768px) {
  .top06__heading {
    font-size: 36px;
  }
}

.top06__slideLink {
  display: block;
  text-decoration: none;
}
.top06__slideLink:hover img {
  opacity: 1;
  transform: scale(1.03);
}
.top06__slideTexts{
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .top06__slideTexts{
    margin-top: 2em;
  }
}
.top06__slideTitle {
  display: flex;
}
.top06__slideTitle > span:first-child {
  width: fit-content;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.top06__slideTitle > span:last-child {
  min-width: max-content;
}

.top06__img {
  width: 100%;
  aspect-ratio: 682/454;
  overflow: hidden;
}
.top06__img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.top06__btnbox {
  width: 94%;
  margin-inline: auto;
}

/***  top07  ***/
.top07__headingBox > span {
  display: block;
}

.top07__heading {
  font-size: 32px;
}
@media (min-width: 768px) {
  .top07__heading {
    font-size: 36px;
    margin-top: -7px;
  }
}

.top07__slideLink {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.top07__slideLink:hover img {
  opacity: 1;
  transform: scale(1.03);
}

.top07__slideTitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.top07__img {
  width: 100%;
  aspect-ratio: 447/320;
  overflow: hidden;
}
.top07__img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.top07__btnBox {
  width: 94%;
  margin-inline: auto;
}

/***  top08  ***/
.top08 #top08 {
  max-width: 100%;
}

.top08__headingWrap{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2em; 
  @media (min-width: 769px) {
    width: auto;
    margin: 0;
  }
}

.top08__texts {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}

.top08__headingBox > span {
  display: block;
}

.top08__heading {
  font-size: clamp(30px, calc(50 / 768 * 100vw), 36px);
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .top08__heading {
    font-size: 36px;
    letter-spacing: 7px;
    margin-top: -7px;
  }
}

.top08__contents {
  max-width: 1400px;
  width: 88%;
  margin-inline: auto;
  @media (min-width: 769px) {
    width: 100%;
  }
}

.top08__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .top08__cols {
    grid-template-columns: 1fr 1fr;
    gap: 80px 60px;
  }
}

.top08__cols a {
	text-decoration: none;
}
.top08__cols a img{
	filter: alpha(opacity=100);
	-webkit-opacity:1.00;
	-moz-opacity:1.00;
	opacity:1.00;
}

.top08__item {
	margin-bottom: 2em;
}
@media (min-width: 768px) {
  .top08__cols {
	margin-bottom: 0;
  }
}

.top08__img {
  width: 100%;
}
.top08__img > img {
  display: block;
  width: 100%;
  height: auto;
}

.top08__detailCols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1em;
}

.top08__detailHeading {
  display: flex;
  align-items: center;
  gap: 0 2em;
  padding-top: 10px;
}

.top08__price {
  font-size: 40px;
  letter-spacing: 0.01em;
  margin-left: auto;
}

.top08__price > span:last-of-type {
  font-size: 0.4em;
  margin-left: 7px;
}

/***  top09  ***/
.top09__inner{
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top09__inner{
    width: 100%;
  }
}

.top09__headCols {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top09__heading {
  letter-spacing: -0.04em;
}
.top09__heading > span {
  font-weight: normal;
}

.top09__moreLink {
  display: flex;
  align-items: center;
  gap: 0 21px;
  text-decoration: none;
}
.top09__moreLink::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #E5E1DA;
}

.top09__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 41px;
}
@media (min-width: 768px) {
  .top09__cols {
    grid-template-columns: 1fr 1fr;
    gap: 41px 79px;
  }
}

.top09__item {
  display: flex;
  align-items: flex-start;
  gap: 1em 22px;
  text-decoration: none;
}
.top09__item:hover .top09__img > img {
  opacity: 1;
  transform: scale(1.03);
}

.top09__date {
  display: block;
  font-size: 11px;
  @media (min-width: 769px) {
    font-size: 12px;
  }
}

.top09__itemHeading {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5;
  margin: 0.5em 0;
  @media (min-width: 769px) {
    line-height: 1.8;
    margin: 1em 0;
  }
}

.top09__img {
  width: 42%;
  aspect-ratio: 324/216;
  overflow: hidden;
}
.top09__img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.top09__texts {
  flex: 1;
}

.top09__catBox {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

/***  top10  ***/
.top10 #top10 {
  max-width: 100%;
  padding-top: 0;
}

.top10__container {
  max-width: 1513px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top10__container{
    width: 100%;
  }
}

.top10__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em 37px;
}
@media (min-width: 768px) {
  .top10__cols {
    grid-template-columns: 1fr 1fr;
    gap: 40px 37px;
  }
}

.top10__link {
  display: block;
  text-decoration: none;
  position: relative;
}
.top10__link:hover .top10__img > img {
  opacity: 1;
  transform: scale(1.03);
}

.top10__img {
  width: 100%;
  overflow: hidden;
}
.top10__img > img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.6s ease;
}

.top10__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.top10__heading {
  position: absolute;
  top: 5%;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  padding-left: 13.1%;
  letter-spacing: 0.25em;
}
@media (min-width: 768px) {
  .top10__heading {
    font-size: 27px;
    letter-spacing: 8px;
  }
}

/***  top11  ***/
.top11__headingBox{
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top11__headingBox{
    width: 100%;
  }
}
.top11__headingBox > span {
  display: block;
}

.top11__heading {
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .top11__heading {
    font-size: 36px;
    letter-spacing: 7px;
  }
}

.top11__accordionBox {
  max-width: 1013px;
  width: 92%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top11__accordionBox {
    width: 100%;
  }
}

/***  top12  ***/
.top12 #top12 {
  max-width: 100%;
  width: 100%;
}

.top12__headingBox {
  max-width: 1200px;
  width: 94%;
  margin: 0 0 0 auto;
  font-size: 34px;
}
@media (min-width: 768px) {
  .top12__headingBox {
    font-size: 56px;
    width: 94%;
    margin: 0 auto;
  }
}
.top12__headingBox > span {
  display: block;
}

.top12__headingEN {
  letter-spacing: -0.02em;
}

.top12__headingJP {
  font-size: 0.44em;
  margin-top: -10px;
  padding-left: 0.35em;
}

.top12__contents {
  width: 100%;
}
@media (min-width: 768px) {
  .top12__contents {
    width: 77.1%;
    margin-inline: auto 0;
  }
}

.top12__texts {
  width: 84%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top12__texts {
    width: 100%;
  }
}

.top12__img {
  width: 100%;
}
.top12__img > img {
  display: block;
  width: 100%;
  height: auto;
}

.top12__dl {
  display: grid;
  grid-template-columns: 110px 1fr;
}
@media (min-width: 768px) {
  .top12__dl {
    grid-template-columns: 132px 1fr;
  }
}

.top12__mapBox {
  width: 100%;
  aspect-ratio: 1239/800;
}
@media (min-width: 768px) {
  .top12__mapBox {
    aspect-ratio: 1239/501;
  }
}
.top12__mapBox > iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top12__btnBox {
  width: 94%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top12__btnBox {
    width: 100%;
  }
}
/* .top12__btnBox .squareBtn {
  margin: auto;
} */
@media (min-width: 768px) {
  .top12__btnBox .squareBtn {
    margin: 0;
  }
}

/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width: 768px) {
  /***  メインビジュアル　フェード  ***/
  #top01,
  #top02,
  #top03,
  #top04,
  #top05,
  #top06,
  #top07,
  #top08,
  #top09,
  #top10,
  #top11,
  #top12,
  #top13,
  #top14,
  #top15 {
    width: 96%;
  }
}
/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width: 1200px) {
  #top01,
  #top02,
  #top03,
  #top04,
  #top05,
  #top06,
  #top07,
  #top08,
  #top09,
  #top10,
  #top11,
  #top12,
  #top13,
  #top14,
  #top15 {
    max-width: 1200px;
    padding: 40px 0;
  }
}
/*=================================================================================*/
/** 1600px以上 padding: ;PCサイズ画面 **/