@charset "utf-8";

/* -------------------------------------------------
	first-view
------------------------------------------------- */

#first-view {
	height: 100vh;
	position: relative;
}
#first-view h1,
#first-view .copy,
#first-view .release {
	position: absolute;
}
#first-view h1 img,
#first-view .copy img {
	width: 100%;
}
#first-view .release {
	font-family: 'Spectral';
	font-weight: 600;
	letter-spacing: 0;
	white-space: nowrap;
}

#first-view .tokutenLink {
	position: fixed;
	right: calc(60 / 1360 * 100vw);
	bottom: calc(60 / 1360 * 100vw);
	font-size: calc(18 / 1360 * 100vw);
    z-index: 200;
}
#first-view .tokutenLink a {
    display: block;
    text-align: center;
    border: #fff solid 1px;
    padding: 25px 70px 25px 40px;
    background-color: rgba(0,0,0,0.6);
    position: relative;
}
#first-view .tokutenLink a::after {
	content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 46%;
    right: 36px;
	border-right: #fff solid 1px;
	border-bottom: #fff solid 1px;
	transform: translateY(-50%) rotate(45deg);
}

#first-view .tokutenLink a::after {
    right: 26px;
}

#first-view .scroll {
	width: 1px;
	height: 90px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-animation: scroll 1.1s ease infinite;
	animation: scroll 1.1s ease infinite;
}

@media print, screen and (min-width:768px) { /* PCサイズ */
	#first-view {
		background: url(../images/mv.jpg) no-repeat center center / auto 100%;
	}
	#first-view h1 {
		width: 373px;
		right: 70px;
		top: 60px;
	}
	#first-view .copy {
		width: 558px;
		left: 70px;
		bottom: 60px;
	}
	#first-view .release {
		white-space: nowrap;
		right: calc(60 / 1360 * 100vw);
		bottom: calc(180 / 1360 * 100vw);
		font-size: calc(43 / 1360 * 100vw);
	}
	#first-view .release {
      bottom: calc(220 / 1360 * 100vw);
    }
    #first-view .tokutenLink a + a {
    margin: 20px 0 0;
  }
	
	#first-view .tokutenLink a {
		transition: all 0.3s ease-out;
	}
	#first-view .tokutenLink a:hover {
		opacity: 0.6;
	}
	
	@-webkit-keyframes scroll {
		0% { bottom: 0px; height: 90px; }
		49% { bottom: 0px; height: 0; }
		50% { bottom: 90px; height: 0; }
		100% { bottom: 0px; height: 90px; }
	}
	@keyframes scroll {
		0% { bottom: 0px; height: 90px; }
		49% { bottom: 0px; height: 0; }
		50% { bottom: 90px; height: 0; }
		100% { bottom: 0px; height: 90px; }
	}
}

@media print, screen and (min-width:768px) and (max-width:1360px) { /* PC中間サイズ */
	#first-view h1 {
		width: calc(373 / 1360 * 100vw);
		right: calc(70 / 1360 * 100vw);
		top: calc(60 / 1360 * 100vw);
	}
	#first-view .copy {
		width: calc(558 / 1360 * 100vw);
		left: calc(70 / 1360 * 100vw);
		bottom: calc(60 / 1360 * 100vw);
	}
	#first-view .release {
		right: calc(60 / 1360 * 100vw);
		bottom: calc(180 / 1360 * 100vw);
		font-size: calc(43 / 1360 * 100vw);
	}
	
	#first-view .release {
    bottom: calc(350 / 1360 * 100vw);
  }
  #first-view .tokutenLink a {
    padding: 25px 50px 25px 25px;
    font-size: 13px;
  }
  #first-view .tokutenLink a::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

