@charset "UTF-8";
/* CSS Document */

/*==============================================
common
==============================================*/
.tagsober {
  display: block;
  min-width: 1080px;
	font-family: 'Noto Serif JP', serif, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
	background: #000;
}

.tagsober * {
  box-sizing: border-box;
}

.tagsober *:last-child {
  margin-bottom:0;
}

.tagsober *:focus {
  outline: none;
}

.tagsober li {
  list-style-type: none;
}

.tagsober img {
  border: none;
  vertical-align: middle!important;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
}

.tagsober ._pc {
  display: inline-block;
}

.tagsober ._sp {
  display: none;
}

.tagsober ._up {
  opacity: 0;
  transform: translateY(30px);
  transition: all .5s ease;
}

.tagsober ._up--ison {
  opacity: 1;
  transform: translateY(0%);
}
section .js-scroll-trigger,
aside .js-scroll-trigger {
	opacity: 0;
	transform: translateY(40px);
	transition: all .8s cubic-bezier(.1,1,.61,1);
}
section .js-scroll-trigger.is-active,
aside .js-scroll-trigger.is-active {
	opacity: 1;
	transform: translateY(0px);
}

@media (max-width:767px) {
  .tagsober {
    min-width: initial;
  }

  .tagsober ._pc {
    display: inline-block;
    display: none;
  }

  .tagsober ._sp {
    display: inline-block;
  }

  .tagsober img {
    max-width: 100%;
    height: auto;
  }

  .tagsober * {
    min-width: 1px;
    min-height:1px;
  }

}

/*==============================================
splash
==============================================*/
.tagsober-splash {
  width: 100%;
  height: 100vh;
  height: 100svh; /*iOS Safari*/
  position: fixed;
  top:0;
  left:0;
  background: #000;
  z-index: 999;

  /*3*/
  /* display: none; */
}

.tagsober-splash__logo {
  position: absolute;
  top:53%;
  left:50%;
  transform: translateX(-50%) translateY(-53%);
  opacity: 0;
  transition: all .8s .5s ease-in;
}

.tagsober-splash__logo--ison {
  opacity: 1;
}

@media (max-width:767px) {
  .tagsober-splash__logo {
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
  }
}


/*==============================================
kv
==============================================*/
@media screen and (min-width:768px) {
.tagsober-kv-pc {
  /*display: block!important;*/
  	pointer-events: auto;
	line-height: 0 !important;
	font-size: 0 !important;
	vertical-align: top !important; 
	transition: .8s .5s;
	opacity: 0;
}

.tagsober-kv-sp {
  display: none!important;
  pointer-events: auto;
}

.tagsober-kv-pc__box {
  background: #000;
  text-align: center;
}

.tagsober-kv-pc__box img {
  	display: block!important;
  	margin: 0 auto;
	line-height: 0 !important;
	font-size: 0 !important;
	vertical-align: top !important;
	
}
.tagsober-kv-pc__box:nth-of-type(2) {
  display: none;
}
.tagsober-kv-pc__box:nth-of-type(2).slick-initialized {
  display: block;
}
}


@media (max-width:767px) {
 .tagsober-kv-sp {
	 /*display: block!important;*/
  	pointer-events: auto;
	line-height: 0 !important;
	font-size: 0 !important;
	vertical-align: top !important; 
	margin: 0 auto;
	width: 100%;
	transition: .8s .5s;
	opacity: 0;
}
	.tagsober-kv-pc {
    display: none!important;
  }

	.tagsober-kv-sp__box {
  background: #000;
  text-align: center;
		margin: 0 auto;
}

.tagsober-kv-sp__box img {
  	display: block!important;
  	margin: 0 auto;
	line-height: 0 !important;
	font-size: 0 !important;
	vertical-align: top !important;
	
	 object-fit: cover; 
}
.tagsober-kv-sp__box:nth-of-type(2) {
  display: none;
}
.tagsober-kv-sp__box:nth-of-type(2).slick-initialized {
  display: block;
}


	
}


/*=============
base
==============*/
html, body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}


/*==============================================
nav fix
==============================================*/
.wrap_nav {
	background: #000 url("/brand/tagsober/img/nav_bg_pc.png") no-repeat center center;	
  	background-size: cover;
}
.wrap_nav .inner,
.wrap_nav ul {
	display: flex;
	justify-content: space-between;;
	align-items: center;
}
.wrap_nav ul {
	margin: 0 auto;
	width: 100%;
}
@media screen and (min-width:768px) {
	.wrap_nav ul li {
	/*	flex: 1;*/
	}
	/*.wrap_nav ul li+li {
		border-left: 1px solid #fff;
	}*/
}
.wrap_nav .inner {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
}
._fix .wrap_nav .inner {
	padding: 10px 0;
}

