@charset "utf-8";
/* compatible with bs5 */
#pickupArea .container {
	width: 100%;
	padding-right: var(--bs-gutter-x,.75rem) !important;
	padding-left: var(--bs-gutter-x,.75rem) !important;
	margin-right: auto;
	margin-left: auto;
}
#pickupArea .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5) !important;
	margin-left: calc(var(--bs-gutter-x) * -.5) !important;
}
#pickupArea .row:before,
#pickupArea .row:after {
	content: none !important;
}
#pickupArea .row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}
#pickupArea .col-12 {
	flex: 0 0 auto;
	width: 100%;
}
#pickupArea .col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-link {
	padding: .5rem 1rem !important;
}
.text-start {
	text-align: left!important;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.position-relative {
	position: relative;
}
.position-absolute {
	position: absolute;
}
.d-none {
	display: none !important;
}
.d-block {
	display: block !important;
}
.d-flex {
	display: flex !important;
}
.h-100 {
	height: 100%!important;
}
.h-auto {
	height: auto !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mt-auto {
	margin-top: auto !important;
}
.my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.p-2 {
	padding: 0.5rem!important;
}
.p-10 {
	padding: 10px !important;
}
.p-15 {
	padding: 15px !important;
}
.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.ps-0 {
	padding-left: 0 !important;
}
.ps-15 {
	padding-left: 15px !important;
}
.pe-0 {
	padding-right: 0 !important;
}
.pe-15 {
	padding-right: 15px !important;
}
.pt-2 {
	padding-top: 0.5rem!important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pb-2 {
	padding-bottom: 0.5rem!important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.fs-10 {
	font-size: 10px !important;
}
.fs-11 {
	font-size: 11px !important;
}
.fs-12 {
	font-size: 12px !important;
}
.fs-13 {
	font-size: 13px !important;
}
.fs-14 {
	font-size: 14px !important;
}
.fs-15 {
	font-size: 15px !important;
}
.fs-20 {
	font-size: 20px !important;
}
.fs-25 {
	font-size: 25px !important;
}
.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.justify-content-between {
	justify-content: space-between !important;
}
.flex-row-reverse {
	flex-direction: row-reverse !important;
}
.flex-column {
	flex-direction: column !important;
}
.align-items-center {
	align-items: center !important;
}
@media screen and (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-block {
		display: block !important;
	}
	.mt-md-40 {
		margin-top: 40px !important;
	}
	.p-md-20 {
		padding: 20px !important;
	}
	.px-md-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.pt-md-0 {
		padding-top: 0 !important;
	}
	.pt-md-30 {
		padding-top: 30px !important;
	}
	.pt-md-40 {
		padding-top: 40px !important;
	}
	.pt-md-60 {
		padding-top: 60px!important;
	}
	.pt-md-100 {
		padding-top: 100px !important;
	}
	.pb-md-20 {
		padding-bottom: 20px!important;
	}
	.pb-md-40 {
		padding-bottom: 40px !important;
	}
	.pb-md-50 {
		padding-bottom: 50px !important;
	}
	.pb-md-80 {
		padding-bottom: 80px !important;
	}
	.pb-md-100 {
		padding-bottom: 100px !important;
	}
	.ps-md-40 {
		padding-left: 40px !important;
	}
	.fs-md-14 {
		font-size: 14px !important;
	}
	.fs-md-16 {
		font-size: 16px !important;
	}
	.fs-md-20 {
		font-size: 20px !important;
	}
	.fs-md-30 {
		font-size: 30px !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
}
@media screen and (min-width: 992px) {
	.px-lg-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
/* */
#dotfav img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
}
#dotfav .fixed {
	position: fixed;
}
#dotfav .box1020-b,
#dotfav .box800-b {
	width: 100% !important;
	margin: 0 auto !important;
}
@media screen and (min-width: 1024px) {
	#dotfav .box1020-b{
		max-width: 1020px !important;
		margin: 0 auto !important;
	}
	#dotfav .box800-b {
		max-width: 800px !important;
		margin: 0 auto !important;
	}
}

#	 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#dotfav {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 10px !important;
	line-height: 1.7;
	letter-spacing: 0.05rem;
}
#dotfav {
	position: relative;
}
#dotfav img {
	vertical-align: middle;
}
#dotfav a {
  text-decoration: none;
}
#dotfav a:hover,
#dotfav a:focus {
  font-size: 100%;
  opacity: 0.8;
  text-decoration: none;
}
#dotfav #header-sub {
	position: fixed;
    width: 100%;
    height: 88px;
    top: 0;
    background: #fff;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 999;
}
#dotfav #header-sub.fixed {
	transform: translateY(66%);
	height: 78px;
}

