@charset "utf-8";
/* CSS Document */

/**********************
基本
**********************/
:root {
  --color01: #ffd500;
  --border-b2: solid 2px #000000;
  --border-b4: solid 4px #000000;
  --border-shift: -3px;
}
@media screen and (min-width:960px){
  :root {
    --border-b4: solid 8px #000000;
    --border-shift: -5px;
  }
}
html{
  font-size: calc( 20 / 750 * 100vw);
  color: #000000;
}
.kracie_room{
  padding-bottom: 2rem;
  background-image: 
    url('../img/bgmv_sp.svg'),
    url('../img/bg_sp.svg');
  background-repeat: 
    no-repeat,
    repeat-y;
  background-position: 
    top center,
    center top 69.5rem;
  background-size: 
    100% auto;
  font-family: "UDShinGoPr","Yu Gothic","YuGothic","游ゴシック体","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo UI","Meiryo","メイリオ","Arial","Vardana","MS PGothic","ＭＳ Ｐゴシック" !important;
  line-height: 1.63;
}
.kracie_room.kracie_roomChild{
  background-image: 
    url('../img/bgmv02_sp.svg'),
    url('../img/bg_sp.svg');
  background-position: 
    top center,
    center top 24.25rem;
}
.kracie_room *, .kracie_room *::before, .kracie_room *::after{
  box-sizing: border-box;
}
.kracie_room img, 
.roomHead img{
  display: block;
  width: 100%;
  height: auto;
}
.kracie_room figure{
  margin: 0;
}
.kracie_room a{
  display: block;
  text-decoration: none;
  transition: 0.5s;
}
.kracie_room a:hover{
  opacity: 0.7;
}
.kracie_room .oSP{
  display: block;
}
.kracie_room .oPC{
  display: none;
}
@media screen and (min-width:960px){
  html{
    font-size: calc( 20 / 1920 * 100vw);
  }
  body{
    font-size: 20px;
  }
  main.kracie_room .oSP{
    display: none;
  }
  main.kracie_room .oPC{
    display: block;
  }
  .kracie_room{
    padding-bottom: 90px;
    background-image: 
      url('../img/bgmv.svg'),
      url('../img/bg.svg');
    background-position: 
      top center,
      center top 67.75rem;
  }
  .kracie_room.kracie_roomChild{
    background-image: 
      url('../img/bgmv02.svg'),
      url('../img/bg.svg');
    background-position: 
      top center,
      center top 62.8rem;
  }
}