.wrap_nav::before,
.wrap_nav::after {
	content: "";
	display: block;
	/*background-color: #000;*/
	height: 1px;
	/*width: 100vw;*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.wrap_nav::before {
	right: 100%;
	transform: translateX(-100%);
}
.wrap_nav::after {
	left: 100%;
}
.wrap_nav .logo {
	width: 317px;
}
@media screen and (max-width:1200px) {
	.wrap_nav .logo {
		width: 26.66666667%;
		margin-right: 4%;
	}
}
.wrap_nav nav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 1em 24px;
	line-height: 1;
	white-space: nowrap;
	/* transition: all .4s; */
}

.wrap_nav nav a:hover {
	color: #fed23d;
}
.wrap_nav nav a span {
	display: block;
}
.wrap_nav nav a .ja {
	font-size: 20px;
	font-weight: bold;	
}
/*._fix .wrap_nav .inner nav li img {
	height: 30px;
	width: auto;
}*/
@media screen and (max-width:1200px) {
	.wrap_nav nav a .ja {
		font-size: 16px;
	}
}


/* nav fix */
.wrap_fixNav {
	min-width: 1080px;
	margin: 0 auto;
	transition: all .2s cubic-bezier(.1,1,.61,1);
	transition-delay: .2s;
}
@media screen and (max-width:767px) {
	.wrap_fixNav {
		min-width: 0px;
	}
}
.fixNav._fix {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 998;
}
.fixNav .wrap_nav .logo {
	transition: all .2s cubic-bezier(.1,1,.61,1);
}
@media screen and (min-width:768px) {
	.fixNav._fix .wrap_nav .logo {
		width: 160px;
	}
}
@media screen and (max-width:767px) {
	.fixNav._fix nav {
		position: fixed;
		top: 54px;
	}
	.fixNav nav {
		display: none;
		/* background-color: #000; */
		background-image: -moz-linear-gradient( 0deg, rgb(170,0,0) 0%, rgb(230,0,18) 50%, rgb(170,0,0) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(170,0,0) 0%, rgb(230,0,18) 50%, rgb(170,0,0) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(170,0,0) 0%, rgb(230,0,18) 50%, rgb(170,0,0) 100%);
		position: absolute;
		top: 56px;
		right: 0;
		left: 0;
		z-index: 9998;
		transition: all .2s cubic-bezier(.1,1,.61,1);
	}
	.fixNav .wrap_nav .inner,
	.fixNav._fix .wrap_nav .inner {
		padding: 10px;
		display: flex;
        justify-content: flex-end;
	}
	.fixNav .wrap_nav .logo {
		width: 120px;
		margin-left: 10px;
		padding: 10px 0;
	}
	.fixNav .wrap_nav ul {
		display: flex;
		justify-content: center;
		/*flex-wrap: wrap;*/
		width: 100%;
		padding: 2% 4%;
		flex-direction: column;
	}
	.fixNav .wrap_nav li {
		display: block;
		width: 50%;
	}
	.fixNav .wrap_nav nav a {
		padding: 1em .5em;
	}
	.fixNav .wrap_nav nav a .ja {
		font-size: 4vw;
	}

	/*toggle */
	.fixNav p.menu {
		margin: 0 10px 5px 0;
	}
	.fixNav p.menu img {height: 14px;}
	.fixNav .sp_toggle {
		display: block;
		width: 36px;
		height: 36px;
		position: relative;
		border: 2px solid #fff; 
  		border-radius: 50%;  
		transition: all .2s cubic-bezier(.1,1,.61,1);
	}
	/* .fixNav._fix .sp_toggle {
		width: 32px;
	} */
	.fixNav .sp_toggle span {
		display: block;
		width: 50%;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 0;
        bottom: 0;
        right: 25%;
		margin: auto;
		transition: all .2s cubic-bezier(.1,1,.61,1);
	}
	.fixNav .sp_toggle span::before,
	.fixNav .sp_toggle span::after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;
		position: absolute;
		right: 0;
		margin: auto;
		transition: all .2s cubic-bezier(.1,1,.61,1);
		/*background-image: url("../img/nav_btn_01.svg")*/
	}
	.fixNav .sp_toggle span::before {
		top: -4px;
	}
	.fixNav .sp_toggle span::after {
		bottom: -4px;
	}
	.fixNav .sp_toggle._x span {
		background: none;
	}
	.fixNav .sp_toggle._x span::before {
		top: 0;
		transform: rotate(45deg);
	}
	.fixNav .sp_toggle._x span::after {
		bottom: 0;
		transform: rotate(-45deg);
	}
}

