@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.loaded {
  position: static;
}

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;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 50000;
  width:100%;
  max-width: 1280px;
  margin: 0 auto;
}

.top-header-box {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-header-box .logoA {
  width: 80px;
}

.top-header-box .logoB {
  width: 80px;
}

.top-header-box .openbtn1 {
  margin-left: auto;
  width: 80px;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background: #000;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

/*modal*/

#modal-wrapper {
  background: rgba(000, 000, 000, 0.95);
  width: 100%;
  height: 100vh;
  padding: 40px 0 220px 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100000;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.25s ease-in;
  color: #000;
}
#modal-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
#modal-wrapper .modal .close {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 41px;
  right: 17%;
  z-index: 999;
  cursor: pointer;
}
#modal-wrapper .modal .close::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}
#modal-wrapper .modal .close::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}
#modal-wrapper .modal .inner-links {
  width:80%;
  margin: 0 auto;
  display: flex;
  color: #fff;
  margin-top: 150px;
  font-family: "dico-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#modal-wrapper .modal .inner-links .link{
  width:33%;
  padding:50px 50px;
}
#modal-wrapper .modal .inner-links .link2{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#modal-wrapper .modal .inner-links .link .img{
  margin-bottom: 30px;
  max-width: 175px;
}

#modal-wrapper .modal .inner-links .link .arch-link{
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
#modal-wrapper .modal .inner-links .link .arch-link::before{
  content: url(https://feature-tool.bcg.staff-start.com/assets/uploads/202404/4d178431-dae5-475f-8dc9-341d06b93280/asset/images/right.png);
  vertical-align: middle;
  padding-right: 5px;
  position: absolute;
    top: 4px;
    left:76px;
}
#modal-wrapper .modal .inner-links .link .ttl h4{
  font-size: 22px;
  font-weight: 700;
}

#modal-wrapper .modal .inner-links .link .store-sns{
  margin-bottom: 30px;
}

#modal-wrapper .modal .inner-links .link .ttl{
  font-size: 20px;
  font-family: "dico-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
}

#modal-wrapper .modal .inner-links .link div h5{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

#modal-wrapper a{
  color:#fff;
}

#container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

#container .kv-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#container .kv-wrapper .lead-box {
  margin-top: 20px;
  padding-bottom: 100px;
  border-bottom: 1px dotted #000;
}

#container .kv-wrapper .lead-box .ttl h1 {
  font-size: 30px;
  font-family: "dico-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
}

#container .kv-wrapper .lead-box .lead {
  margin-bottom: 50px;
}


#container .kv-wrapper .lead-box .staff p {
  font-size: 12px;
  font-family: "dico-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}

#container .kv-wrapper .navi-box {
  margin: 0 auto 100px;
  width: 380px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#container .kv-wrapper .navi-box .nav-ttl {
  padding-top: 100px;
  margin-bottom: 30px;
}

#container .kv-wrapper .navi-box .nav-ttl p {
  font-size: 20px;
  font-family: "dico-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
#container .kv-wrapper .navi-box .nav{
  width:100%;
  margin: 0 auto;
  padding-bottom: 55px;
}

#container .kv-wrapper .navi-box .nav nav{
  width:80%;
  margin: 0 auto;
}

#container .kv-wrapper .navi-box .nav nav ul li{
  margin-bottom: 5px;
  font-family: "dico-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px dotted #000;
}

#container .report-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #000;
  padding-top: 100px;
}

#container .report-wrapper .repo-box {
  width: 80%;
  margin: 0 auto 100px;
}
#container .report-wrapper .repo-box .num{
  font-family: "dico-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
}
#container .report-wrapper .repo-box .repo-ttl{
  position: relative;
  margin: 20px auto;
}
#container .report-wrapper .repo-box .repo-ttl h3{
  font-family: "dico-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-left: 100px;
}
#container .report-wrapper .repo-box .repo-ttl::after{
  position: absolute;
  content: "";
  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  border: #000 1px solid;
  width:90px;
}
#container .report-wrapper .repo-box .report p{
  margin-bottom: 20px;
}
#container .report-wrapper .repo-box .report .note{
  font-size: 10px;
}
#container .information-wrapper{
  width:70%;
  margin-left: auto;
  margin-right: auto;
}
#container .information-wrapper .info-box{
  margin: 100px auto 0;
  width:80%;
}

#container .information-wrapper .info-box .info-ttl{
  margin: 0 auto;
  padding:10px 25px;
  border: 1px #000 solid;
  border-bottom: 0px;
  display: inline-block;
  border-top-right-radius: 20px;
}

