@charset "UTF-8";
/* CSS Document */
:root{
    --maroon:#610f14;
}
body{margin: 0px !important;}
h1,h2,h3,h4,h5,h6{margin: 0;}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
*{
    min-height: 0;
    min-width : 0;
}
#item-list-content {
    position: relative;
    background: #fff;
}
.item-list-content__item {
    padding-bottom: 10px;
    background: #fff;
}
 

#by{
	width: 100%;
	position: relative;
    margin: 0 auto;
    box-sizing: border-box;  
    font-family: noto-serif-jp, sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 11px;
	color: #111;
	line-height: 2.0; 
	letter-spacing: 1px;
	background: #fff;
}
#by a {
	text-decoration: none;
	color: #2b2b2b;
}
#by p {
    margin: 0;
}
#by a:hover {
	opacity: 1;
}
#by .clear{
	clear: both;
}
#by img{
    width: 100%;
    line-height: 0;
}
#by ul,#by li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#by .f-en {
	font-family: "Hanken Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
/*  op
**************************************************/
.site-content{
    position:fixed;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f4f2ef;
    color:var(--maroon);
    text-align:center;
    z-index:1;
  }
  .site-content h1{
    font-size:clamp(20px,3vw,32px);
    letter-spacing:.08em;
    font-weight:400;
  }
 
  /* ===== オープニング演出のステージ ===== */
  .stage{
    position:fixed;
    inset:0;
    z-index:10;
    overflow:hidden;
    pointer-events:none;
  }
 
  .stage-inner{
    position:absolute;
    inset:0;
    animation: stageFadeOut .6s ease .5s forwards;
    /* .5s = 開始1.5s(全体タイムラインで) */
    animation-delay:1.5s;
  }
 
  .layer{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
  }
 
  /* ベース(白背景+マルーンのロゴ) */
  .layer.base{
    background:#ffffff;
    z-index:1;
  }
 
  /* 反転後の層(マルーン背景+白ロゴ)を画面全体にふわっとクロスフェード */
  .layer.wipe{
    background:var(--maroon);
    z-index:2;
    opacity:0;
    animation: softInvert 1.3s cubic-bezier(.45,0,.2,1) forwards;
    animation-delay:.1s;
  }
 
  .logo{
    width:min(60vw,480px);
    height:auto;
    display:block;
  }
 
  .logo-base{
    /* SVGそのままの配色(マルーン)を使用 */
    filter:none;
    animation: baseLogoSoften 1.3s cubic-bezier(.45,0,.2,1) forwards;
    animation-delay:.1s;
  }
 
  .logo-wipe{
    /* 単色ロゴを白に変換 */
    filter:brightness(0) invert(1);
    animation: logoWipeFadeOut .35s ease forwards;
    animation-delay:1.3s;
  }
 
  @keyframes softInvert{
    from{ opacity:0; }
    to  { opacity:1; }
  }
 
  @keyframes baseLogoSoften{
    from{ opacity:1; }
    to  { opacity:0; }
  }
 
  @keyframes logoWipeFadeOut{
    to{ opacity:0; }
  }
 
  @keyframes stageFadeOut{
    to{ opacity:0; visibility:hidden; }
  }
/*  #main_visual
**************************************************/
#by #main_visual {
	width: 100%;
	overflow: hidden;
	margin: 0 0 12%;
	padding-bottom: 10%;
	border-bottom: solid 1px #fff;
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity {
	 width: 940%;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
  
}
.scroll-infinity__item {
  width: calc(100vw / 1);
    border-left: solid 1px #610f14;
    line-height: 0;
}
.scroll-infinity__item>img {
  width: 100%;
}
#by #main_visual .main_ttl {
    width: 72%;
    margin: -9% auto 0;
}
#by #main_visual .read {
	margin: 0 auto;
    text-align: center; 
}
#by #main_visual .read p:last-of-type {
    margin-bottom: 0;
}
#by .thema {
	width: 100%;
    background: #610f14;
    color: #fff;
    margin: 8% 0;
}
#by .thema_flex {
	width: 90%;
	padding: 6% 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#by .thema_flex .thema_img {
	width: 29%;
	line-height: 0;
}
#by .thema_flex .thema_text {
	 width: 66%;
    font-size: 9.5px;
    line-height: 1.7;
}