@media screen and (min-width:768px) {
	.fixNav nav {
		display: block !important;
		width: 100%;
	}
}


/*==============================================
movie
==============================================*/
.tagsober-movie {
  background: #000 url("/brand/tagsober/img/movie_bg_pc.jpg") no-repeat center center;
  background-size: cover;
	overflow: hidden;
}
.tagsober-movie__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 120px 0;
}
h2.tagsober-movie-ttl {
	display: block;
	width: 25%;
	height: auto;	
	margin: 0 auto;
	margin-bottom: 20px;	
}
p.tagsober-movie-ttl-txt {
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	text-align: center;
}
.tagsober-mv-list {
  /*display: block!important;*/
  	pointer-events: auto;
	/* line-height: 0 !important;
	font-size: 0 !important; */
	vertical-align: top !important;
	margin: 0 auto;
	text-align: center;
}
.tagsober-mv-list .slick-list{
	overflow: visible;
}
.tagsober-mv-list-item{
	transform: scale(.8);
	transition: transform .3s;
	max-width:1000px;
	height: auto;
	width: 710px;
}
.tagsober-mv-list-item a {
	text-decoration: none;
	display: block;
	pointer-events: none;
}
.tagsober-mv-list-item img{
     /*width: 100%;
    height: 50vw;
    object-fit: cover;
	height: 30vw; */
  	max-height: 400px; 
 	 min-height: 350px;
	 display: block;
	 margin: 0 auto;
}
.tagsober-mv-list-item._vertical {
	width: 225px;
}
.tagsober-mv-list-item._vertical img {
	height: 400px !important;
	width: auto !important;
}
.tagsober-mv-list-item p {
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
}
.tagsober-mv-list .slick-center {
  transform: scale(1);
}
.tagsober-mv-list .tagsober-mv-list-item.slick-center a {
  pointer-events: auto;
}

@media (max-width:767px) {
	.tagsober-movie {
  background: #000 url("/brand/tagsober/img/movie_bg_sp.jpg") no-repeat center center;
  background-size: cover;
}
	h2.tagsober-movie-ttl  {
		width: 50%;
		height: auto;
	}
	p.tagsober-movie-ttl-txt {
		font-size: 12px;
	}
.tagsober-movie__inner {
    width: 100%;
    padding: 55px 0;
  }
	.tagsober-mv-list-item {
		max-width: 300px;
		width: 300px;
	}
	.tagsober-mv-list-item img{
     /*width: 100%;
    height: 50vw;
    object-fit: cover;*/
	height: 30vw; 
  	max-height: 169px; 
 	 min-height: 165px; 
}
.tagsober-mv-list-item p {
	font-size: 14px;
	margin-top: 5px;
}
}

/*==============================================
kodawari
==============================================*/
.tagsober-kodawari {
  background: #000 url("/brand/tagsober/img/kodawari_bg_pc.jpg") no-repeat center top;
  background-size: cover;
	height: 1200px;
	position: relative;
}
@media (min-width:1600px) {
	.tagsober-kodawari {
		height: 72vw;
	}
}
.tagsober-kodawari__inner {
  width: 100%;
  margin: 0 auto;
  padding: 120px 0;
}
.tagsober-kodawari__innerIn {
	position: absolute;
	top: 280px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	z-index: 9;
}
h2.tagsober-kodawari-ttl {
	height: 70px;
	width: 271px;
	margin: 0 auto;
	margin-bottom: 60px;	
}
.tagsober-kodawari-logo {
	width:22% ;
	height: auto;
	margin: 0 auto;
}
.tagsober-kodawari-lead {
	width:50% ;
	height: auto;
	margin: 0 auto;	
}
.tagsober-kodawari-txt01,.tagsober-kodawari-txt02,.tagsober-kodawari-txt03  {
	color: #fff;
	text-align: center;
	line-height: 2;
	font-size: 20px;
}
.tagsober-kodawari-lemon {
	width:20% ;
	height: auto;
	position: absolute;
	left: 2%;
	top:40%;
	z-index: 1;
}
.tagsober-kodawari-lychee {
	width:20% ;
	height: auto;
	position: absolute;
	right: 2%;
	top:13%;
	z-index: 1;
}


