@charset "UTF-8";
@import url("https://use.typekit.net/trc4hjw.css");

@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 50px;
  }

  100% {
    height: 40px;
    top: 50px;
  }
}

@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 40px;
  }

  100% {
    height: 40px;
    top: 40px;
  }
}

@keyframes moveleft {
  0% {
    left: 100vw;
  }

  100% {
    left: -200vw;
  }
}

@keyframes moveright {
  0% {
    left: -200vw;
  }

  100% {
    left: 100vw;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------ */
html,
body {
  width: 100%;
  height: auto;
  font-size: 13px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-align: left;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}


body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
a.active {
  color: #7e7e7e;
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form,
section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
input,
textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

.item-d-none p a {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* setting 右*/
.inner{
  width:90%;
  margin: 0 auto;
  padding-top: 80px;
}

.inner .lk{
  margin-bottom: 100px;
}

.inner .lk .posiR{
  margin-bottom: 30px;
}
.inner .lk .posiR :last-child{
  margin-bottom: 0px;
}

.inner .lk .posiR .no{
  position: absolute;
  left:0;
  top:-30px;
}

.inner .lk .posiR .no img{
  height:110px;
  width:auto;
}

.inner .lk .posiR .cap{
  position: absolute;
  right:30px;
  top:30px;
  width:10%;
}

.inner #lk3 .posiR .cap,
.inner #lk8 .posiR .cap{
  position: absolute;
  left:20px;
  top:90px;
  width:10%;
}

.inner .lk .posiR .info{
  position: absolute;
  left:0;
  top:75%;
  width:50%;
  z-index:10;
}

.inner #lk4 .posiR .info {
  position: absolute;
  left: 3%;
  top: 73%;
  width: 50%;
}

.inner #lk3 .posiR .info {
  position: absolute;
  left: 3%;
  top: 65%;
  width: 45%;
}

.inner #lk5 .posiR .info,
.inner #lk6 .posiR .info,
.inner #lk7 .posiR .info {
  position: relative;
  left: 0%;
  top: 0%;
  width: 100%;
  margin-top: 10px;
}

.inner #lk8 .posiR .info{
  position: absolute;
  left:0;
  top:80%;
  width:50%;
  z-index:10;
}
/*credit*/
.inner #lk1 .posiR .credit{
  position: absolute;
  right:3%;
  top:71%;
}

.inner #lk2 .posiR .credit{
  position: absolute;
    right: -7%;
    top: 74%;
}

.inner #lk3 .posiR .credit{
  position: absolute;
    right: -7%;
    top: 84%;
}

.inner #lk4 .posiR .credit,
.inner #lk5 .posiR .credit,
.inner #lk6 .posiR .credit{
  position: absolute;
    left: 3%;
    top: 80%;
}

.inner #lk7 .posiR .credit{
  position: absolute;
    right: 1%;
    top: 67%;
}

.inner #lk8 .posiR .credit{
  position: absolute;
    right: 2%;
    top: 84%;
}

@media screen and (max-width: 768px) {
  .inner #lk1 .posiR .credit {
    position: relative;
    right: 0%;
    top: 0%;
    margin-top: 5px;
  }

  .inner #lk2 .posiR .credit {
    position: relative;
    right: 0%;
    top: 0%;
    margin-top: -15px;
}

.inner #lk3 .posiR .credit {
  position: relative;
  right: 0%;
  top: 0%;
  margin-top: 5px;
}

.inner #lk4 .posiR .credit {
  position: absolute;
  left: 3%;
  top: 68%;
}

.inner #lk5 .posiR .credit {
  position: relative;
  left: 0%;
  top: 0%;
  margin-top: -40px;
}

.inner #lk7 .posiR .credit {
  position: relative;
  right: 0%;
  top: 0%;
  margin-top: 5px;
}

.inner #lk8 .posiR .credit {
  position: relative;
  right: 0%;
  top: 0%;
  margin-top: -40px;
}

}

/*credit end*/

.inner .lk .item-box .item-ttl{
 margin: 50px auto 15px;
}

.inner .lk .item-box .item-ttl p{
  font-family: "kranto-text-condensed", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 36px;
color:#FC6E01;
text-align: center;
line-height: 1;
}

.inner .lk .item-box .items::after{
  content:"";
  display: block;
  width:30%;
}

.inner .lk .item-box .items{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}

.inner .lk .item-box .items .item{
  width:32%;
}

.inner .lk .item-box .items .item .img{
  border: #FC6E01 1px solid;
}