@media screen and (max-width:767px) and (orientation:landscape) { /* SP横サイズ（PC中間サイズとほぼ同じ） */
	#first-view {
		background: url(../images/mv.jpg) no-repeat center center / auto 100%;
	}
	#first-view h1 {
		width: calc(373 / 1360 * 100vw);
		right: calc(70 / 1360 * 100vw);
		top: calc(60 / 1360 * 100vw);
	}
	#first-view .copy {
		width: calc(558 / 1360 * 100vw);
		left: calc(70 / 1360 * 100vw);
		bottom: calc(60 / 1360 * 100vw);
	}
	#first-view .release {
		right: calc(70 / 1360 * 100vw);
		bottom: calc(60 / 1360 * 100vw);
		font-size: 3.6vw;
	}
	
	#first-view .scroll {
		height: 6vw;
	}
	
	@-webkit-keyframes scroll {
		0% { bottom: 0px; height: 6vw; }
		49% { bottom: 0px; height: 0; }
		50% { bottom: 6vw; height: 0; }
		100% { bottom: 0px; height: 6vw; }
	}
	@keyframes scroll {
		0% { bottom: 0px; height: 6vw; }
		49% { bottom: 0px; height: 0; }
		50% { bottom: 6vw; height: 0; }
		100% { bottom: 0px; height: 6vw; }
	}
	
}

@media screen and (max-width:767px) and (orientation:portrait) { /* SP縦サイズ */
	#first-view {
    	height: 100vh;
		background: url(../images/mv_sp.jpg) no-repeat 0 -3vh / 100% auto;
	}
	#first-view h1 {
		width: calc(780 / 1130 * 100vw);
    	top: calc(130 / 1130 * 100vw);
		left: 50%;
		transform: translateX(-50%);
	}
	#first-view .copy {
		width: calc(964 / 1130 * 100vw);
    	bottom: 34vh;
		left: 50%;
		transform: translateX(-50%);
	}
	#first-view .release {
    	bottom: 28.5vh;
		left: 50%;
		transform: translateX(-50%);
		font-size: calc(70 / 1360 * 100vw);
	}
	
	#first-view .tokutenLink {
		right: 10vw;
    	bottom: 4vh;
		font-size: 3.8vw;
		width: 80vw;
	}
	#first-view .tokutenLink a {
		padding: 5vw 6vw;
	}
	#first-view .tokutenLink a::after {
		width: 10px;
		height: 10px;
		right: 6vw;
	}
	
	#first-view .tokutenLink {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90vw;
    right: 5vw;
  }
  #first-view .tokutenLink a {
    padding: 4%;
    width: 49%;
    box-sizing: border-box;
    font-size: 3vw;
  }
  #first-view .tokutenLink a::after {
    display: none;
  }
	
	#first-view .scroll {
		height: 6vw;
	}
	
	@-webkit-keyframes scroll {
		0% { bottom: 5vw; height: 14.2vw; }
		49% { bottom: 5vw; height: 0; }
		50% { bottom: 19.2vw; height: 0; }
		100% { bottom: 5vw; height: 14.2vw; }
	}
	@keyframes scroll {
		0% { bottom: 5vw; height: 14.2vw; }
		49% { bottom: 5vw; height: 0; }
		50% { bottom: 19.2vw; height: 0; }
		100% { bottom: 5vw; height: 14.2vw; }
	}
}

/* -------------------------------------------------
	bg03-area
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	.bg03-area {
		padding-bottom: 90px;
		background: url(../images/bg_03.jpg) no-repeat center bottom / 100% auto;
	}
}

@media print, screen and (min-width:768px) and (max-width:1300px) {
	.bg03-area {
		background: url(../images/bg_03.jpg) no-repeat center bottom / 1300px auto;
	}
}

@media screen and (max-width:767px) {
	.bg03-area {
		padding-bottom: calc(140 / 1130 * 100vw);
		background: url(../images/bg_03_sp.jpg) no-repeat center bottom / 100% auto;
	}
}

/* -------------------------------------------------
	topics
------------------------------------------------- */