/**********************
トップMV
**********************/
.mvArea01{
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
/**スクロール**/
.mvArea01 .scroll{
  position: absolute;
  top: 39.5rem;
  left: 24.5rem;
  width: 7.5rem;
  z-index: 1;
}
.mvArea01 .scroll .scrollRoll{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: rotation 20s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**／スクロール**/
/**右**/
.mvArea01R{
  position: relative;
}
.mvPicArea > a:hover{
  opacity: 1;
}
.mvPicArea > a{
  position: relative;
  width: 100%;
  height: 128.8vw;
}
.mvPicArea > a::before, 
.mvPicArea > a::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat 0 0 / 100% auto;
  transition: 0.5s;
}
.mvPicArea > a::before{
  background-image: url(../40th/img/top_mv_img01_sp.webp);
  opacity: 1;
}
.mvPicArea > a::after{
  background-image: url(../40th/img/top_mv_img01_sp_ov.webp);
  opacity: 0;
}
.mvPicArea > a:hover::before{
  opacity: 0;
}
.mvPicArea > a:hover::after{
  opacity: 1;
}
.mvArea01R h2{
  position: absolute;
  top: 22rem;
  right: 0;
  padding: 0.6rem 1rem 0.6rem 0.6rem;
  background-color: #ffffff;
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.8rem;
}
/**／右**/
/**左**/
.mvArea01L{
  min-height: 44.8rem;
  clip-path: polygon(0 2.8rem, 8rem 0, 25rem 5.1rem, 25rem 13.8rem, 34.5rem 19.3rem, 34.5rem calc( 100% - 5.7rem ), 0 100% );
  margin: -2.8rem 0 0;
  padding: 5.5rem 6rem 6.5rem 3.6rem;
  background-color: var(--color01);
}
.kracie_room h1{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.3rem;
}
.kracie_room h1 img{
  width: 17rem;
  margin-bottom: 2.5rem;
}
.kracie_room h1 .subTitle{
  padding: 0 0.2rem;
  background-color: #ffffff;
  line-height: 1.275;
  letter-spacing: 0.02em;
  font-size: 2rem;
  font-weight: 700;
}
.mvArea01L p{
  margin-top: 1.75em;
  line-height: 1.75;
  letter-spacing: 0.01em;
  font-size: 1.35rem;
  font-weight: 700;
}
.mvArea01L p:first-of-type{
  margin-top: 0;
}
/**／左**/
@media screen and (min-width:960px){
  .mvArea01{
    display: flex;
    justify-content: space-between;
  }
  /**スクロール**/
  .mvArea01 .scroll{
    top: 39.5rem;
    left: 28.6rem;
    width: 5.1rem;
  }
  /**／スクロール**/
  /**右**/
  .mvArea01R{
    flex-grow: 1;
    order: 1;
  }
  .mvPicArea > a{
    position: relative;
    width: calc( 1183 / 1920 * 100vw );
    height: calc( 910 / 1920 * 100vw );
    margin-left: auto;
  }
  .mvPicArea > a::before{
    background-image: url(../40th/img/top_mv_img01.webp);
  }
  .mvPicArea > a::after{
    background-image: url(../40th/img/top_mv_img01_ov.webp);
  }
  .mvArea01R h2{
    top: auto;
    bottom: 0;
    width: calc( 1008 / 1920 * 100vw);
    padding: 0 0 0 1.6rem;
    background-color: #ffffff;
    line-height: 1.96;
    letter-spacing: 0.04em;
    font-size: 2.5rem;
  }
  /**／右**/
  /**左**/
  .mvArea01L{
    flex-shrink: 0;
    width: 36.7rem;
    min-height: 51rem;
    clip-path: polygon(0 3.3rem, 9.8rem 0, 29.2rem 5.1rem, 29.2rem 16.1rem, 36.7rem 22.5rem, 36.7rem calc( 100% - 6rem ), 0 100% );
    margin: 2.5rem 0 0;
    padding: 6.4rem 5rem 8.5rem 4rem;
  }
  .kracie_room h1{
    margin-bottom: 1.3rem;
  }
  .kracie_room h1 img{
    width: 19.8rem;
    margin-bottom: 2.86rem;
  }
  .kracie_room h1 .subTitle{
    padding: 0 0.3rem;
    line-height: 3rem;
    letter-spacing: 0.01em;
    font-size: 2.35rem;
  }
  .mvArea01L p{
    margin-top: 1.92em;
    line-height: 1.92;
    font-size: 1.25rem;
  }
  /**／左**/
}



/**********************
トップメインコンテンツ
**********************/
#main {
  max-width: 1278px;
  width: 31.5rem;
  margin: 0 auto;
  padding: 0 1.7rem 3.5rem;
  background: var(--color01);
  clip-path: polygon( 0 2.5rem, 50% 0, 100% 2.5rem, 100% 100%, 0 100%);
}
#main h2{
  width: 9.5rem;
  margin: 0 auto 1.2rem;
}
#main h3{
  position: relative;
  margin-bottom: 1.5rem;
  text-align: right;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
#main h3::before{
  content: '';
  position: absolute;
  top: 50%;
  right: 6.8rem;
  transform: translateY(-1px);
  display: block;
  width: 2.9rem;
  height: 2px;
  background-color: #000000;
}
.roomItem{
  position: relative;
  margin-top: 2rem;
  background-color: #f4f0e8;
  border: var(--border-b2);
}
.roomItem:first-of-type{
  margin-top: 0;
}
.roomItem a{
  transition: 0.5s;
}
.roomItemInner{
  position: relative;
}
.roomItem .roomItemInner::before, 
.roomItem .roomItemInner::after, 
.roomItem::before, 
.roomItem::after{
  content: '';
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
}
.roomItem .roomItemInner::before{
  top: var(--border-shift);
  left: var(--border-shift);
  border-top: var(--border-b4);
  border-left: var(--border-b4);
}
.roomItem .roomItemInner::after{
  top: var(--border-shift);
  right: var(--border-shift);
  border-top: var(--border-b4);
  border-right: var(--border-b4);
}
.roomItem::before{
  bottom: var(--border-shift);
  left: var(--border-shift);
  border-bottom: var(--border-b4);
  border-left: var(--border-b4);
}
.roomItem::after{
  bottom: var(--border-shift);
  right: var(--border-shift);
  border-bottom: var(--border-b4);
  border-right: var(--border-b4);
}
.roomItem h4{
  padding: 0.4rem 1.2rem;
  border-bottom: var(--border-b2);
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-weight: 700;
}
.roomItem figure{
  margin: 1.2rem;
  border: var(--border-b2);
  overflow: hidden;
}
.roomItem figure img{
  transition: 0.5s;
}
.roomItem:hover figure img{
  transform: scale(1.05);
}