.inner #lk2 .item-box,
.inner #lk5 .item-box {
  background-color: rgba(229, 229, 228, .8);
  padding-top: 30px;
  padding-bottom: 30px;
 }

 .inner #lk2 .item-box .item-ttl,
.inner #lk5 .item-box .item-ttl{
  margin-top: 0;
  margin-bottom: 10px;
 }

 .credit-box{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
 }

 .credit-box .cre{
  width:50%;
 }

 .credit-box .cre .item-cap{
  text-align: left;
 }

 .credit-box .cre .item-cap span{
  font-family: "kranto-text-condensed", sans-serif;
font-weight: 700;
font-style: normal;
color:#FC6E01;
font-size: 14px;
 }

 .credit{
  font-family: "kranto-text-condensed", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 10px;
 }

 .credit div{
  margin-bottom: 5px;
 }

 .credit p a{
 margin-left: 5px;
 padding:2px 6px;
 background-color: #FC6E01;
 color: #fff;
 }

 .inner .lk .item-box .scroll_content li .cap{
  font-size: 12px;
  line-height: 1;
  margin: 5px auto;
}

.item-cap{
  font-size: 12px;
  line-height: 1;
  margin: 5px auto;
}

.inner .lk .item-box .scroll-ttl{
  font-family: "kranto-text-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color:#FC6E01;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  padding-right: 30px;
}
.inner .lk .item-box .scroll-ttl::after{
  content:url("https://feature-tool.bcg.staff-start.com/assets/uploads/202405/4d19b3e6-5578-4d44-9e29-5afb2aae32cd/asset/images/scroll.png");
  background-repeat: no-repeat;
  position: absolute;
  top:-18%;
  padding-left: 15px;
  transform: scale(0.4);
}

.inner .staff-credit{
  text-align: center;
  font-family: "kranto-text-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8;
}

.inner .staff-credit .staff{
  margin-bottom: 40px;
}

.inner .staff-credit .brand-credit .img{
  width:80px;
  margin: 0 auto 15px;
}

/*あしらい*/
.inner #lk1 .posiR .text {
  position: absolute;
  top: 8%;
  right: 20%;
  width: 125px;
}

.inner #lk2 .posiR .text {
  position: absolute;
  top: 12%;
  right: 10%;
  width: 125px;
}

.inner #lk6 .posiR .text {
  position: absolute;
  top: 12%;
  right: 8%;
  width: 125px;
}

.inner #lk8 .posiR .text {
  position: absolute;
  top: 17%;
  left: 8%;
  width: 153px;
}

/* setting 右ここまで*/

/* setting 左*/
.main_visual{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#container .main_visual .kv-box{
  position: relative;
}

#container .main_visual .nav{
  position: absolute;
  top:1%;
  left:-4%;
  writing-mode: vertical-rl;
  font-family: "kranto-text-condensed", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 10px;
}

#container .main_visual .nav p a{
  text-decoration: none;
}

#container .main_visual .ttl-box{
  position: absolute;
  top:-30%;
}

.main_visual .kv-box .ttl-box .ttl{
  width:80%;
  margin: 0 auto 3px;
}

.main_visual .kv-box .ttl-box .sub-ttl{
  text-align: center;
  font-family: "kranto-text-condensed", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 14px;
}

#container .main_visual .kv-box .kv{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
}
#container .main_visual .kv div{
  width:23%;
}

#container .main_visual .kv div img:hover{
  opacity:0.5;
	transition:0.3s;
}


#container .main_visual .lead-box{
  position: absolute;
  top:108%;
  text-align: center;
  font-size: 13px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width:100%;
}
#container .main_visual .lead-box .sub-ttl{
  width:40%;
  margin: 0 auto 20px;
}

/* setting 左ここまで*/

.copy {
  margin: 80px auto 20px;
  font-size: 10px;
  text-align: center;
}

/* スクロール*/
.scroll_content { /* リスト全体のスタイル */
  display: flex;
  max-width: 800px;
  margin: auto;
  overflow-x: auto;
}
 
.scroll_content li { /* 各リストのスタイル */
  width: 90%;
  padding: 15px;
  margin: 3px 3px 20px 3px;
  flex-shrink: 0;
  list-style: none;
  background-color: #fff;
}
 
.scroll_content img { /* 画像のスタイル */
  width: 100%;
  object-fit: cover;
}
 
.scroll_content::-webkit-scrollbar {
  height: 5px; /* スクロールバーの高さ */
}
 