#topics {
	margin-top: 110px;
}
#topics ul {
	margin-top: 25px;
}
#topics ul li {
	font-size: 18px;
	border-bottom: solid 1px #4d4d4d;
	line-height: 1.3;
}
#topics ul li a {
	padding: 1.4em 0;
	display: flex;
	transition: opacity 0.3s ease-out;
}
#topics ul li a .date {
	width: 175px;
	display: block;
}
#topics ul li a .title {
	width: calc(100% - 175px);
	display: block;
}

#moreTopics{
	padding: 2.8em 0 0;
}
#moreTopics dl dt {
    font-size: 22px;
    font-family: 'Spectral';
    font-weight: 600;
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
}
#moreTopics dl dd {
  display:none;
}


@media print, screen and (min-width:768px) {
	#topics ul li a:hover {
		opacity: 0.5;
	}
}

@media screen and (max-width:767px) {
	#topics {
		margin-top: calc(130 / 1130 * 100vw);
	}
	#topics ul {
		margin-top: calc(50 / 1130 * 100vw);
	}
	#topics ul li {
		font-size: calc(36 / 1130 * 100vw);
	}
	#topics ul li a .date {
		width: 30%;
	}
	#topics ul li a .title {
		width: 70%;
	}
}

/* -------------------------------------------------
	release
------------------------------------------------- */

#release {
	margin-top: 120px;
}
#release .item {
	margin-top: 65px;
}
#release .item .logo {
	width: 300px;
	display: block;
	margin: 0 auto;
}
#release .item .release {
	display: block;
	margin: 35px auto 0;
	font-family: 'Spectral';
	font-weight: 600;
	font-size: 28px;
	text-align: center;
	letter-spacing: 0;
}

#release .item .dl-and-stream {
	width: 320px;
	height: 48px;
	box-sizing: border-box;
	margin: 30px auto 0;
	border: solid 1px #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	transition: background 0.3s ease-out;
}

#release .item .price-list {
	margin-top: 45px;
	padding-top: 40px;
	border-top: solid 1px #4d4d4d;
}
#release .item .price-list li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#release .item .price-list li + li {
	margin-top: 1.2em;
}
#release .item .price-list li .name {
	display: inline-block;
	padding-right: 1em;
	line-height: 1.3;
	font-size: 14px;
}
#release .item .price-list li .price {
	display: inline-block;
	line-height: 1.3;
	font-size: 16px;
}
#release .item .price-list li .note {
	width: 100%;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 10px;
    white-space: normal;
}

@media print, screen and (min-width:768px) {
	#release .item .col2 {
		display: flex;
		justify-content: space-between;
	}
	#release .item .col2 .pic {
		width: 470px;
	}
	#release .item .col2 .text {
		width: 440px;
	}
	#release .item .dl-and-stream:hover {
		background: rgba(255,255,255,0.4);
	}
}

@media print, screen and (min-width:768px) and (max-width:1050px) {
	#release .item .col2 .pic {
		width: calc(100% - 470px);
	}
}

@media screen and (max-width:767px) {
	#release {
		margin-top: calc(215 / 1130 * 100vw);
	}
	#release .item {
		margin-top: calc(90 / 1130 * 100vw);
	}
	#release .item .pic {
		width: calc(780 / 1130 * 100vw);
		margin: 0 auto;
	}
	#release .item .pic img {
		width: 100%;
	}
	#release .item .text {
		margin-top: calc(85 / 1130 * 100vw);
	}
	#release .item .logo {
		width: calc(550 / 1130 * 100vw);
	}
	#release .item .release {
		margin: calc(65 / 1130 * 100vw) auto 0;
		font-size: calc(54 / 1130 * 100vw);
	}

	#release .item .dl-and-stream {
		width: calc(680 / 1130 * 100vw);
		height: calc(120 / 1130 * 100vw);
		margin: calc(90 / 1130 * 100vw) auto 0;
		font-size: calc(36 / 1130 * 100vw);
	}

	#release .item .price-list {
		margin-top: calc(80 / 1130 * 100vw);
		padding: calc(70 / 1130 * 100vw) 0;
		border-bottom: solid 1px #4d4d4d;
	}
	#release .item .price-list li {
		white-space: nowrap;
		letter-spacing: 0;
	}
	#release .item .price-list li + li {
		margin-top: 1.2em;
	}
	#release .item .price-list li .name {
		font-size: calc(36 / 1130 * 100vw);
		vertical-align: baseline;
		padding-right: 0;
	}
	#release .item .price-list li .price {
		font-size: calc(36 / 1130 * 100vw);
		vertical-align: baseline;
	}
	#release .item .price-list li .price .small {
		font-size: calc(28 / 1130 * 100vw);
		vertical-align: baseline;
	}
	#release .item .price-list li .note {
		font-size: 2.8vw;
	}
}