#container .information-wrapper .info-box .info-ttl h2{
  font-family: "dico-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
}

#container .information-wrapper .info-box .information{
  display: flex;
  gap:20px;
  margin: 0 auto 100px;
  border: #000 1px solid;
  padding: 30px 50px;
}

#container .information-wrapper .info-box .information .info-img{
  width: 30%;
}

#container .information-wrapper .info-box .information .info-text{
  width:60%;
}
#container .information-wrapper .info-box .information .info-text .text p{
  font-family: "dico-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 12px;
}

#container .information-wrapper .info-box .information .info-text .name {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "dico-sans", sans-serif;
  font-style: normal;
}

#container .information-wrapper .info-box .information .info-text .text p strong{
  font-weight: 700;
}
#container .information-wrapper .more-box{
  margin: 100px auto 150px;
  width:80%;
}

#container .information-wrapper .more-box .more-ttl{
  position: relative;
}

#container .information-wrapper .more-box .more-ttl h3{
  font-family: "dico-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
  margin-left: 100px;
  font-size: 20px;
}
#container .information-wrapper .more-box .more-ttl::after{
  position: absolute;
  content: "";
  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  border: #000 1px solid;
  width:90px;
}

#container .information-wrapper .more-box .more{
  display: flex;
  gap:30px;
}

#container .information-wrapper .more-box .more .ep p{
  font-size: 10px;
  margin-top: 6px;
}

#container .item-wrapper{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #000;
}

#container .item-wrapper .item-ttl{
  border-bottom: 2px solid #000;
}

#container .item-wrapper .item-ttl .ttl{
 width:90%;
 margin-left: auto;
 margin-right: auto;
 padding-top: 20px;
 padding-bottom: 20px;
}

#container .item-wrapper .item-ttl .ttl h2{
  font-family: "dico-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
 }

#container .item-wrapper .item-lead{
  border-bottom: 2px solid #000;
  background-color: #F4F4F4;
  margin-bottom: 100px;
}
#container .item-wrapper .item-lead .lead{
  width:90%;
  margin: 0 auto;
 padding-top: 20px;
 padding-bottom: 20px;
}

#container .item-wrapper .item-box{
  margin: 0 auto 100px;
  width:60%;
  text-align: center;
}

#container .item-wrapper .item-box .ttl h3{
  font-family: "dico-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
}
#container .item-wrapper .item-box .shop p{
  font-family: "dico-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
}

#container .item-wrapper .item-box .slider{
  margin-bottom: 0px;
}

#container .item-wrapper .item-box .price{
  font-size: 11px;
  margin-bottom: 15px;
  font-family: "dico-sans", sans-serif;
  font-style: normal;
}
#container .item-wrapper .item-box .text{
  text-align: left;
}
/*アコーディオン*/
.archive{
  width:60%;
  margin:100px auto 0;
}
.archive .details .ttl h2{
  font-family: "dico-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  padding: 5px;
}
.archive .details .ttl-btn{
  padding: 4px 8px;
  border: 1px solid #000;
  border-radius: 50%;
  line-height: 1;
  margin-bottom: 5px;
}
.archive .details .ttl-btn .dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.details {
	transition: .3s;
	overflow: hidden;
	margin-top: -10px;
	padding-bottom: 20px;
	&:last-of-type {
		margin-bottom: 0;
	}
}
.details[open] {
	margin-top: 0;
	padding-bottom: 10px;
} 
.details-summary {
	display:flex;
  justify-content: space-between;
  border-bottom:2px solid #000;
    transition: .3s;
	transform: translateY(10px);
	&:hover {
		cursor: pointer;
	}
}
.details-summary::-webkit-details-marker {
	display: none;
}
.details[open] .details-summary {
	transform: translateY(0);
}
.details-content {
	padding: 10px;
	border-bottom: 2px solid #EBEBEB;
}

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

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

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

.mt5{
  margin-top: 5px;
}
.mt50{
  margin-top: 50px;
}
.posiR {
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

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

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

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

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

.slick-slide img {
  display: block;
}

/*スライダーの設定*/
/*------ スライダーの横幅 ------*/
.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;
  }

  .mb50 {
    margin-bottom: 30px;
  }

  .mb100 {
    margin-bottom: 80px;
  }

  .posiR {
    position: relative;
  }

  .small {
    width: 80%;
  }

  .mid {
    width: 100%;
  }

  .large {
    width: 100%;
  }

  .f-pic {
    width: 75%;
  }

  .right {
    text-align: right;
  }

  .left {
    text-align: left;
  }
  .mb30{
    margin-bottom: 30px;
  }
  .mb20{
    margin-bottom: 20px;
  }

  .flex {
    display: block;
    width: 100%;
  }

  body {
    position: relative;
  }

  #container {
    display: block;
  }

  header {
    left: 30px;
  }
  .top-header-box {
    width: 95%;
    gap: 10px;
}
  #container .kv-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.top-header-box .logoA {
  width: 60px;
}
.top-header-box .logoB {
  width: 60px;
}
.openbtn1 span {
  left: 38px;
}