.scroll_content::-webkit-scrollbar-thumb {
  background: #FC6E01; /* ツマミの色 */
  border-radius: 6px; /* ツマミ両端の丸み */
}
 
.scroll_content::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}
 
 
@media screen and (min-width: 450px) {
 
  .scroll_content li {
    width: 45%;
  }
 
}
/*スクロールここまで*/

/*set*/
.flex {
  display: flex;
  vertical-align: middle;
  align-content: space-between;
  max-width: 1150px;
  width: 90%;
}

.re {
  flex-direction: row-reverse;
}

.posiR {
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.small {
  max-width: 640px;
  width: 70%;
}

.mid {
  max-width: 760px;
  width: 75%;
}

.large {
  max-width: 870px;
  width: 75%;
}

.max {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.left {
  margin-left: 0;
  margin-right: auto;
}

.right {
  margin-left: auto;
  margin-right: 0;
}

.slick-slide img {
  display: block;
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#loading {
  /*fixedで全面に固定*/
position: fixed;
width: 100%;
height: 100%;
z-index: 10000000;
background:#fff;
text-align:center;
color:#fff;
}

/* Loading画像中央配置　*/
#loading_logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#loading_logo img {
width:180px;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
from {
  opacity: 0;
transform: translateY(30px);
}

to {
  opacity: 1;
transform: translateY(0);
}
}

/*animation*/
.inview-blur{
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.blur{
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.start0 {
  animation: fade 1s ease-in 0.2s 1 normal backwards;
}
.start1 {
  animation: fade 1s ease-in 0.4s 1 normal backwards;
}
.start2 {
  animation: fade 1s ease-in 0.6s 1 normal backwards;
}
.start3 {
  animation: fade 1s ease-in 0.8s 1 normal backwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.start-top{
  animation-delay: 1.5s;
}

/*スライダーの設定*/
/*------ スライダーの横幅 ------*/
.slider {
  width: 100%;
  margin: 0 auto;
}

/*------ スライダー画像 ------*/
.slider img {
  width: 100%;
  height: auto;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide {
  height: auto !important;
}

/*---------- 矢印 ----------*/
.slider .slick-next {
  right: 15px !important;
}

.slider .slick-prev {
  left: 15px !important;
}

.slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.slider .slick-arrow:before {
  font-size: 36px !important;
}

.slick-next:before {
  display: block;
  content: '' !important;
  opacity: .5 !important;
  left: 5px;
	width: 20px;
	height: 20px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  
}

.slick-prev:before {
  display: block;
  content: '' !important;
  opacity: .5 !important;
  left: 5px;
	width: 20px;
	height: 20px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.slick-dots {
  display: none !important;
}
#container .item-wrapper .item-box .slider .slick-dots{
  display: block !important;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top:92%;
}

.slick-slide {
  height: auto !important;
}

#js-slider-7 img {
  width: calc(100vw / 3);
}

@media screen and (max-width: 768px) {
  #js-slider-7 img {
    width: 100vw;
  }
}

/*sp*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .font {
    font-size: 1.9em !important;
  }

  .flex {
    display: flex;
    vertical-align: center;
    align-items: center;
  }

  .posiR {
    position: relative;
  }

  .small {
    width: 80%;
  }

  .mid {
    width: 100%;
  }

  .large {
    width: 100%;
  }

  body {
    position: relative;
  }

  

/*----------sliderSp ----------*/
.slider .slick-arrow:before {
  font-size: 24px !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 10px!important;
}
.slider .slick-next {
  right: 8px !important;
}

.slider .slick-prev {
  left: 8px !important;
}

.slick-next:before {
	width: 13px;
	height: 13px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
  
}
.slick-prev:before {
	width: 13px;
	height: 13px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
#container .item-wrapper .item-box .slider .slick-dots {
  top: 88%;
}
}

/*----------Sp ----------*/
@media screen and (max-width: 768px) {
/* sp */
.inner p{
  font-size: 12px;
}

#container .main_visual .ttl-box {
  position: relative;
  top: 0%;
  width: 70%;
  margin: 20px auto 0px;
}

#container .main_visual .kv-box .kv {
  gap: 0%;
  row-gap: 7px;
  justify-content: space-between;
}

#container .main_visual .kv div {
  width: 32%;
}

.main_visual .kv-box .ttl-box .ttl {
  width: 100%;
  margin: 0 auto 6px;
}

.main_visual .kv-box .ttl-box .sub-ttl {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 5px;
}

#container .main_visual .lead-box {
  position: relative;
  top: 0%;
  width: 90%;
  margin: 20px auto 0;
  left: 0;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
}