/* -------------------------------------------------
	track
------------------------------------------------- */

#track {
	margin-top: 140px;
}

#track .h-style1 {
	margin-bottom: 45px;
}

#track .item .headline {
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: bold;
	font-family: "Yu Mincho Medium", "YuMincho Medium", "游明朝 Medium", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

#track .item .col2 ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#track .item .col2 ul li + li {
	margin-top: 30px;
}
#track .item .col2 ul li .title {
	/*width: calc(100% - 140px);*/
	box-sizing: border-box;
	padding-right: 1em;
	font-size: 18px;
	line-height: 1.3;
	word-break: break-all;
}
#track .item .col2 ul li .player {
	width: 140px;
	height: 36px;
	box-sizing: border-box;
	border: solid 1px #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	transition: background 0.3s ease-out;
}
#track .item .col2 ul li .player a::before {
	content: "PLAY";
}
#track .item .col2 ul li .player a::after {
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
}

#track .item .col2 ul li .player a.play::before {
	content: "STOP";
}
#track .item .col2 ul li .player a.play::after {
	background-color: #fff;
}

@media print, screen and (min-width:768px) {
	#track .item .acc-target {
		display: block !important;
	}
	
	#track .item + .item {
		margin-top: 90px;
	}
	
	#track .item .col2 {
		display: flex;
		justify-content: space-between;
	}
	#track .item .col2 ul {
		width: calc(460 / 1060 * 100%);
	}
	#track .item .col2 ul:last-child {
		padding-top: 40px;
	}
	#track .item .col2 ul li .player:hover {
		background: rgba(255,255,255,0.4);
	}
}

@media screen and (max-width:767px) {
	#track {
		margin-top: calc(255 / 1130 * 100vw);
	}

	#track .h-style1 {
		margin-bottom: 0;
		padding-bottom: calc(60 / 1130 * 100vw);
		border-bottom: solid 1px #fff;
	}
	
	#track .item {
		border-bottom: solid 1px #fff;
	}
	#track .item .headline {
		padding: 1em;
		margin-bottom: 0;
		font-size: calc(48 / 1130 * 100vw);
		position: relative;
	}
	
	#track .item .headline .ico {
		width: calc(50 / 1130 * 100vw);
		height: calc(50 / 1130 * 100vw);
		display: block;
		position: absolute;
		top: 50%;
		right: calc(50 / 1130 * 100vw);
		transform: translateY(-50%);
	}
	#track .item .headline .ico::before,
	#track .item .headline .ico::after {
		width: 100%;
		height: 1px;
		background: #fff;
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
	}
	#track .item .headline .ico::after {
		transform: rotate(-90deg);
		transition: transform 0.3s ease-out;
	}
	#track .item .headline.on .ico::after {
		transform: rotate(0deg);
	}
	
	#track .item .acc-target {
		display: none;
	}
	
	
	#track .item .col2 {
		padding-bottom: calc(80 / 1130 * 100vw);
	}
	#track .item .col2 ul + ul {
		margin-top: calc(40 / 1130 * 100vw);
	}
	#track .item .col2 ul li + li {
		margin-top: calc(40 / 1130 * 100vw);
	}
	#track .item .col2 ul li .title {
		/*width: calc(100% - 22vw);*/
		font-size: calc(36 / 1130 * 100vw);
	}
	#track .item .col2 ul li .player {
		width: calc(240 / 1130 * 100vw);
		height: calc(80 / 1130 * 100vw);
		font-size: calc(28 / 1130 * 100vw);
	}
	#track .item .col2 ul li .player::before {
		border-width: 0.8vw 0 0.8vw 1.6vw;
		left: 2.6vw;
	}
}