.roomItem .roomItemR{
  position: relative;
  padding: 1.2rem 1.2rem 4.7rem; 
  border-top: var(--border-b2);
}
.roomItem .roomItemLead{
  line-height: 1.35;
  font-size: 1.4rem;
  font-weight: 500;
}
.roomItem .roomItemText{
  margin: 1.2rem 0;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 400;
}
.roomItem .roomItemBtn{
  position: absolute;
  bottom: 0;
  right: 2.1rem;
  height: 3.3rem;
  padding: 0 5.85rem 0 0;
  background: url("../img/door_key.svg") no-repeat 100% 0 / auto 100%;
  line-height: 3.3rem;
  font-size: 1.15rem;
  font-weight: 400;
}

/* 左から */
.fadeLeft{
  animation-name:fadeLeftAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight{
  animation-name:fadeRightAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeRightAnime{
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media screen and (min-width:960px){
  #main {
    width: calc(100vw - 120px);
    --half-w: min(710px, 50vw - 60px);
    --slope: calc(var(--half-w) * 116 / 710);
    clip-path: polygon(
      0 var(--slope),
      50% 0,
      100% var(--slope),
      100% 100%,
      0 100%
    );
    padding: 0 74px 200px;
  }
  #main h2{
    width: 284px;
    margin: 0 auto 20px;
  }
  #main h3{
    font-size: 42px;
    margin-bottom: 50px;
  }
  #main h3::before{
    right: 234px;
    width: 100px;
  }
  .roomItem{
    margin-top: 90px;
  }
  .roomItem01{
    margin-left: 50px;
  }
  .roomItem02{
    margin-right: 50px;
  }
  .roomItem .roomItemInner::before, 
  .roomItem .roomItemInner::after, 
  .roomItem::before, 
  .roomItem::after{
    width: 44px;
    height: 44px;
  }
  .roomItem h4{
    padding: 11px 40px;
    line-height: 1.2;
    font-size: min(40px, calc( 40 / 1398 * 100vw ));
  }
  .roomItem .flex{
    display: flex;
    align-items: flex-start;
  }
  .roomItem figure{
    margin: 4.6%;
  }
  .roomItem .roomItemR{
    align-self: stretch;
    flex-shrink: 0;
    width: 47%;
    padding: 4.6% 4% 110px 4.2%; 
    border-top: none;
    border-left: var(--border-b2);
  }
  .roomItem .roomItemLead{
    line-height: 1.5;
    font-size: min(28px, calc( 27 / 1398 * 100vw ));
  }
  .roomItem .roomItemText{
    margin: 20px 0;
    line-height: 1.6;
    font-size: 22px;
  }
  .roomItem .roomItemBtn{
    right: 70px;
    height: 66px;
    padding: 0 100px 0 0;
    line-height: 66px;
    font-size: min(17px, calc( 17 / 1398 * 100vw ));
  }
}
@media screen and (min-width:960px) and (max-width:1398px){
  #main {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }
}
/**********************
下部
**********************/
.roomBtn01 a, 
.roomBtn03 a{
  width: 20rem;
  margin: 3.5rem auto;
  background-color: var(--color01);
  border: var(--border-b2);
  text-align: center;
  line-height: 3.5rem;
  letter-spacing: 0.025em;
  font-size: 1.25rem;
  font-weight: 700;
}
.btnArea .roomBtn01 a{
  margin-top: 1.5rem;
}
.roomBtn03 a{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.roomBtn01 span, 
.roomBtn03 span{
  letter-spacing: 0.06em;
  font-size: 0.95rem;
  font-weight: 700;
}
.roomBtn03 a img{
  display: inline;
  width: 9.5rem;
}
.roomPageTop a{
  padding-top: 3rem;
  background: url("../img/top_key.svg") no-repeat 50% 0 / auto 2.9rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width:960px){
  .roomBtn01 a, 
  .roomBtn03 a{
    width: 330px;
    margin: 120px auto 80px;
    line-height: 56px;
    font-size: 21px;
  }
  .roomBtn01 span, 
  .roomBtn03 span{
    font-size: 16px;
  }
  .roomBtn03 a img{
    width: 158px;
  }
  .roomPageTop a{
    padding-top: 50px;
    background: url("../img/top_key.svg") no-repeat 50% 0 / auto 48px;
    font-size: 22px;
  }
  .btnArea{
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
    gap: 36px;
  }
  .btnArea .roomBtn01 a,
  .btnArea .roomBtn03 a{
    margin: 0;
  }

}

/**********************
下層ヘッダー
**********************/
.roomHead{
  position: relative;
  display: flex;
  align-items: center;
  height: 6.75rem;
  padding: 0 ;
  background-color: var(--color01);
  z-index: 2;
}
.roomHead .roomBtn02{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1.3rem;
  padding-top: 0.5rem;
}
.roomHead .roomBtn02 .arrowHead{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background-color: #ffffff;
  transition: 1.5s;
}
.roomHead .roomBtn02 .arrowHead img{
  width: 1.3rem;
  transition: 1.5s;
}
.roomHead .roomBtn02:hover{
  opacity: 1;
}
.roomHead .roomBtn02:hover .arrowHead{
  background-color: #000000;
}
.roomHead .roomBtn02:hover .arrowHead img{
  filter: invert(100%);
}
.roomHead .roomBtn02 p{
  font-size: 1.2rem;
  font-weight: 700;
}
.roomHead .roomBtn02 p span.oPC{
  display: none;
}
.roomHead .roomHeadLogo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19rem;
}
@media screen and (min-width:960px){
  .roomHead{
    height: 96px;
  }
  .roomHead .roomBtn02{
    flex-direction: row;
    margin-left: 6.8rem;
    padding-top: 0;
  }
  .roomHead .roomBtn02 .arrowHead{
    width: 32px;
    height: 32px;
  }
  .roomHead .roomBtn02 .arrowHead img{
    width: 13px;
  }
  .roomHead .roomBtn02 p{
    padding-left: 10px;
    font-size: 13px;
  }
  .roomHead .roomBtn02 p span.oPC{
    display: inline;
  }
  .roomHead .roomHeadLogo{
    width: 290px;
  }
}