#container .main_visual .lead-box .sub-ttl {
  width: 57%;
  margin: 0 auto 15px;
}

.inner .lk {
  margin-bottom: 80px;
}

.inner .lk .posiR .no {
  top: -25px;
}

.inner .lk .posiR .no img {
  height: 70px;
  width: auto!important;
}

.inner .lk .posiR .cap {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 12%;
}

.inner .lk .posiR .info {
  position: relative;
  left: 0;
  top: 0%;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.inner .lk .posiR {
  margin-bottom: 15px;
}

.inner #lk3 .posiR .cap, .inner #lk8 .posiR .cap {
  position: absolute;
  left: 30px;
  top: 80px;
  width: 10%;
}

.inner #lk3 .posiR .cap, .inner #lk8 .posiR .cap {
  position: absolute;
  left: 10px;
  top: 50px;
  width: 12%;
}

.inner .lk .item-box .item-ttl {
  margin: 50px auto 10px;
}

.inner .lk .item-box .item-ttl p {
  font-size: 28px;
}

.inner #lk2 .item-box, .inner #lk5 .item-box {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.inner #lk2 .item-box .item-ttl, .inner #lk5 .item-box .item-ttl {
  margin-top: 0;
  margin-bottom: 7px;
}

.inner .lk .item-box .scroll-ttl {
  margin-bottom: 10px;
}

.scroll_content li {
  width: 70%;
  padding: 15px;
  margin: 3px 3px 15px 3px;
  flex-shrink: 0;
  list-style: none;
  background-color: #fff;
}

.credit-box .cre {
  width: 100%;
}

.inner #lk1 .posiR .text {
  position: absolute;
  top: 5%;
  right: 15%;
  width: 110px;
}

.inner #lk2 .posiR .text {
  position: absolute;
  top: 7%;
  right: 7%;
  width: 110px;
}

.inner #lk6 .posiR .text {
  position: absolute;
  top: 15%;
  right: 8%;
  width: 100px;
}

.inner #lk8 .posiR .text {
  position: absolute;
  top: 12%;
  left: 8%;
  width: 125px;
}

.inner #lk4 .posiR .info {
  position: relative;
  margin-top: 10px;
  left: 0%;
  top: 0%;
  width: 100%;
}

.inner #lk3 .posiR .info {
  position: relative;
  margin-top: 10px;
  left: 0%;
  top: 0%;
  width: 100%;
}

.inner #lk5 .posiR .info,
.inner #lk6 .posiR .info,
.inner #lk7 .posiR .info {
  position: relative;
  margin-top: 10px;
  left: 0%;
  top: 0%;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.inner #lk8 .posiR .info{
  position: relative;
  margin-top: 10px;
  left:0;
  top:0%;
  width:100%;
}

.inner .lk .item-box .scroll-ttl::after {
  top: -6px;
  padding-left: 0px;
}

}

/* fixed設定 */
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

.description > #container {
  overflow: visible;
}

#container {
  background-color: #fff;
  max-width: 100vw;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-right: calc(50% - 50vw + var(--scroll-bar-width) / 2);
  margin-left: calc(50% - 50vw + var(--scroll-bar-width) / 2);
}
@media screen and (max-width: 1002px) {
  #container {
    margin: 0;
  }
}
#container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#container .l-articleLayout__wrap {
  margin: 0 auto;
  display: flow-root;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #container .l-articleLayout__wrap {
    width: 100%;
  }
}
#container .l-articleLayout__article {
  float: right;
  max-width: 640px;
  width: 48%;
  transition: 0.85s ease;
  position: relative;
  top: 0;
}
@media screen and (max-width: 768px) {
  #container .l-articleLayout__article {
    float: none;
    left: 0;
    margin: 0 auto;
    width: auto;
  }
}
#container .l-articleLayout__title {
  background-color: #fff;
  position: sticky !important;
  float: left;
  width: 48%;
  max-width: 640px;
  height: 100vh;
}
#container .l-articleLayout__title > .wrap {
  height: calc(100vh - 120px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#container .d-fixed-area {
  position: relative;
}
#container .d-fixed-element {
  position: absolute;
  top: 0;
}
#container .d-fixed-element.is-fixed {
  position: fixed;
}
#container .l-articleLayout {
  background-attachment: fixed;
  background-position: top left;
  background-size: cover;
}
#container .main_visual {
  width:90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #container .main_visual {
    width:100%;
}
}

#container #contents {
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #container #contents {
    width: 100vw;
  }
}