#by #main_visual .menu {
	width: 92%;
	margin: 0 auto;
}
#by #main_visual .menu .menu-ttl {
	width: 22%;
	margin: 0 auto 6%;
}
#by #main_visual .menu .menu_flex {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}
#by #main_visual .menu .menu_flex .menu_child {
	width: 21%;
    margin: 2%;
    text-align: center;
    font-size: 10px;
}
#by #main_visual .menu .menu_flex .menu_child  img{
	border-radius: 50%;
}

@media only screen and (min-width: 769px)  {
	#by  {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#by #main_visual {
		width: 38%;
		position: sticky;
		top: 0;
		left: 0;
		margin: 0;
		border-bottom: none;
	}
	#by #main_visual .read {
		margin: 2% auto 6%;
        text-align: center;
        font-size: 12px;
        line-height: 1.8;
	}
	#by #main_visual .main_ttl {
		width: 66%;
        margin: -8% auto 0;
	}
	#by #main_visual .scroll-infinity {
		width: 640%;
	}
	#by #main_visual .scroll-infinity__item {
		width: calc(100vw / 4);
	}
	#by .thema {
		margin: 0;
        padding: 26px 0;
        border-bottom: solid 1px #fff;
	}
	#by .thema_flex .thema_img {
	width: 24%;
	line-height: 0;
	}
	#by .thema_flex .thema_text {
	 width: 70%;
    font-size: 11px;
    line-height: 1.7;
	}
	#by #main_visual .menu {
		width: 90%;
	}
	#by #main_visual .menu .menu-ttl {
		width: 14%;
		margin: 0 auto 0%; 
    }
	#by #main_visual .menu .menu_flex .menu_child {
		width: 18%;
		margin: 0% 2%;
	}
}


/*  contents
**************************************************/
#by #contents {
	position: relative;
}
#by #contents section {
	width: 100%;
	margin: 0% auto 7%;
	overflow: hidden;
}
#by #contents section:nth-of-type(2n) {
	border-bottom: solid 1px #fff;
}
#by #contents section .midashi {
	width: 94%;
	margin: 0% auto 4%;
	position: relative;
	z-index: 2;
	line-height: 0;
}
#by #contents section .midashi .btn {
	display: block;
    width: 26%;
    position: absolute;
    bottom: -45%;
    right: 0%;
}
#by #contents section:nth-of-type(2) .midashi .btn {
    bottom: -71%;
}
#by #contents section:nth-of-type(3) .midashi .btn {
    bottom: auto;
	top: 0;
}
#by #contents section:nth-of-type(4) .midashi .btn {
    bottom: auto;
	top: 0;
}
#by #contents section .main {
	position: relative;
}
#by #contents section .main {
	display: flex;
    align-items: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 3%;
    padding: 0 0 3% 4%;
    overflow-y: hidden;
}
#by #contents section .main::-webkit-scrollbar {
    height: 6px;
}
#by #contents section .main::-webkit-scrollbar-track {
    
}
#by #contents section .main::-webkit-scrollbar-thumb {
    background: #111;
    border-radius: 2px;
}

#by #contents section .main .main_item {
    flex: 0 0 78%;
    scroll-snap-align: start;
    flex-shrink: 0;
}
#by #contents section .main .main_item img {
    width: 100%;
    display: block;
}