/**********************
下層MV
**********************/
.mvArea02{
  padding-top: 2rem;
}
.mvArea02 figure{
  margin-left: 3rem;
}
.mvArea02L{
  position: relative;
  margin: 2rem 3rem 3rem;
  background-color: #ffffff;
  border: var(--border-b2);
}
.mvArea02L_inner{
  position: relative;
}
.mvArea02L .mvArea02L_inner::before, 
.mvArea02L .mvArea02L_inner::after, 
.mvArea02L::before, 
.mvArea02L::after{
  content: '';
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
}
.mvArea02L .mvArea02L_inner::before{
  top: var(--border-shift);
  left: var(--border-shift);
  border-top: var(--border-b4);
  border-left: var(--border-b4);
}
.mvArea02L .mvArea02L_inner::after{
  top: var(--border-shift);
  right: var(--border-shift);
  border-top: var(--border-b4);
  border-right: var(--border-b4);
}
.mvArea02L::before{
  bottom: var(--border-shift);
  left: var(--border-shift);
  border-bottom: var(--border-b4);
  border-left: var(--border-b4);
}
.mvArea02L::after{
  bottom: var(--border-shift);
  right: var(--border-shift);
  border-bottom: var(--border-b4);
  border-right: var(--border-b4);
}
.mvArea02L h2{
  padding: 0.4rem 1.2rem;
  background-color: var(--color01);
  border-bottom: var(--border-b2);
  letter-spacing: 0.05em;
  font-size: 1.65rem;
  font-weight: 700;
}
.mvArea02L .mvArea02L_textArea{
  position: relative;
  padding: 1.5rem 1.5rem 1.8rem; 
}
.mvArea02L .mvArea02L_lead{
  line-height: 1.35;
  font-size: 1.4rem;
  font-weight: 500;
}
.mvArea02L .mvArea02L_text{
  margin-top: 1.2rem;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width:960px){
  .mvArea02{
    display: flex;
    align-items: flex-start;
    margin-bottom: 5rem;
  }
  .mvArea02 figure{
    flex-shrink: 0;
    order: 1;
    width: 50.25rem;
    margin-left: 3.5rem;
  }
  .mvArea02L{
    margin: 2rem 0 0 3.8rem;
  }
  .mvArea02L .mvArea02L_inner::before, 
  .mvArea02L .mvArea02L_inner::after, 
  .mvArea02L::before, 
  .mvArea02L::after{
    width: 44px;
    height: 44px;
  }
  .mvArea02L h2{
    padding: 0.9rem 1.5rem;
    font-size: 1.95rem;
  }
  .mvArea02L .mvArea02L_textArea{
    padding: 1.8rem 1.75rem 2rem; 
  }
  .mvArea02L .mvArea02L_lead{
    line-height: 1.53;
    font-size: 1.7rem;
  }
  .mvArea02L .mvArea02L_text{
    margin-top: 1.5rem;
    line-height: 1.68;
    font-size: 1.25rem;
  }
}