#dotfav #header-sub a,
#dotfav #header-sub a:hover {
	text-decoration: none;
}
#dotfav .slideNav {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	overflow-y: auto;
	z-index: -9999;
	transition: 0.8s cubic-bezier(0.85, 0, 0.15, 1);
	float: none;
	padding: 50px 10px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(255, 255, 255, 1);
}
body.open {
	height: 100%;
	overflow: hidden;
}
body.open #dotfav .slideNav {
	display: block;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
}
#dotfav .slideNav:before {
	transition: 0s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
body.open #dotfav .slideNav:before {
	transition: 0.8s cubic-bezier(0.85, 0, 0.15, 1);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#dotfav .slideNav:after {
	transition: 0.8s cubic-bezier(0.85, 0, 0.15, 1);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
body.open #dotfav .slideNav:after {
	transition: 0s cubic-bezier(0.85, 0, 0.15, 1) 0.8s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#dotfav .spNav {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100vw;
	height: 100%;
}
#dotfav .fvLogo {
	margin: 0 auto;
	padding: 0;
}
#dotfav #sub-button {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	margin: 28px 0 0 40px;
	width: 32px;
	height: 32px;
	z-index: 9999;
}
#dotfav #sub-button span {
	display: block;
	background: #333;
	width: 100%;
	height: 1px;
	position: absolute;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#dotfav #sub-button span:first-child {
	top: 6px;
}
#dotfav #sub-button span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
#dotfav #sub-button span:last-child {
	bottom: 6px;
}
#dotfav #sub-button.active span:first-child {
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
#dotfav #sub-button.active span:nth-child(2) {
	opacity: 0;
}
#dotfav #sub-button.active span:last-child {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-moz-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}
#dotfav .slideNav_inner {
	margin-top: 40px;
}
#dotfav .slideNav_inner li {
	text-align: center;
	padding: 15px 0;
	font-size: 16px;
}
#dotfav .slideNav_inner li a {
	display: block;
	color: #181818;
}
@media screen and (min-width: 768px) {
	#dotfav .spOnly {
		display: none;
	}
	#dotfav #header-sub{
		width: 100%;
		top: 0;
	}
	#dotfav #header-sub.fixed {
	transform: translateY(0);
}
	#dotfav .slideNav {
		position: fixed;
		top: 0;
		left: 0;
		height: 88px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0;
		visibility: visible;
		opacity: 1;
		z-index: 1;
	}
	#dotfav .slideLogo {
		padding-left: 10px;
	}
	#dotfav .slideNav_inner {
		display: flex;
		justify-content: flex-end;
		margin-top: 0;
	}
	#dotfav .slideNav_inner li {
		font-size: 14px;
		padding: 15px 20px;
	}
	#dotfav .spNav {
		display: none;
	}
	#dotfav #sub-button {
		display: none;
	}
}


#dotfav {
	animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