#container .kv-wrapper .lead-box {
  width:90%;
  margin: 10px auto 0;
}

#container .kv-wrapper .lead-box .ttl h1 {
  font-size: 22px;
  font-family: "dico-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
}
#container .kv-wrapper .lead-box .lead {
  margin-bottom: 30px;
}
#container .kv-wrapper .navi-box {
  margin: 0 auto 50px;
  max-width: 380px;
}
#container .kv-wrapper .navi-box .nav-ttl {
  padding-top: 50px;
  margin-bottom: 20px;
}
#container .kv-wrapper .lead-box {
  padding-bottom: 50px;
}
#container .kv-wrapper .navi-box .nav {
  padding-bottom: 0px;
}
#container .report-wrapper {
  width: 95%;
  padding-top: 30px;
}
#container .report-wrapper .repo-box {
  width: 85%;
  margin: 0 auto 50px;
}
#container .report-wrapper .repo-box .num {
  font-size: 28px;
  line-height: 1;
}
#container .report-wrapper .repo-box .repo-ttl::after {
  width: 45px;
}
#container .report-wrapper .repo-box .repo-ttl h3 {
  font-size: 15px;
  margin-left: 56px;
}
#container .report-wrapper .repo-box .repo-ttl {
  position: relative;
  margin: 10px auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 10px;
}
#container .information-wrapper {
  width: 90%;
}
#container .information-wrapper .info-box .information {
  display: block;
  margin: 0 auto 50px;
  padding: 20px 20px;
}
#container .information-wrapper .info-box .information .info-img {
  width: 100%;
}
#container .information-wrapper .info-box .information .info-text {
  width: 100%;
}
#container .information-wrapper .info-box {
  margin: 50px auto 0;
  width: 100%;
}
#container .information-wrapper .info-box .information .info-text .name {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#container .information-wrapper .more-box {
  margin: 50px auto 50px;
  width: 100%;
}
#container .information-wrapper .more-box .more {
  display: block;
}
#container .information-wrapper .more-box .more-ttl h3 {
  font-family: "dico-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
  margin-left: 50px;
  font-size: 16px;
  line-height: 1.5;
}
#container .information-wrapper .more-box .more-ttl::after {
  width: 45px;
}
#container .item-wrapper .item-ttl .ttl h2 {
  font-size: 18px;
}
#container .item-wrapper .item-box {
  margin: 0 auto 50px;
  width: 85%;
  text-align: center;
}
#container .item-wrapper .item-lead {
  margin-bottom: 30px;
}
#container .item-wrapper .item-box .ttl h3 {
  font-size: 16px;
}

/*---------- modalSp ----------*/
.archive{
  width:90%;
  margin:50px auto 0;
}
#modal-wrapper .modal .inner-links {
  width: 90%;
  margin: 0 auto;
  display: block;
  color: #fff;
  margin-top: 0px;
  font-family: "dico-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#modal-wrapper .modal .inner-links .link {
  width: 80%;
  padding: 30px 40px;
}
#modal-wrapper .modal .inner-links .link2 {
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
}
#modal-wrapper .modal .inner-links .link .img {
  margin-bottom: 10px;
  max-width: 175px;
}
#modal-wrapper .modal .inner-links .link .ttl h4 {
  font-size: 18px;
  font-weight: 700;
}
#modal-wrapper .modal .inner-links .link .arch-link {
  font-size: 18px;
}
#modal-wrapper .modal .inner-links .link .arch-link::before {
  top: 11%;
  right: 56%;
}
#modal-wrapper .modal .inner-links .link .ttl {
  margin-bottom: 10px;
}
#modal-wrapper .modal .inner-links .link div h5 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0px;
}
#modal-wrapper .modal .inner-links .link .store-sns {
  margin-bottom: 0px;
}
#modal-wrapper .modal .inner-links .link {
  width: 80%;
  padding: 15px 20px;
}
#modal-wrapper .modal .close {
  right: 3%;
}
/*----------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%;
}
}