#by #contents section .sub {
    margin: 3% 0 0;
}
#by #contents section .sub img {
    width: 48.5%;
}
#by #contents section .sub .sub-img {
	display: flex;
	justify-content: space-between;
}
#by #contents section .sub .sub-tex {
	width: 84%;
	margin: 10% auto 0;
}
#by #contents section .sub .sub-tex h3 {
	font-size: 15px;
	font-weight: 400;	
	line-height: 1.8;
	margin: 0 0 4%;
}
#by #contents section .sub .sub-tex h3 span {
	display: block;
	font-size: 70%;
}
#by #contents section .sub .link {
	display: flex;
    justify-content: space-between;
    margin: 8% 0 20%;
}
#by #contents section .sub .link a {
	width: 48%;
	display: block;
	border: solid 1px #111;
}
#by #contents section .sub .link a img {
	width: 62%;
    display: block;
    margin: 0 auto;
    padding: 8% 0;
}



@media only screen and (min-width: 769px)  {
	#by #contents {
		width: 62%;
		margin: 0;
	}
	#by #contents section:nth-of-type(even) {
		 direction: rtl;
	}
	#by #contents section .main {
		gap: 12px;
		padding: 0 0 12px 4%;
	}
	#by #contents section .main .main_pic {
		width: 72%;
	}
	#by #contents section .main::-webkit-scrollbar {
    height: 10px;
	}
	#by #contents section .midashi {
		margin: 0% auto 14px;
	}
	#by #contents section .midashi img {
		width: 68%;
	}
	#by #contents section .midashi .btn {
		width: 20%;
        bottom: -24%;
        right: 4%;
	}
	#by #contents section:nth-of-type(2) .midashi .btn {
		width: 20%;
        bottom: -24%;
        right: 4%;
	}
	#by #contents section:nth-of-type(5) .midashi .btn {
		width: 20%;
        top: 2%;
        bottom: auto;
        right: 4%;
	}
	#by #contents section .midashi .btn img {
		width: 100%;
	}
	#by #contents section .main .main_item {
        flex: 0 0 51%;
        flex-shrink: 0;
    }
	#by #contents section .sub {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 12px 0 0;
	}
	#by #contents section .sub .sub-img {
		width: 28%;
		flex-direction: column;
		gap: 8px;
	}
	#by #contents section .sub .sub-img img {
		width: 100%;
	}
	#by #contents section .sub .sub-tex {
        margin: 0;
        padding: 0 9%;
        font-size: 12px;
	}
	#by #contents section .sub .sub-tex h3 {
		font-size: 17px;
	}
	#by #contents section .sub .link {
		margin: 8% 0 0;
	}
	#by #contents section .sub .link a img {
    width: 52%;
    padding: 6% 0;
	}
}




/* js
**************************************************/
#by .anim {
	opacity: 0;
	transition: 1s all 0s;
}
#by .anim.ac {
	opacity: 1;
	transform: translate(0);
}

/* view 
**************************************************/
#by .spview {
	display: block;
}
#by .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     #by .spview {
		display: none;
	}	
	#by .pcview {
		display: block;
	}
}

/* staff coordinate: #contents 内のみ */
#by #contents .staff-coordinate {
  --coordinate-bg: #610f14;
  --coordinate-white: #fff;
  width: 100%;
  margin: 0;
  padding: 12% 8% 15%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  background: var(--coordinate-bg);
  color: var(--coordinate-white);
  box-sizing: border-box;
}

#by #contents .staff-coordinate__main {
  position: relative;
  min-height: 0;
  order: 2;
  width: 100%;
  aspect-ratio: 2 / 3;
}

#by #contents .staff-coordinate__main .swiper,
#by #contents .staff-coordinate__main .swiper-wrapper,
#by #contents .staff-coordinate__main .swiper-slide,
#by #contents .staff-coordinate__main img:not(.staff-coordinate__plus):not(.staff-coordinate__number) {
  width: 100%;
  height: 100%;
}

#by #contents .staff-coordinate__main .swiper-slide img { object-fit: cover; }

#by #contents .staff-coordinate__plus {
  position: absolute;
  z-index: 2;
  top: 3%;
  left: 3%;
  width: 13% !important;
  height: auto !important;
}