/**********************
下層メンバー
**********************/
.w1160{
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 3rem;
}
.member{
  padding: 2.8rem 2rem 3rem;
  background-color: var(--color01);
  clip-path: polygon(0 0, 14.7rem 0, 100% 5.7rem, 100% 100%, 0 100%);
}
.member h3{
  position: relative;
  margin-bottom: 2rem;
  padding-left: 3.2rem;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
.member h3::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-1px);
  display: block;
  width: 2.9rem;
  height: 2px;
  background-color: #000000;
}
.member li{
  display: flex;
  align-items: flex-end;
  border-bottom: var(--border-b2);
  padding: 1rem 0 0 1rem;
}
.member li figure{
  flex-shrink: 0;
  width: 8.5rem;
}
.member li > div{
  padding-bottom: 1.5rem;
}
.member li > div p{
  line-height: 1.347826;
  font-size: 1.15rem;
}
.member li > div h4{
  margin-top: 1rem;
  font-size: 1.5rem;
}
.member li > div h4 span{
  font-size: 1rem;
}
@media screen and (min-width:960px){
  .w1160{
    padding: 0 60px;
  }
  .member{
    width: calc( 920 / 1160 * 100%);
    max-width: 920px;
    margin: 0 auto;
    padding: 2.8rem 43px 3rem;
    clip-path: polygon(0 0, 46.73% 0, 100% 116px, 100% 100%, 0 100%);
  }
  .member h3{
    margin-bottom: 20px;
    padding-left: 112px;
    font-size: 42px;
  }
  .member h3::before{
    width: 100px;
  }
  .member li{
    justify-content: center;
    padding: 14px 0 0 0;
  }
  .member li figure{
    width: 160px;
  }
  .member li > div{
    width: 420px;
    padding-left: 50px;
    padding-bottom: 30px;
  }
  .member li > div p{
    line-height: 1.5;
    font-size: 18px;
  }
  .member li > div h4{
    margin-top: 15px;
    font-size: 30px;
  }
  .member li > div h4 span{
    font-size: 20px;
  }
}
/**********************
下層メイン
**********************/
.main02{
  margin-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.main02 .navi01{
  display: flex;
  margin-left: auto;
  width: fit-content;
  margin-bottom: 2rem;
  border: var(--border-b2);
  border-left: none;
}
.navi02{
  display: flex;
  margin: 2rem auto;
  width: fit-content;
  border: var(--border-b2);
  border-left: none;
}
.main02 .navi01 li, 
.navi02 li{
  border-left: var(--border-b2);
  background-color: #ffffff;
}
.main02 .navi01 li a, 
.navi02 li a{
  display: grid;
  place-content: center;
  width: 3.6rem;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
.main02 .navi01 li.current a, 
.main02 .navi01 li a:hover, 
.navi02 li.current a, 
.navi02 li a:hover{
  background-color: var(--color01);
  opacity: 1;
}
.main02 > *:not(.navi01){
  width: 28rem;
  margin: 0 auto;
}
.main02 > *:not(.navi01, h3){
  margin-bottom: 3rem;
}
.main02 figure img{
  border: var(--border-b2);
}
.main02 figure figcaption{
  text-align: left;
  font-size: 0.8rem;
}
.main02 > .mb100{
  margin-bottom: 5rem !important;
}
.main02 > h2{
  position: relative;
  padding-left: 5.5rem;
  margin-bottom: 1rem !important;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  font-size: 2.7rem;
  font-weight: 500;
}
.main02 > h2::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-1px);
  display: block;
  width: 5rem;
  height: 2px;
  background-color: #000000;
}
.main02 .navi01:has(+ h2) {
  margin-bottom: 1.5rem;
}