@media (max-width:767px) {
	.tagsober-kodawari {
  background: #000 url("/brand/tagsober/img/kodawari_bg_sp.jpg") no-repeat center top;
		/* height: 800px; */
		height: 191vw;
}
	.tagsober-kodawari__inner {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
	.tagsober-kodawari__innerIn {
	position: absolute;
	top: 120px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	z-index: 9;
}
	
	h2.tagsober-kodawari-ttl  {
		max-width:40%;
		height: auto;
		display: block;
		position: absolute;
		left: 5vw;
	}
	.tagsober-kodawari-logo { 
		width:40%; 
		height: auto;
		display: block;
		position: absolute;
		left: 5vw;
	}
	.tagsober-kodawari-lead {
	width:90% ;
	height: auto;
		position: absolute;
		/*top: 18%;*/
		top: 40vw;
		left: 5vw;
}
	.tagsober-kodawari-txt01  {
		/* font-size: 16px; */
		font-size: 4.26666666vw;
		position: absolute;
		/* top: 40%; */
		top: 72.53333vw;
		left:0;
		right:0;
	}
	.tagsober-kodawari-txt02{
		/* font-size: 16px; */
		font-size: 4.26666666vw;
		position: absolute;
		/* top: 62%; */
		top: 112.2666666vw;
		left:0;
		right:0;
	}
		.tagsober-kodawari-txt03{
		/* font-size: 16px; */
		font-size: 4.26666666vw;
		position: absolute;
		/* top: 79%; */
		top: 143.2vw;
		left:0;
		right:0;
	}
.tagsober-kodawari__inner {
    width: 100%;
    padding: 55px 0;
  }
	.tagsober-kodawari-can {
		width: 50%;
		height: auto;
		position: absolute;
		right: 3vw;
		top:2%;
		
	}
}
@media (max-width:600px) {
	.tagsober-kodawari {
		height: 213.333333vw;
	}
	.tagsober-kodawari-lead {
		top: 33vw;
	}
}

/*==============================================
lineup
==============================================*/
.tagsober-lineup {
  background: #000 url("/brand/tagsober/img/lineup_bg_pc.jpg") no-repeat center top;
  background-size: cover;
}
.tagsober-lineup__inner {
  width: 1080px;
  margin: 0 auto;
  padding: 180px 0 120px;
}
h2.tagsober-lineup-ttl {
	display: block;
	width: 35%;
	height: auto;	
	margin: 0 auto;
	margin-bottom: 60px;	
}
.tagsober-lineup-lead {
	display: block;
	width:40%;
	height: auto;	
	margin: 0 auto;
	margin-bottom: 40px;	
}
.tagsober-lineup-chu {
color: #fff;
	text-align: center;
	margin-bottom: 60px;
}
.tagsober-lineup__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 0;
  margin: 0;
}
.tagsober-lineup__list-item a,
.tagsober-lineup__list-item a:visited {
  transition: all .3s;
}
.tagsober-lineup__list-item  a:hover,
.tagsober-lineup__list-item  a:hover {
  opacity: 0.85;
}

@media (max-width:767px) {
	.tagsober-lineup {
  background: #000 url("/brand/tagsober/img/lineup_bg_sp.jpg") no-repeat center top;
  background-size: cover;
}
  .tagsober-lineup__inner {
    width: 100%;
    padding: 100px 0 55px;
  }
h2.tagsober-lineup-ttl {
	display: block;
	width: 50%;
	}	
	.tagsober-lineup-lead {
		width: 90%;
	height: auto;
	}
	.tagsober-lineup-chu {
		font-size: 4.26666666vw;
}
.tagsober-lineup__list {
    display: block;
    gap: 0;
    padding: 0 20px;
  }

.tagsober-lineup__list-item {
    width: 100%;
    margin:0 auto 20px;
  }
}