/* -------------------------------------------------
	disc
------------------------------------------------- */

#disc {
	padding: 115px 0 130px;
}

#disc .h-style1 {
	margin-bottom: 95px;
}

#disc .item + .item {
	margin-top: 125px;
}
#disc .item .pic img {
	width: 100%;
}
#disc .item .title {
	font-size: 32px;
	font-family: "Yu Mincho Medium", "YuMincho Medium", "游明朝 Medium", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
#disc .item .desc {
	margin-top: 60px;
	font-size: 20px;
	line-height: 1.8;
}
#disc .item .price-list {
	margin-top: 85px;
}
#disc .item .price-list li {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
}
#disc .item .price-list li + li {
	margin-top: 1.5em;
}
#disc .item .price-list li .name {
	display: inline-block;
	padding-right: 1em;
	line-height: 1.3;
}
#disc .item .price-list li .price {
	display: inline-block;
	line-height: 1.3;
}

#disc .item .acc-target .inner p.comingsoon {
	padding: 60px 0;
    text-align: center;
    font-size: 28px;
    font-family: 'Spectral';
    letter-spacing: 0.1em;
    font-weight: 600;
    width: 100%;
}

@media print, screen and (min-width:768px) {
	#disc .item .col2 {
		display: flex;
		justify-content: space-between;
	}
	#disc .item .col2 .pic {
		width: calc(400 / 1060 * 100%);
	}
	#disc .item .col2 .text {
		width: calc(570 / 1060 * 100%);
	}
}

@media screen and (max-width:767px) {
	#disc {
		padding: calc(160 / 1130 * 100vw) 0 calc(170 / 1130 * 100vw);
	}

	#disc .h-style1 {
		margin-bottom: calc(130 / 1130 * 100vw);
	}
	
	#disc .item + .item {
		margin-top: calc(150 / 1130 * 100vw);
	}
	#disc .item .pic {
		width: calc(720 / 1130 * 100vw);
		margin: 0 auto;
		padding-bottom: calc(90 / 1130 * 100vw);
	}
	#disc .item .title {
		font-size: calc(56 / 1130 * 100vw);
	}
	#disc .item .desc {
		margin-top: calc(50 / 1130 * 100vw);
		font-size: calc(36 / 1130 * 100vw);
		line-height: 2;
	}
	#disc .item .price-list {
		margin-top: calc(75 / 1130 * 100vw);
		padding-top: calc(80 / 1130 * 100vw);
		border-top: solid 1px #4d4d4d;
	}
	#disc .item .price-list li {
		font-size: calc(36 / 1130 * 100vw);
	}
	#disc .item .price-list li .name {
		display: inline-block;
		padding-right: 1em;
		line-height: 1.3;
	}
	#disc .item .price-list li .price {
		display: inline-block;
		line-height: 1.3;
	}
	
	
	#disc .item .acc-target .inner p.comingsoon {
		padding: 8vw 0;
		font-size: 4.6vw;
	}
}

/* -------------------------------------------------
	disc > item > accordion
------------------------------------------------- */

#disc .item .acc-trigger {
	height: 80px;
	margin-top: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #fff;
	position: relative;
	box-sizing: border-box;
	font-size: 24px;
	cursor: pointer;
}
#disc .item .acc-trigger .ico {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 50%;
	right: 45px;
	transform: translateY(-50%);
}