#by #contents .staff-coordinate__number {
  position: absolute;
  z-index: 2;
  right: -10%;
  bottom: -5%;
  width: 34% !important;
  height: auto !important;
}

#by #contents .staff-coordinate__body { display: contents; }

#by #contents .staff-coordinate__profile {
  order: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5%;
}

#by #contents .staff-coordinate__avatar {
  width: 20%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

#by #contents .staff-coordinate__name { flex: 1; }
#by #contents .staff-coordinate__name p {
	font-size: 11px;
    letter-spacing: .5px;
	margin: 0 0 2%;
}
#by #contents .staff-coordinate__name h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: .9;
  font-family: ivypresto-display, serif;
}
#by #contents .staff-coordinate__name h2.kana {
	font-size: 24px;
    letter-spacing: -3px;
    margin-left: -1%;
    font-family: noto-serif-jp, sans-serif;
}
#by #contents .staff-coordinate__name small {
	font-size: 11px;
	margin-left: 4%;
	letter-spacing: 0px;
    font-family: helvetica-lt-pro, sans-serif;
}

#by #contents .staff-coordinate__social {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 10% 0 0;
	line-height: 0;
}
#by #contents .staff-coordinate__social a {
	display: block;
	width: 26px;
}

#by #contents .staff-coordinate__text {
    order: 3;
    margin: 12% 0 12%;
    font-size: 11px;
    line-height: 2;
}

#by #contents .staff-coordinate__thumb {
  order: 4;
  position: relative;
  width: calc(100% + 72px);
  margin-left: -36px;
  padding: 24px 0;
  overflow: hidden;
}

#by #contents .staff-coordinate__thumb::before,
#by #contents .staff-coordinate__thumb::after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  height: 12px;
  background: repeating-linear-gradient(90deg, rgb(255 255 255 / 32%) 0 8px, transparent 9px 21px);
  pointer-events: none;
}
#by #contents .staff-coordinate__thumb::before { top: 0; }
#by #contents .staff-coordinate__thumb::after { bottom: 0; }
#by #contents .staff-coordinate__thumb .swiper {
	overflow: visible;
	line-height: 0;
}
#by #contents .staff-coordinate__thumb .swiper-slide {
	width: 39.2%;
	overflow: hidden;
}
#by #contents .staff-coordinate__thumb .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }

@media only screen and (min-width: 769px) {
  #by #contents .staff-coordinate {
    margin: 0;
    padding: 70px 5% 60px;
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 44%);
    justify-content: space-between;
    align-items: center;
  }
  #by #contents .staff-coordinate__main { order: initial; width: auto; }
  #by #contents .staff-coordinate__body { display: block; min-width: 0; }
  #by #contents .staff-coordinate__profile {
	gap: 14px;
	margin-bottom: 0;
}
  #by #contents .staff-coordinate__avatar { width: 23%; }
  #by #contents .staff-coordinate__name p { font-size: 10px; }
  #by #contents .staff-coordinate__name h2 { font-size: 36px;}
  #by #contents .staff-coordinate__social { gap: 12px; }
  #by #contents .staff-coordinate__social a { width: 28px; }
  #by #contents .staff-coordinate__text {
	margin: 30px 0 34px;
	font-size: 11px;
   }
   #by #contents section:nth-of-type(even) .staff-coordinate__text {
	direction: ltr;
   }
   
	#by #contents .staff-coordinate__name small {
    font-size: 30%;
	margin-left: 3%;
}
  #by #contents .staff-coordinate__thumb { width: 100%; margin-left: 0; padding: 21px 0; }
  #by #contents .staff-coordinate__thumb .swiper-slide {
	width: 33%;
   }
   #by #contents section:nth-of-type(even) .staff-coordinate__number {
	right: auto;
    left: -10%;
    bottom: auto;
	top: -5%;
   }
   #by #contents section:nth-of-type(even) .staff-coordinate__plus {
	bottom: 3%;
    top: auto;
    left: auto;
	right: 3%;
   }
}