/*==============================================
event
==============================================*/
.tagsober-event {
  background: #000 url("/brand/tagsober/img/event_bg_pc.jpg") no-repeat center center;
  background-size: cover;
}
.tagsober-event__inner {
  width: 1080px;
  margin: 0 auto;
  padding: 120px 0;
}
h2.tagsober-event-ttl {
	display: block;
	height: auto;
	width: 160px;
	margin: 0 auto;
	margin-bottom: 60px;	
}
.tagsober-event-list {
	display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px ;
  padding: 0;
  margin: 0;
width: 1080px;
	flex-wrap: wrap
}
.tagsober-event-thumb01 {
	border: 1px solid #525A6D;
	background: #fff;
	flex-basis:  100%;
}
.tagsober-event-thumb01 p {
	padding: 0 30px 20px 30px;
	text-decoration: none;
}
.tagsober-event-thumb01 p::after {
	width:0;
height:0;
border-style:solid;
border-width: 7px 0 7px 10px;
border-color: transparent transparent transparent #D90514;
}
.tagsober-event-thumb01 dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	padding: 20px 30px;
	text-decoration: none;
	justify-content: space-between;
	font-size: 20px;
}
.tagsober-event-thumb01 dt {width: 70%; line-height: 1.8;}
.tagsober-event-thumb01 dd {width: 30%;}
.tagsober-event-thumb02,.tagsober-event-thumb03 {
	border: 1px solid #525A6D;
	background: #fff;
	width: 520px;
	font-size: 18px;
} 
.tagsober-event-thumb02 p,.tagsober-event-thumb03 p {
	padding: 0 30px 20px 30px;
	text-decoration: none;
	text-align: center;
}

.tagsober-event-thumb01 a,.tagsober-event-thumb02 a,.tagsober-event-thumb03 a{
  color: #000;
  text-decoration: none;
	transition: all .3s;
}
.tagsober-event-thumb01 a:hover,.tagsober-event-thumb02 a:hover,.tagsober-event-thumb03 a:hover {
  opacity: 0.85;
}

/*ボタン*/
.tagsober-button_thumb {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 0.8rem 0.1rem 0.8rem 2.5em;
	background: #fff;
	border: 1px solid #363B48;;
	color: #000;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	font-size: 20px;
	color: #000;
}
.tagsober-button_thumb::after {
	content: '';
	width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent transparent #d90514;
border-width: 6px 0px 6px 10px;
}
.tagsober-button_thumb:hover {
	background: #73030B;
	color: #fff;
}


@media (max-width:767px) {
.tagsober-event__inner {
    width: 100%;
    padding: 55px 0;
  }
	h2.tagsober-event-ttl {
	width:30% !important ;	
	height: 50px;	
	margin-bottom: 40px;
	display: block;
	}
	.tagsober-event-list {
	display: block;
	width: 100%;
     gap: 0;
    padding: 0 20px;
	}	
	.tagsober-button_thumb {font-size: 16px;}
	.tagsober-event-thumb01 dl {display: block; font-size:18px;}
	.tagsober-event-thumb01 dt {width: 100%;;}
	.tagsober-event-thumb01 dd {width: 100%; margin-top: 1.5em;}
	.tagsober-event-thumb01,.tagsober-event-thumb02,.tagsober-event-thumb03 {
	width: 100%;
	 margin:0 auto 20px;
   
  }
}

/*==============================================
shop
==============================================*/
.tagsober-shop {
  background: #000 url("/brand/tagsober/img/shop_bg_pc.jpg") no-repeat center center;
  background-size: cover;
}
.tagsober-shop__inner {
  width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
}
.tagsober-shop__innerIn {
	background: #23262F;
	background-color: rgb(0 0 0 / 0.7);
	border: #525A6D solid 1px;
	padding: 60px;	
}

.tagsober-shop__official {
  margin-bottom: 60px;
}

h2.tagsober-shop__others-ttl {
	display: block;
	height: 50px;
	width: 263px;
	margin: 0 auto;
	margin-bottom: 60px;	
}
h3.tagsober-shop__others-ttl {
	display: block;
	height: 24px;
	width: 357px;
	margin: 0 auto;
	margin-bottom: 40px;	
}

.tagsober-shop__others__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.tagsober-shop__others__list-item {
  width: calc(100% / 3);
}

.tagsober-shop__others__list-item img {
  width: 100%;
  height: auto;
}

.tagsober-shop__others__list-item a,
.tagsober-shop__others__list-item a:visited {
  transition: all .3s;
}

.tagsober-shop__others__list-item a:hover {
  opacity: 0.85;
}