.main02 > h3{
  margin-bottom: 0;
  padding: 0.75rem 1rem;
  background-color: var(--color01);
  border: var(--border-b2);
  border-bottom: none;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 700;
}
.main02 h4{
  padding: 0.78rem 1rem;
  border: var(--border-b2);
  background-color: #f4f0e8;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 700;
}
.main02 dl .talk{
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.main02 dl .talk:first-of-type{
  margin-top: 0;
}
.main02 dl .talk dt{
  flex-shrink: 0;
  width: 4.6rem;
  letter-spacing: 0.08em;
  font-size: 1.15rem;
}
.main02 dl .talk dd{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.6rem;
  padding-left: 1rem;
  border-left: var(--border-b2);
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
  font-weight: 400;
}
.main02 dl .talk dd .par{
  display: block;
  margin-top: 1.8rem;
}
.main02 .nextPage{
  border: var(--border-b2);
}
.main02 .nextPage h3{
  padding: 0 1rem;
  background-color: var(--color01);
  border-bottom: var(--border-b2);
  line-height: 2.2rem;
  font-size: 1.2rem;
}
.main02 .nextPage .nextPageCont{
  position: relative;
  background: url(../img/door.svg) no-repeat 24rem 100% / 1.6rem auto;
  padding: 1rem 1rem 2rem;
}
.main02 .nextPage .nextPageCont li{
  position: relative;
  padding-left: 0.6em;
  font-size: 1.2rem;
}
.main02 .nextPage .nextPageCont li::before{
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.main02 .nextPage h5{
  margin-left: 0.2rem;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
}
.main02 .credit{
  text-align: right;
  font-size: 1.15rem;
}
@media screen and (min-width:960px){
  .main02{
    margin-top: 100px;
    padding-bottom: 160px;
  }
  .main02 .navi01{
    margin-bottom: 50px;
  }
  .navi02{
    margin: 80px auto 40px;
  }
  .main02 .navi01 li a, 
  .navi02 li a{
    width: 44px;
    line-height: 1.6;
    font-size: 25px;
  }
  .main02 > *:not(.navi01){
    width: calc( 1000 / 1160 * 100%);
  }
  .main02 > *:not(.navi01, h3){
    margin-bottom: 60px;
  }
  .main02 figure figcaption{
    font-size: 12px;
  }
  .main02 figure.talkImg02{
    width: calc( 640 / 1160 * 100% );
  }
  .main02 > .mb100{
    margin-bottom: 100px !important;
  }
  .main02 > h2{
    padding-left: 110px;
    margin-bottom: 30px !important;
    font-size: 42px;
  }
  .main02 > h2::before{
    width: 100px;
  }
  .main02 > h3{
    padding: 11px 30px;
    font-size: 40px;
  }
  .main02 .navi01:has(+ h2) {
    margin-bottom: 10px;
  }
  .main02 h4{
    padding: 18px 30px;
    font-size: 29px;
  }
  .main02 dl .talk{
    margin-top: 60px;
  }
  .main02 dl .talk dt{
    width: 130px;
    text-align: center;
    font-size: 22px;
  }
  .main02 dl .talk dd{
    min-height: 72px;
    padding-left: 24px;
    line-height: 36px;
    font-size: 20px;
  }
  .main02 dl .talk dd .par{
    margin-top: 36px;
  }
  .main02 .nextPage{
    width: calc( 600 / 1160 * 100% );
  }
  .main02 .nextPage h3{
    padding: 0 20px;
    line-height: 2;
    font-size: 22px;
  }
  .main02 .nextPage .nextPageCont{
    background: url(../img/door.svg) no-repeat 87% 100% / 32px auto;
    padding: 20px 20px 60px;
  }
  .main02 .nextPage .nextPageCont li{
    font-size: 24px;
  }
  .main02 .nextPage .nextPageCont li::before{
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
  }
  .main02 .nextPage h5{
    font-size: 30px;
  }
  .main02 .credit{
    font-size: 17px;
  }
}