#topics .acc-trigger .ico {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 45%;
    right: 0;
    transform: translateY(-50%);
    left: 6em;
    margin: 0 auto;
}
#moreTopics ul {
    margin-top: 10px;
}

#disc .acc-trigger .ico::before, #disc .acc-trigger .ico::after,
#topics .acc-trigger .ico::before, #topics .acc-trigger .ico::after {
	width: 100%;
	height: 1px;
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
}
#disc .item .acc-trigger .ico::after {
	transform: rotate(-90deg);
	transition: transform 0.3s ease-out;
}
#disc .item .acc-trigger.on .ico::after {
	transform: rotate(0deg);
}

#disc .item .acc-target {
	display: none;
}
#disc .item .acc-target .inner {
	border: solid 1px #fff;
	border-top: none;
}
#disc .item .acc-target .inner p {
	font-size: 18px;
	line-height: 1.3;
}
#disc .item .acc-target .inner p + p {
	margin-top: 1.2em;
}
#disc .item .acc-target .inner p.note {
	margin-top: 2.6em;
	font-size: 16px;
}

@media print, screen and (min-width:768px) {
	#disc .item .acc-target .inner {
		display: flex;
		justify-content: space-between;
		padding: 50px 40px;
	}
	#disc .item .acc-target .inner > div {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	#disc .item .acc-trigger {
		height: calc(140 / 1130 * 100vw);
		margin-top: calc(110 / 1130 * 100vw);
		font-size: calc(36 / 1130 * 100vw);
	}
	#disc .item .acc-trigger .ico {
		width: calc(50 / 1130 * 100vw);
		height: calc(50 / 1130 * 100vw);
		right: calc(50 / 1130 * 100vw);
	}

	#disc .item .acc-target .inner {
		padding: 6vw 6vw;
	}
	#disc .item .acc-target .inner .right {
		margin-top: 4vw;
	}
	#disc .item .acc-target .inner p {
		font-size: calc(30 / 1130 * 100vw);
    	line-height: 1.8;
	}
	#disc .item .acc-target .inner p + p {
		margin-top: 1em;
	}
	#disc .item .acc-target .inner p.note {
		margin-top: 1.8em;
		font-size: calc(28 / 1130 * 100vw);
	}
}

/* -------------------------------------------------
	disc > analog
------------------------------------------------- */

#disc .analog {
	margin-top: 120px;
	padding: 55px 45px;
	border: solid 1px #4d4d4d;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#disc .analog .pic {
	width: 260px;
}
#disc .analog .text {
	width: calc(100% - 300px);
	max-width: 525px;
}
#disc .analog .text .title {
	font-size: 36px;
	font-family: "Yu Mincho Medium", "YuMincho Medium", "游明朝 Medium", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
#disc .analog .text .desc {
	margin-top: 40px;
	font-size: 18px;
	line-height: 2;
}
#disc .analog .text .price {
	margin-top: 50px;
	font-size: 18px;
	text-align: right;
}

@media screen and (max-width:767px) {
	#disc .analog {
		margin-top: calc(150 / 1130 * 100vw);
		padding: calc(50 / 1130 * 100vw);
	}
	#disc .analog .pic {
		width: calc(360 / 1130 * 100vw);
	}
	#disc .analog .text {
		width: calc(470 / 1130 * 100vw);
		max-width: none;
	}
	#disc .analog .text .title {
		font-size: calc(48 / 1130 * 100vw);
	}
	#disc .analog .text .desc {
		margin-top: 1em;
		font-size: calc(36 / 1130 * 100vw);
		line-height: 1.8;
	}
	#disc .analog .text .price {
		margin-top: 1em;
		font-size: calc(36 / 1130 * 100vw);
	}
}

/* -------------------------------------------------
	movie
------------------------------------------------- */