@media (max-width:767px) {
  .tagsober-shop__inner {
    width: 100%;
    padding: 55px 20px;
  }
.tagsober-shop__innerIn {
	padding:40px 20px;	
}
  .tagsober-shop__others__list {
    display: block;
    gap: 0;   
  }
	h2.tagsober-shop__others-ttl {
	margin-bottom: 20px;
		width: 50%;
		height: auto;
}
		h3.tagsober-shop__others-ttl {
		width: 50%;
		height: auto;
}

  .tagsober-shop__others__list-item {
    width: 100%;
    margin:0 auto 20px;
  }
}

/*==============================================
bottom
==============================================*/
.tagsober-bottom {
 	background: #000;
	border-top: 1px solid #B8B8B8;
}
.tagsober-bottom__inner {
  width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
}
.tagsober-bottom p {
	text-align: center;
	margin-bottom: 30px;
}
.tagsober-bottom__others__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.tagsober-bottom__others__list-item {
  width: calc(100% / 2);
}

.tagsober-bottom__others__list-item img {
  width: 100%;
  height: auto;
}

.tagsober-bottom__others__list-item a,
.tagsober-bottom__others__list-item a:visited {
  transition: all .3s;
}

.tagsober-bottom__official a:hover,
.tagsober-bottom__others__list-item a:hover {
  opacity: 0.85;
}

@media (max-width:767px) {
  .tagsober-bottom__inner {
    width: 100%;
    padding: 55px 0;
  }

  .tagsober-bottom__others__list {
    display: block;
    gap: 0;
    padding: 0 20px;
  }
	.tagsober-bottom p {width: 90%; height: auto; margin: 0 auto; padding-bottom: 20px;}

  .tagsober-bottom__others__list-item {
    width: 100%;
    margin:0 auto 20px;
  }
}


/*==============================================
下層ページ
==============================================*/
.tagsober-event-detail {
  background: #000 url("/brand/tagsober/img/shop_bg_pc.jpg") no-repeat center center;
  background-size: cover;
}
.tagsober-event-detail-kv {
	background: #000 url("/brand/tagsober/img/event01_kv_pc.jpg") no-repeat center center;
  background-size: cover;
	background-position: center;
	width: 100%;
	height: 317px;
}
.tagsober-event-detail__inner {
  width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
}
.tagsober-event-detail__innerIn {
	background: #23262F;
	background-color: rgb(0 0 0 / 0.7);
	border: #525A6D solid 1px;
	padding: 20px 60px 40px;
	margin-bottom: 60px;
}

.tagsober-event-detai-ttl {
    background: #000 url("/brand/tagsober/img/nav_bg_pc.png") no-repeat center center;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 40px 0 35px 0;
}
.tagsober-event-detail .list  {
	display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tagsober-event-detail dl {
	color:#fff;
}
.list dt {
  display: flex;
  align-items: top;
  width: 15%;
  padding: 20px 0;
  border-bottom: 1px solid #999;
}
.list dt:last-of-type,
.list dd:last-of-type {
  border: none;
}
.list dd {
  display: flex;
  align-items: center;
  width: 85%;
  margin-left: 0;
  padding: 20px 0;
  border-bottom: 1px solid #999;
	line-height: 1.6;
}

@media (max-width:767px) {
  .tagsober-event-detail__inner {
    width: 100%;
    padding: 55px 20px;
  }
.tagsober-event-detail__innerIn {
	padding:20px;	
}
.tagsober-event-detail-kv {
	background: #000 url("/brand/tagsober/img/event01_kv_sp.jpg") no-repeat center center;
  background-size: cover;
	background-position: center;
	width: 100%;
	height: 340px;
}
	.tagsober-event-detail dl {flex-flow: column;}
	.list dt {
			  width: 100%;
			  padding: 20px 0 20px 20px;;
			background-color: #32343C; 
		border-bottom: none;
}
	.list dd {
		width: 100%;
		border-bottom: none;
		}
	.tagsober-event-detai-ttl{
	padding: 20px 0 10px 0;
	
}
}



/*下層ボタン*/
a.tagsober-button {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 450px;
	margin: auto;
	padding: 1.5rem 4rem 1.5rem 0.5em;
	background: #fff;
	color: #000;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	font-size: 20px;
}
a.tagsober-button::before {
	content: '';
	width:0;
height:0;
border-style:solid;
border-width: 7px 10px 7px 0;
border-color: transparent #D90514 transparent transparent;
}
a.tagsober-button:hover {
	background: #73030B;
	color: #fff;
}
@media (max-width:767px) {
	a.tagsober-button {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1.5rem 2.5rem 1.5rem 0.2em;
	background: #fff;
	color: #000;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	font-size: 18px;
}
}