#dotfav .fade-in.isActive {
	transform: none;
	opacity: 1;
}
#dotfav .fade-in {
	transition: all 1s ease-in;
	opacity: 0;
}
#dotfav .top-movie {
	width: 100%;
	height: 100vh;
	max-height: 680px;
}
#dotfav .video-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#dotfav .video-wrapper video {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#dotfav .overlay::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.4);
}
#dotfav .text-gray {
	color: #C4CBD4;
}
#dotfav .bg-gray {
	background-color: #C4CBD4 !important;
}
#dotfav .bg-white {
    background: #FFF!important;
    color: #333!important;
}
#dotfav .slideLogo {
    margin-top: 40px;
}
#dotfav .slideNav_inner {
    margin-top: 20px;
}
#dotfav .slideNav_inner li {
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
}
#dotfav .slideNav_inner li a {
  color: #C4CBD4;
}
#dotfav .slideNav_inner li .trans {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
#dotfav .box {
  width: 10px;
  height: 10px;
  background: #333;
}
#dotfav .ls-3 {
  letter-spacing: 3px;
}
#dotfav .ls-5 {
  letter-spacing: 5px;
}
#dotfav .fade-left,
#dotfav .fade-right {
  opacity: 0;
}
#dotfav .fade-left.isActive {
	animation: fade-to-left 1s ease 0s 1 normal forwards;
}
#dotfav .fade-right.isActive {
	animation: fade-to-right 1s ease 0s 1 normal forwards;
}
@keyframes fade-to-left {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-to-right {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#dotfav #product {
	width: 100%;
	max-height: 469px;
  background: rgba(196, 203, 212, 0.3);
}
#dotfav #product-tab,
#dotfav #product-content {
  background: rgba(196, 203, 212, 0.3);
}
#dotfav #product-tab .nav-pills {
  background: rgba(255, 255, 255, 0.5);
}
#dotfav #product-tab .nav-pills .nav-link {
  color: #000;
}
#dotfav #product-tab .nav-pills .nav-link.active {
  color: #fff;
  background: #C4CBD4;
  border: none;
  border-radius: 0;
}
#dotfav .nav-pills>li+li {
	margin-left: 0 !important;
}
#dotfav .tab-content>.active {
  display: flex !important;
}
#dotfav .product-btn {
  background: #C4CBD4;
}
#dotfav .product-btn a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#dotfav .product-btn a:hover,
#dotfav .product-btn a:focus {
  color: #fff !important;
}
#dotfav .artist-info {
  color: #fff;
  background: #C4CBD4;
}
#dotfav .swiper-button-next,
#dotfav .swiper-button-prev {
    top: 50%;
    width: 15px;
    height: 32px;
    background-size: 10px 35px;
    background-repeat: no-repeat;
}
#dotfav .swiper-button-next {
  right: 0px;
  background-image: url(../img/swiper_next.svg);
}
#dotfav .swiper-button-prev {
  left: 5px;
  background-image: url(../img/swiper_prev.svg);
}
#dotfav .swiper-button-disabled {
  opacity: 0 !important;
}
#dotfav .swiper-button-next:after,
#dotfav .swiper-button-prev:after {
  content: none;
}
@media screen and (min-width: 767px) {
    #dotfav .slideLogo {
        margin-top: 0;
        padding-left: 20px;
        order: 1;
    }
    #dotfav .slideNav_inner {
        margin-top: 0;
        padding-right: 20px;
        order: 2;
    }
    #dotfav .slideNav_inner li {
        display: inline-flex;
        display : -webkit-inline-flex;
        padding: 15px 0;
        font-size: 14px;
        font-weight: normal;
    }
    #dotfav .slideNav_inner li + li::before {
        content: "/";
        margin-left: 20px;
        margin-right: 20px;
    }
    #dotfav .slideNav_inner li a {
      color: #333;
    }
    #dotfav .box-concept1 {
      top: 50%;
      left: -12px;
      width: 25px;
      height: 25px;
    }
    #dotfav .box-concept2 {
      top: 35%;
      right: -40px;
      width: 80px;
      height: 25px;
    }
    #dotfav .box-favorite {
      top: 30%;
      right: -12px;
      width: 25px;
      height: 25px;
    }
    #dotfav .box-produce {
      top: 50%;
      left: -12px;
      width: 25px;
      height: 25px;
    }
    #dotfav #product {
      background: #fff;
    }
    #dotfav #product .product-title {
      position: absolute;
      width: 50%;
      top: 50%;
      transform: translate(0, -50%);
    }
    #dotfav #product-tab {
      background: #fff;;
    }
    #dotfav #product-tab ul {
      justify-content: center;
      border-top: #707070 1px solid;
      border-bottom: #707070 1px solid;
      padding: 10px 0;
    }
    #dotfav .artist-info {
      color: #333;
      background: #fff;
    }
    #dotfav .swiper-container-horizontal>.swiper-scrollbar {
      left: 60%;
      width: 30%;
    }
}

/* 調整　*/

#dotfav .tab-content>.tab-pane{
	display: none;
}

@media (min-width: 1024px){
#dotfav .col-md-8 {
    width: 66.66666667%;
}	
#dotfav .col-md-7 {
    width: 58.33333333%;
}
#dotfav	.col-md-4 {
    width: 33.33333333%;
}
#dotfav	.col-md-2 {
    width: 16.66666667%;
}
}