#movie {
	padding: 60px 0 125px;
}
#movie .h-style1 {
	margin-bottom: 60px;
}

#movie .slide-wrap1 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#movie .slide-wrap2 {
	max-width: 850px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#movie iframe {
	width: 100%;
	max-width: 760px;
	height: calc(760px * 315 / 560);
	display: block;
	margin: 0 auto;
}

@media print, screen and (min-width:768px) {
	#movie {
		background: url(../images/bg_01.jpg) no-repeat center bottom / 100% auto;
	}
}

@media screen and (max-width:767px) {
	#movie {
		padding: calc(105 / 1130 * 100vw) 0 calc(250 / 1130 * 100vw);
		background: url(../images/bg_02.jpg) no-repeat center center / cover;
	}
	#movie .h-style1 {
		margin-bottom: calc(105 / 1130 * 100vw);
	}
	#movie .slide-wrap2 {
		max-width: 850px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	#movie iframe {
		width: calc(950 / 1130 * 100vw);
		max-width: none;
		height: calc(950 / 1130 * 100vw * 315 / 560);
	}

}

/* -------------------------------------------------
	visual1
------------------------------------------------- */

#visual1 img {
	width: 100%;
}

/* -------------------------------------------------
	tokuten
------------------------------------------------- */

#tokuten {
	padding-top: 140px;
}
#tokuten .jp-title {
	font-family: "Yu Mincho Medium", "YuMincho Medium", "游明朝 Medium", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size: 28px;
	text-align: center;
    margin-top: 40px;
}

#tokuten .item {
	text-align: center;
}

#tokuten .item.large {
	margin-top: 80px;
}
#tokuten .item.large .pic {
	max-width: 650px;
	margin: 0 auto;
}

#tokuten .items {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
}

#tokuten .item .btn {
	margin-top: 30px;
	display: inline-flex;
	width: 200px;
	height: 48px;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	background: #611f2a;
	transition: background 0.3s ease-out;
	letter-spacing: 0.1em;
}
#tokuten .item .shop {
	margin-top: 1em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.07em;
}
#tokuten .item .name {
	margin-top: 0.4em;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}

@media print, screen and (min-width:768px) {
	#tokuten .items li {
		width: calc(290 / 1060 * 100%);
		margin-right:  calc(95 / 1060 * 100%);
	}
	#tokuten .items li:nth-child(3n) {
		margin-right: 0;
	}
	#tokuten .items li:nth-child(3) ~ li {
		margin-top: 60px;
	}
	
	#tokuten .item .btn:hover {
		background: #814c55;
	}
}

@media screen and (max-width:767px) {
	#tokuten {
		padding-top: calc(180 / 1130 * 100vw);
	}
	#tokuten .jp-title {
		margin-top: calc(80 / 1130 * 100vw);
		font-size: calc(56 / 1130 * 100vw);
		text-align: center;
	}

	#tokuten .item.large {
		margin-top: calc(110 / 1130 * 100vw);
	}
	#tokuten .item.large .pic {
		max-width: none;
		width: 100%;
	}

	#tokuten .items {
		margin-top: calc(100 / 1130 * 100vw);
		justify-content: space-between;
	}
	#tokuten .items li {
		width: calc(460 / 1130 * 100vw);
	}
	#tokuten .items li:nth-child(2) ~ li {
		margin-top: calc(90 / 1130 * 100vw);
	}

	#tokuten .item .btn {
		margin-top: calc(60 / 1130 * 100vw);
		width: calc(420 / 1130 * 100vw);
		height: calc(120 / 1130 * 100vw);
		font-size: calc(36 / 1130 * 100vw);
	}
	#tokuten .item .shop {
		margin-top: 1.2em;
		font-size: calc(36 / 1130 * 100vw);
	}
	#tokuten .item .name {
		margin-top: 0.7em;
		font-size: calc(36 / 1130 * 100vw);
	}
}