@charset "utf-8";

body,
html,
.wrap {
	/* important */
	height: 100%;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

img {
	width: auto;
}

#wrap {
	width: 100%;
	min-width: 980px;
}

/* =============================== header =============================== */
/*header h1 {
	line-height:1;
	text-indent:-9999px;
	background:url(../../img/mainimg.jpg) no-repeat center top;
	background-size:cover;
}*/
#header h1 img {
	width: 100%;
	min-width: 980px;
	height: auto;
}

nav {
	background: #000;
	padding: 20px 0;
	width: 100%;
	min-width: 980px;
	z-index: 1000;
}

nav #gnav0.g_nav {
	margin-bottom: 10px;
}

nav .g_nav {
	text-align: center;
}

nav .g_nav li {
	display: inline-block;
}

/*nav .g_nav li:nth-child(2) a,
nav .g_nav li:nth-child(3) a,
nav .g_nav li:nth-child(4) a,
nav .g_nav li:nth-child(5) a,
nav .g_nav li:nth-child(6) a,
nav .g_nav li:nth-child(7) a { border-right:1px solid #808080; }*/
nav .g_nav li a {
	border-right: 1px solid #808080;
}

nav .g_nav li:nth-child(1) a,
nav .g_nav li:last-child a,
nav .g_nav li.noline a {
	border-right: none;
}

nav .g_nav li a,
nav .g_nav li span.nolink {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 5px;
}

nav .g_nav li span.nolink {
	font-size: 18px;
}

nav .g_nav li a:hover {
	text-decoration: none;
}

nav .g_nav li.season a {
	border: 1px solid #fff;
	width: 120px;
	text-align: center;
	margin: 0 2px;
	padding: 4px 10px;
}

.fixed {
	position: fixed;
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}

/* =============================== section =============================== */


.inbox {
	width: 980px;
	margin: 0 auto;
}

/*.inbox.boxA { padding-top:45px; }*/
.inbox.boxB {
	padding-top: 60px;
	padding-bottom: 20px;
}

h2 {
	/*margin-top:105px;
	margin-top:77px;*/
	padding-top: 115px;
	margin-bottom: 80px;
	text-align: center;
}

.season03 h2 {
	margin-bottom: 20px;
}

.copy {
	font-size: 16px;
	line-height: 200%;
	margin-bottom: 60px;
}

h3 {
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 20px;
}

.box_txt {
	width: 480px;
}

.box_txt p,
p.nobox {
	font-size: 16px;
	line-height: 220%;
}

.cm2019 .inbox.boxA .box_txt .img {
	margin-top: 20px;
}

p.nobox {
	margin-bottom: 30px;
}

.inbox.boxB h3 {
	font-size: 20px;
	line-height: 160%;
}

.inbox.boxB .box_txt {
	width: 540px;
}

.inbox.boxB .box_txt p {
	font-size: 14px;
	line-height: 200%;
}

h3.sttl {
	margin-bottom: 50px;
}

.box_photo {
	width: 440px;
}

.inbox.boxB .box_photo {
	width: 400px;
}

.box_photo img {
	width: 100%;
}

.season03 .inbox.boxA h3 {
	font-size: 24px;
	padding: 12px 15px 10px;
	border: 2px solid #000;
	line-height: 1;
	margin-bottom: 20px;
}

.season03 .inbox.boxA h4 {
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 10px;
}

#press_c .inbox.boxB .box_photo {
	width: 440px;
}

#press_c .inbox.boxB .box_txt {
	width: 500px;
}

#press_c .inbox.boxB .box_txt h3 {
	margin-bottom: 10px;
}

.challenge {
	padding: 60px 0 40px;
}

.season03 .boxB .box_txt ul {
	margin-left: -10px;
	margin-top: 10px;
	letter-spacing: -.4em;
}

.season03 .boxB .box_txt li {
	letter-spacing: normal;
	display: inline-block;
	margin-left: 10px;
}

#interview,
#tyranno,
#wankosoba,
#nandarou {
	margin-bottom: 180px;
	padding-top: 115px;
	margin-top: -80px;
}

#press_c {
	padding-top: 115px;
	margin-top: -80px;
}

/*パララックス*/
.cd-fixed-bg {
	min-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*1024px*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.cd-fixed-bg {
		min-height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: inherit !important;
	}
}

/*768px*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	.cd-fixed-bg {
		min-height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: inherit !important;
	}
}

@media screen and (min-width: 1025px) {
	.cd-fixed-bg {
		min-height: 100%;
		background-size: 120% auto;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: center;
	}
}

.cd-fixed-bg.bgimg01 {
	height: 450px;
	background-image: url(../../img/cm2017/img_bg01.jpg);
}

.cd-fixed-bg.bgimg02 {
	height: 450px;
	background-image: url(../../img/cm2017/img_bg01.jpg);
}

.cd-fixed-bg.bgimg03 {
	height: 450px;
	background-image: url(../../img/cm2017/img_bg01.jpg);
}

.cd-fixed-bg.bgimg04 {
	height: 450px;
	background-image: url(../../img/cm2017/img_bg01.jpg);
}

.cd-fixed-bg.bgimg05 {
	height: 450px;
	background-image: url(../../img/cm2017/img_bg01.jpg);
}

.cd-fixed-bg.bgimg06 {
	height: 450px;
	background-image: url(../../img/cm2017/img_bg01.jpg);
}

.cd-scrolling-bg {
	min-height: 100%;
}

/**/

#inside {
	border: 4px solid #EE6602;
	background: #F6F5ED;
	margin-bottom: 80px;
	margin-top: 50px;
}

#inside h3 {
	background: #EE6602;
	color: #fff;
	width: 250px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 25px;
}

#inside h3 span {
	font-size: 12px;
	color: #fff;
}

#inside p {
	font-size: 16px;
	line-height: 200%;
}

#inside p.strong {
	font-weight: bold;
	color: #EE6602;
}

#inside p.link a {
	font-size: 16px;
	background: url(../../img/icon_01.png) no-repeat 96% center;
	background-size: 18px auto;
	padding-right: 30px;
	text-decoration: underline;
	margin-left: 0.6em;
}

#inside .block01 {
	width: 896px;
	margin: 0 auto 60px;
}

#inside .block01 .f_l img {
	width: 338px;
}

#inside .block01 .f_r {
	width: 520px;
}

#inside .block02 {
	width: 896px;
	margin: 0 auto;
	position: relative;
}

#inside .block02 p {
	width: 520px;
	margin-bottom: 130px;
}

#inside .block02 img.pc {
	position: absolute;
	top: -64px;
	right: 0;
	width: 338px;
}

#copyright {
	background: #432D21;
	color: #fff;
	padding: 15px 0;
	font-size: 12px;
	text-align: center;
}

#making_3rd01 video {
	width: 640px;
	height: 400px;
}

#making_3rd02 video {
	width: 640px;
	height: 400px;
}

/*------------------2018tsuika------------------------*/
.cm2018 .cm2018sec01 {
	background: url(../../img/cm2018/bk01.gif) no-repeat;
	background-size: cover;
	padding: 80px 0 10px 0;
}

.cm2018 .cm2018sec01 h2 {
	padding-top: 0;
	margin-bottom: 50px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 945px;
}

.cm2018 .cm2018sec01 h2 img:nth-child(1) {
	margin-bottom: 20px;
	text-align: center;
}

.cm2018 .cm2018sec01 h2 img:nth-child(2) {
	float: left;
}

.cm2018 .cm2018sec01 h2 img:nth-child(3) {
	float: left;
}

.cm2018 .cm2018sec01 .copy {
	color: #FFF;
}

.cm2018 h3.sttl_01 {
	background: url(../../img/cm2018/icon01.png) no-repeat;
	color: #e40011;
	position: relative;
	height: 66px;
	padding-left: 75px;
	line-height: 66px;
}

.cm2018 h3.sttl_01:before {
	border-top: 2px solid #e40011;
	position: absolute;
	top: 0;
	left: 74px;
	content: "";
	width: 406px;
	height: 2px;
}

.cm2018 h3.sttl_01:after {
	border-bottom: 2px solid #e40011;
	position: absolute;
	bottom: 0;
	left: 74px;
	content: "";
	width: 406px;
	height: 2px;
}

.cm2018 h3.sttl {
	text-align: center;
}

.cm2018 h4 {
	font-size: 22px;
	margin-bottom: 10px;
	color: #000;
}

.cm2018 .inbox.boxB {
	padding-top: 80px;
	position: relative;
}

.cm2018 .inbox.boxB h4 {
	font-size: 22px;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}

.cm2018 .inbox.boxB .box_txt p {
	font-size: 16px;
	line-height: 200%;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.cm2018 .inbox.boxB .box_photo {
	width: 440px;
}

.cm2018 .inbox.boxB .box_txt {
	width: 480px;
}

.cm2018 .boxB .box_txt ul {
	margin-left: -10px;
	margin-top: 10px;
	letter-spacing: -.4em;
}

.cm2018 .boxB .box_txt li {
	letter-spacing: normal;
	display: inline-block;
	margin-left: 10px;
}

.cm2018 .special_guest {
	background-color: #fdfdd8;
	border: 4px solid #e40011;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 100px 0 40px 0;
	position: relative;
	margin-top: 80px;
	margin-bottom: 100px;
}

.cm2018 .special_guest h3 {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -232px;
}

.cm2018 .special_guest .f_l {
	width: 390px;
	margin-left: 30px;
}

.cm2018 .special_guest .f_l>img {
	width: 100%;
	hight: auto;
}

.cm2018 .special_guest .f_r {
	width: 475px;
	margin-right: 30px;
}

.cm2018 .special_guest .f_r h4 {
	font-size: 22px;
	font-weight: bold;
	background: url(../../img/cm2018/line01.png) no-repeat left bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.cm2018 .special_guest .f_r h4 span {
	font-size: 16px;
}

.cm2018 .special_guest p.copy {
	margin-bottom: 20px;
}

.cm2018 .special_guest .link01 {
	margin-top: 10px;
}

.cm2018 .special_guest .link01 dt {
	font-size: 16px;
	font-weight: bold;
	color: #e40011;
}

.cm2018 .special_guest .link01 dd {
	text-decoration: underline;
	font-size: 16px;
	background: url(../../img/cm2018/icon02.png) no-repeat right center;
	display: inline-block;
	padding-right: 25px;
}

.cm2018 .cd-fixed-bg.bgimg01 {
	height: 450px;
	background-image: url(../../img/cm2018/img_bg01.jpg);
}

.cm2018 .special_guest .sns {
	margin-top: 10px;
}

.cm2018 .special_guest .sns li {
	display: inline-block;
	margin-right: 5px;
}

/*.cm2018 #shituren{
	padding-top: 100px;
}*/
.cm2018 .inbox.boxA {
	padding-top: 80px;
}

.cm2018 .inbox.boxB#making_01:after {
	background: url(../../img/cm2018/bg02.gif) no-repeat right top;
	position: absolute;
	top: 20px;
	right: -50px;
	content: "";
	width: 190px;
	height: 190px;
	z-index: 0;
}

.cm2018 .inbox.boxB#making_02:after {
	background: url(../../img/cm2018/bg03.gif) no-repeat right top;
	position: absolute;
	top: 30px;
	right: -35px;
	content: "";
	width: 168px;
	height: 168px;
	z-index: 0;
}

.cm2018 nav .g_nav li:nth-child(1) {
	border-right: 1px solid #808080;
}

.cm2018 nav .g_nav li.season {
	border-right: none;
	margin-top: 10px;
}

.cm2018 nav .g_nav li.season a {
	width: 350px;
	background: url(../../img/cm2018/arrow01.png) no-repeat 95% center;
}

.cm2018 .special_guest p.copy {
	margin-bottom: 0;
	font-size: 14px;
}

.cm2018 #copyright {
	background: #000;
}

/*------------------2019tsuika------------------------*/
.cm2019 .cm2019catch {
	position: relative;
	padding: 80px 0 50px 0;
	text-align: center;
}

.cm2019 .cm2019catch:before {
	background: url(../../img/cm2019/catch_bg01.png);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 230px;
	height: 249px;
	z-index: -1;
}

.cm2019 .cm2019catch:after {
	background: url(../../img/cm2019/catch_bg02.png);
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	width: 230px;
	height: 249px;
	z-index: -1;
}

.cm2019 .cm2019catch .maincatch {
	padding-top: 0;
	margin-bottom: 20px;
	z-index: 1;
}

.cm2019 .cm2019catch .maincatch img.pc {
	display: inline-block;
}

.cm2019 .cm2019catch .subcatch {
	margin-bottom: 40px;
	z-index: 1;
}

.cm2019 .cm2019catch .subcatch img.pc {
	display: inline-block;
}

.cm2019 #Collabo {
	position: relative;
	padding-bottom: 80px;
}

.cm2019 #Collabo:before {
	background: url(../../img/cm2019/sec01_bk.png);
	position: absolute;
	top: 50px;
	left: 0;
	content: "";
	width: 100%;
	height: 480px;
	z-index: -1;
}

.cm2019 #Collabo h2 {
	padding: 0;
	margin-bottom: 60px;
	margin-top: -50px;
	z-index: 1;
}

.cm2019 #Collabo h2 img.pc {
	display: inline-block;
}

.cm2019 #Collabo .mainmovie {
	margin: 0 auto;
	display: table;
	z-index: 1;
}

.cm2019 #Collabo .mainmoviebox {
	position: relative;
	height: 260px;
	padding: 0 0 80px 0;
}

.cm2019 #Collabo .mainmovietxt {
	background-color: #fff0f1;
	width: 740px;
	height: 210px;
	position: absolute;
	top: -20px;
	z-index: -1;
	left: 50%;
	margin-left: -200px;
	padding-top: 70px;
}

.cm2019 #Collabo .mainmovietxt p {
	font-size: 16px;
	line-height: 2.0;
	display: table;
	margin: 0 auto;
}

.cm2019 #Collabo .mainmovietitle {
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -510px;
}

.title01 {
	position: relative;
	width: 810px;
	margin: 0 auto 70px auto;
	padding: 10px 0 0 0;
	text-align: center;
}

.title01:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 810px;
	height: 60px;
	-webkit-transform: skew(-40deg);
	-moz-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	background: #e40011;
	z-index: -1;
}

.cm2019 .maikingimg01 {
	position: relative;
}

.cm2019 .maikingimg01 .img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.cm2019 .sttl_01 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}

.cm2019 .maikingimg02 {
	margin: 60px 0 0 0;
	border: 3px solid #e40011;
	background-color: #fff0f1;
	padding: 50px;
}

.cm2019 .maikingimg02 .f_l {
	width: 380px;
}

.cm2019 .maikingimg02 .f_r {
	width: 450px;
}

.cm2019 .maikingimg02 .title {
	border-bottom: 2px solid #e40011;
	color: #e40011;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.cm2019 .maikingimg02 p {
	font-size: 16px;
	line-height: 2.0;
	margin-bottom: 10px;
}

.cm2019 .linkicon {
	background: url(../../img/cm2019/icon02.png) no-repeat right center;
	padding: 0 25px 0 0;
	font-size: 16px;
	text-decoration: underline;
}

.cd-fixed-bg.bgimg07 {
	height: 450px;
	background-image: url(../../img/cm2019/img_bg01.jpg);
}

.cd-fixed-bg.bgimg08 {
	height: 450px;
	background-image: url(../../img/cm2019/img_bg02.jpg);
}

.cm2019 .sttl_02 {
	color: #e40011;
	margin-bottom: 20px;
	padding: 0 0 0 80px;
	min-height: 66px;
	line-height: 66px;
	position: relative;
}

.cm2019 #yatai .sttl_02 {
	background: url(../../img/cm2019/icon01.png) no-repeat left center;
}

.cm2019 #message .sttl_02 {
	background: url(../../img/cm2019/icon03.png) no-repeat left center;
}

.cm2019 .sttl_02:before {
	border-top: 3px solid #e40011;
	position: absolute;
	top: 0;
	left: 73px;
	content: "";
	width: 406px;
	height: 3px;
}

.cm2019 .sttl_02:after {
	border-bottom: 3px solid #e40011;
	position: absolute;
	bottom: 0;
	left: 73px;
	content: "";
	width: 406px;
	height: 3px;
}

.cm2019 #yatai .inbox.boxA div.clearfix {
	margin-bottom: 100px;
	text-align: left;
}

.cm2019 #yatai {
	text-align: center;
}

.cm2019 #yatai h2 {
	padding-top: 80px;
	display: inline-block;
}

.cm2019 #yatai .maikingimg01 .img {
	position: inherit;
	right: inherit;
	bottom: inherit;
	margin-top: 20px;
}

.cm2019 #yatai .maikingimg01 .img img {
	width: 420px;
}

.cm2019 .special_guest {
	border: 3px solid #000;
	background-color: #fdfdd8;
	padding: 0 30px 30px 30px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 100px;
}

.cm2019 .special_guest .f_l {
	width: 400px;
}

.cm2019 .special_guest .f_r {
	width: 475px;
}

.cm2019 .special_guest .clearfix {
	text-align: left;
}

.cm2019 .special_guest .clearfix.guest01 {
	margin-top: 90px;
	margin-bottom: 30px;
}

.cm2019 .special_guest .title03 {
	background-color: #000000;
	width: 700px;
	height: 55px;
	margin: 0 auto 20px auto;
	padding-top: 25px;
	position: absolute;
	left: 50%;
	margin-top: -30px;
	margin-left: -350px;
}

.cm2019 .special_guest .title {
	font-size: 22px;
	background: url(../../img/cm2019/line01.png) repeat-x left bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.cm2019 .special_guest .title span {
	font-size: 16px;
}

.cm2019 .special_guest p {
	font-size: 16px;
	line-height: 2.0;
}

.cm2019 .special_guest .linktitle {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 5px;
}

.cm2019 .special_guest .linktitle a {
	font-weight: normal;
}

.cm2019 .special_guest .sns {
	margin-top: 10px;
}

.cm2019 .special_guest .sns li {
	display: inline-block;
	margin-right: 5px;
}

.cm2019 #message h2 {
	padding-top: 80px;
}

.cm2019 #message div.clearfix {
	margin-bottom: 80px;
}

.ftlink {
	margin-bottom: 30px;
}

.ftlink ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.ftlink li:first-child {
	border-right: 1px solid rgba(0, 0, 0, 0.5);
	padding-right: 20px;
	margin-right: 20px;
}

.ftlink li a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.cm2019 #copyright,
.cm2021 #copyright {
	background: #000000;
	padding: 24px 0 25px 0;
	font-size: 14px;
}

.cm2019 nav .g_nav#gnav li:nth-child(1) a {
	border-right: 1px solid #808080;
}

.cm2019 nav .g_nav li.season {
	margin-top: 15px;
}

.cm2019 nav .g_nav li.season a {
	background: url(../../img/cm2018/arrow01.png) no-repeat 95% center;
	width: 350px;
}

.cm2019 nav .g_nav li.season:nth-child(1) a {
	border-right: 1px solid #FFF !important;
}

.cm2019 nav .g_nav li.season:nth-child(1) {
	margin-right: 5px;
}

.cm2019 #Collabo01 {
	padding-top: 211px;
	margin-top: -211px;
}

.cm2019 #yatai {
	padding-top: 141px;
	margin-top: -141px;
}

.cm2019 #message {
	padding-top: 141px;
	margin-top: -141px;
}

.cm2019 .dougalink {
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
}

.cm2019 .dougalink a {
	color: #e40011;
	display: inline;
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px;
}

.cm2019 .dougalink a:first-child {
	margin-left: 20px;
}

.cm2018 #making_02 {
	padding-bottom: 80px;
}

.box_photoin01 div {
	width: 49%;
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
}

.box_photoin01 div:nth-child(2n+1) {
	margin-left: 0;
	clear: left;
}

/*------------------2020tsuika------------------------*/
.cm2021 nav .g_nav#gnav li:nth-child(1) a {
	border-right: 1px solid #808080;
}

.cm2021 nav .g_nav#gnav li a {
	padding: 2px 18px 2px 13px;
}

.cm2021 nav .g_nav#gnav02 li.season:nth-child(1),
.cm2021 nav .g_nav#gnav02 li.season:nth-child(2) {
	margin-right: 5px;
}

.cm2021 nav .g_nav li.season {
	margin-top: 15px;
}

.cm2021 nav .g_nav li.season a {
	background: url(../../img/cm2018/arrow01.png) no-repeat 95% center;
	width: 300px;
}

.cm2021 .maincatch {
	margin: 0 0 30px 0;
	/*color: #e40011;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.4;*/
	text-align: center;
}

.cm2021 .maincatch img.pc {
	display: inline;
}

.cm2021 .sttl_01 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.cm2021 .sttl_02 {
	background: url(../../img/cm2021/icon01.jpg) no-repeat left top;
	padding: 8px 0 5px 48px;
	font-size: 24px;
	color: #e40011;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #e40011;
	line-height: 42px;
}

.cm2021 .sttl_03 {
	text-align: center;
}

.box_txt .boxin_photo {
	margin-top: 20px;
}

.cm2021 .copy {
	margin-bottom: 20px;
}

.cm2021 .inbox.boxA {
	padding-top: 95px;
	padding-bottom: 0;
}

.cm2021 .inbox.boxA.last {
	margin-bottom: 95px;
}

.cm2021 .box_photo {
	margin-top: 20px;
}

.cd-fixed-bg.bgimg09 {
	height: 450px;
	background-image: url(../../img/cm2021/img_bg01.jpg);
}

.cd-fixed-bg.bgimg10 {
	height: 450px;
	background-image: url(../../img/cm2021/img_bg02.jpg);
}

.cm2021 #newunits {
	padding: 90px 0 10px 0;
}

.cm2021 #making2021 {
	padding: 100px 0 100px 0;
}

.cm2021 #making2021 .inbox.boxA {
	padding-top: 0;
}

.cm2021 #making2021 .box_photo {
	margin-top: 0;
}

.cm2021 #making2021 .sttl_01 {
	font-size: 22px;
}

.cm2021 #cmsong section {
	background: url(../../img/cm2021/cm_bk01.png) no-repeat center bottom;
	background-size: cover;
	padding: 150px 0 260px 0;
}

.cm2021 #cmsong h3 {
	display: table;
	margin: 0 auto 80px auto;
}

/*.cm2021 .ank {
	padding-top: 141px;
	margin-top: -141px;
}*/

/*------------------2022tsuika------------------------*/
.cm2022 nav .g_nav li.season {
	margin-top: 15px;
}

.cm2022 nav .g_nav li.season a {
	background: url(../../img/cm2018/arrow01.png) no-repeat 95% center;
	width: 250px;
}

.cm2022 nav .g_nav li.season:first-child a {
	width: 300px;
}

.cm2022 nav .g_nav li a {
	padding: 2px 20px 2px 15px;
}

.cm2022 nav #gnav.g_nav li:nth-child(1) a {
	border-right: 1px solid #808080;
}

.cm2022 .cm2022catch {
	background: url(../../img/cm2022/catch01_bk.png) no-repeat center top;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}

.cm2022 .cm2022catch h2 {
	padding-top: 0;
	margin-bottom: 30px;
}

.cm2022 .cm2022catch .copy {
	margin-bottom: 0;
	color: #FFF;
}

.cm2022 .inbox.boxA {
	padding-top: 100px;
	padding-bottom: 80px;
}

@font-face {
	font-family: Meiryo;
	src: local('Meiryo'), local('メイリオ');
}

.cm2022 .sttl_02 {
	padding: 5px 113px 5px 0;
	font-size: 24px;
	color: #e40011;
	margin: 0 0 20px 0;
	font-family: Meiryo, "メイリオ", sans-serif;
	font-style: italic;
	font-weight: 700;
	/*letter-spacing: 0.05em;*/
	position: relative;
}

.cm2022 .sttl_02::before {
	border-bottom: 3px solid #e40011;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 112px);
	height: 3px;
	content: "";
}

.cm2022 #park .sttl_02::after {
	background: url(../../img/cm2022/ttl_no01.png) no-repeat right top;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 113px;
	height: 52px;
	content: "";
}

.cm2022 #ma .sttl_02::after {
	background: url(../../img/cm2022/ttl_no02.png) no-repeat right top;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 113px;
	height: 52px;
	content: "";
}

.cm2022 #camp .sttl_02::after {
	background: url(../../img/cm2022/ttl_no03.png) no-repeat right top;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 113px;
	height: 52px;
	content: "";
}

.cm2022 #flower .sttl_02::after {
	background: url(../../img/cm2022/ttl_no04.png) no-repeat right top;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 113px;
	height: 52px;
	content: "";
}

.cm2022 #shoppingstreet .sttl_02::after {
	background: url(../../img/cm2022/ttl_no05.png) no-repeat right top;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 113px;
	height: 52px;
	content: "";
}

.cm2022 #calligraphy .sttl_02::after {
	background: url(../../img/cm2022/ttl_no06.png) no-repeat right top;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 113px;
	height: 52px;
	content: "";
}

.cm2022 .sttl_01 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

.cm2022 .box_txt {
	width: 460px;
}

.cm2022 .box_txt p,
p.nobox {
	line-height: 200%;
}

.cm2022 .box_photo {
	width: 460px;
}

.clearfix.m_b_45 {
	margin-bottom: 45px;
}

.cm2022 #park {
	background: url(../../img/cm2022/bk01.png) no-repeat left bottom;
	background-size: contain;
}

.cm2022 #ma {
	background: url(../../img/cm2022/bk02.png) no-repeat right bottom;
	background-size: contain;
}

.cm2022 #camp {
	background: url(../../img/cm2022/bk03.png) no-repeat left bottom;
	background-size: contain;
}

.cm2022 #flower {
	background: url(../../img/cm2022/bk04.png) no-repeat right bottom;
	background-size: contain;
}

.cm2022 #shoppingstreet {
	background: url(../../img/cm2022/bk05.png) no-repeat left bottom;
	background-size: contain;
}

.cm2022 #calligraphy {
	background: url(../../img/cm2022/bk06.png) no-repeat right bottom;
	background-size: contain;
}

.cd-fixed-bg.bgimg11 {
	height: 450px;
	background-image: url(../../img/cm2022/img_bg01.jpg);
	margin-top: 100px;
}

#making2022 h3 {
	margin-bottom: 40px;
	text-align: center;
}

.cm2022 #copyright {
	background: #000000;
}

.yotei_txt {
	padding: 60px 0 0 0;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #e40011;
}

/*------------------2023tsuika------------------------*/
.nav_inner {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.nav_inner .g_nav li {
	margin-bottom: 10px;
}

.nav_inner .g_nav li:last-child a {
	padding: 2px 0 2px 35px;
	border-right: none;
}

.nav_inner .g_nav li:first-child a {
	padding: 2px 35px 2px 0;
}

.nav_inner .g_nav li a {
	padding: 2px 35px 2px 35px;
}

.nav_inner .g_nav li:nth-child(1) a {
	border-right: 1px solid #808080;
}

.nav_inner #gnav02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	justify-content: center;
}

.nav_inner #gnav02 li.season a {
	width: auto;
	margin: 0 10px;
	padding: 6px 35px 5px 25px;
	background: url(../../img/cm2018/arrow01.png) no-repeat 95% center;
}

.nav_inner #gnav02 li.season:last-child a {
	padding: 6px 35px 5px 25px;
	border-right: 1px solid #FFF;
}

.nav_inner #gnav02 li.season:first-child a {
	padding: 6px 35px 5px 25px;
}

.cm2023 .cm2023catch {
	background: url(../../img/cm2023/catch01_bk.png) no-repeat center top;
	background-size: cover;
	padding: 80px 0 90px 0;
	text-align: center;
}

.cm2023 .cm2023catch .maincatch {
	padding: 0;
	margin: 0 0 25px 0;
}

.cm2023 .cm2023catch .maincopy {
	color: #FFF;
	line-height: 2.0;
	text-align: center;
	font-size: 16px;
}

/*guestlist*/
.guestlist {
	padding: 80px 0;
	display: flex;
	justify-content: center;
}

.guestlist section {
	max-width: 980px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.guestlist .guestlist_box_sn {
	width: calc((100% - 90px) / 4);
	margin-bottom: 30px;
}

.guestlist .guestlist_box_ttl {
	background-color: #d70207;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.guestlist .guestlist_box_ttl .ttl_en {
	width: 128px;
	display: block;
	margin-bottom: 15px;
}

.guestlist .guestlist_box_ttl .ttl_en img {
	width: 100%;
	height: auto;
}

.guestlist .guestlist_box_ttl .ttl_jp {
	font-size: 18px;
	color: #FFF;
	font-weight: 700;
}

.guestlist .guestlist_box_sn figure img {
	width: 100%;
	height: auto;
}

.guestlist .guestlist_box_sn .ttl {
	font-size: 16px;
	font-weight: 700;
	margin: 15px 0 10px 0;
}

.guestlist .guestlist_box_sn .txt {
	line-height: 1.8;
	margin: 0 0 10px 0;
}

.guestlist .guestlist_box_sn .sns_icon {
	display: flex;
	flex-wrap: wrap;
}

.guestlist .guestlist_box_sn .sns_icon li {
	width: 32px;
}

.guestlist .guestlist_box_sn .sns_icon li:not(last-child) {
	margin-right: 10px;
}

.guestlist .guestlist_box_sn .sns_icon li a {
	transition: 0.3s;
	text-decoration: none;
}

.guestlist .guestlist_box_sn .sns_icon li a:hover {
	transition: 0.3s;
	opacity: 0.7;
}

.guestlist .guestlist_box_sn .sns_icon li img {
	width: 100%;
	height: auto;
}

/*companymatome*/
.companymatome {
	padding: 75px 0 70px 0;
	display: flex;
	justify-content: center;
	background: linear-gradient(72deg, rgb(0, 0, 0), rgb(43, 43, 43));
}

.companymatome section {
	max-width: 980px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.companymatome .companymatome_photo {
	margin-bottom: 20px;
}

.companymatome .companymatome_photo img {
	width: 100%;
	height: auto;
}

.companymatome .companymatome_txt {
	font-size: 18px;
	text-align: center;
	color: #FFF;
	width: 100%;
}

.movie {
	padding-top: 100px;
	position: relative;
}

.moviebox_ttl {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #FFF;
	line-height: 1.0;
	margin-bottom: 25px;
	margin-top: 13px;
	display: flex;
	align-items: center;
}

.moviebox_ttl span {
	font-size: 40px;
	color: #FFF;
	position: relative;
	line-height: 1.0;
	margin-right: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
}

.moviebox_ttl span::before {
	border: 2px solid #FFF;
	content: "";
	width: 52px;
	height: 52px;
	position: absolute;
	left: -8px;
	top: -11px;
}

.moviebox_txt {
	color: #FFF;
	margin: 0 0 0 -10px;
}

.movie .moviebox {
	padding-top: 100px;
}

.movie .moviebox::before {
	width: 64.28%;
	height: calc(100% - 145px);
	content: "";
	position: absolute;
	top: 100px;
}

.movie .moviebox .inbox {
	position: relative;
	z-index: 1;
}

.movie .moviebox .inbox .f_r .boxin_photo {
	margin-top: 0;
	position: absolute;
	right: 0;
	bottom: 15px;
}

.movie .moviebox .inbox .f_l .boxin_photo {
	margin-top: 0;
	position: absolute;
	left: 0;
	bottom: 15px;
}

#movie01 .moviebox::before {
	background: url(../../img/cm2023/douga01_bk.jpg) no-repeat left top;
	background-size: cover;
	right: 0;
}

#movie02 .moviebox::before {
	background: url(../../img/cm2023/douga02_bk.jpg) no-repeat right top;
	background-size: cover;
	left: 0;
}

#movie03 .moviebox::before {
	background: url(../../img/cm2023/douga03_bk.jpg) no-repeat left top;
	background-size: cover;
	right: 0;
}

#movie04 .moviebox::before {
	background: url(../../img/cm2023/douga04_bk.jpg) no-repeat right top;
	background-size: cover;
	left: 0;
}

#movie05 .moviebox::before {
	background: url(../../img/cm2023/douga05_bk.jpg) no-repeat left top;
	background-size: cover;
	right: 0;
}

#movie06 .moviebox::before {
	background: url(../../img/cm2023/douga06_bk.jpg) no-repeat right top;
	background-size: cover;
	left: 0;
}

#movie07 .moviebox::before {
	background: url(../../img/cm2023/douga07_bk.jpg) no-repeat left top;
	background-size: cover;
	right: 0;
}

#movie08 .moviebox::before {
	background: url(../../img/cm2023/douga08_bk.jpg) no-repeat right top;
	background-size: cover;
	left: 0;
}

#movie09 .moviebox::before {
	background: url(../../img/cm2023/douga09_bk.jpg) no-repeat left top;
	background-size: cover;
	right: 0;
}

#movie06 .moviebox_ttl {
	background: url(../../img/cm2023/2023sttl_bf01.png) no-repeat left center;
	padding-left: 145px;
}

#movie07 .moviebox_ttl {
	background: url(../../img/cm2023/2023sttl_bf02.png) no-repeat left center;
	padding-left: 145px;
}

#movie08 .moviebox_ttl {
	background: url(../../img/cm2023/2023sttl_bf02.png) no-repeat left center;
	padding-left: 145px;
}

#movie09 .moviebox_ttl {
	background: url(../../img/cm2023/2023sttl_bf02.png) no-repeat left center;
	padding-left: 145px;
}

.movie .moviebox .moviebox_icon {
	margin-left: -10px;
	margin-top: -10px;
}

.movie .moviebox .moviebox_icon a {
	font-size: 16px;
	background: url(../../img/cm2023/movie_icon01@2x.png) no-repeat left top;
	background-size: 22px 22px;
	text-decoration: underline;
	padding-left: 32px;
	color: #FFF;
	display: inline-block;
}

.movie .moviebox .moviebox_icon a.sp {
	display: none;
}

.cd-fixed-bg.bgimg2023 {
	height: 450px;
	background-image: url(../../img/cm2023/fixed_bk.jpg);
	background-size: cover;
	margin-top: 100px;
	width: 100%;
}

.year {
	padding: 95px 0;
	background: url(../../img/cm2023/year_bk.jpg) no-repeat center top;
	background-size: cover;
}

.ank#movie11 {
	padding-top: 100px;
	margin-top: -100px;
}

.year_ttl {
	text-align: center;
	margin-bottom: 50px;
}

.cm2023 .box_photo {
	width: 460px;
}

.guestmaking {
	padding: 95px 0 0 0;
}

.guestmaking .wideinner {
	position: relative;
	padding: 0 50px 100px 50px;
}

.guestmaking .inbox {
	position: relative;
	z-index: 1;
}

.guestmaking .inbox .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.guestmaking .inbox .box_txt {
	width: 460px;
	order: 1;
}

.guestmaking .inbox .box_photo {
	order: 0;
}

.guestmaking .wideinner::before {
	background: url(../../img/cm2023/guestmaking01_bk.jpg) no-repeat center bottom;
	background-size: cover;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 220px;
}

.guestmaking .guestmaking_ttl {
	margin-bottom: 50px;
	text-align: center;
}

.guestmaking .guestmaking_ttl .ttl_jp {
	margin: 15px 0;
	font-size: 24px;
	font-weight: 700;
	color: #d70207;
}

.guestmessage {
	padding: 95px 0 0 0;
	margin-bottom: 90px;
}

.guestmessage .wideinner {
	position: relative;
	padding: 0 50px 100px 50px;
}

.guestmessage .inbox .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.guestmessage .inbox .box_txt {
	width: 460px;
}

.guestmessage .wideinner::before {
	background: url(../../img/cm2023/guestmessage01_bk.jpg) no-repeat center bottom;
	background-size: cover;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 220px;
}

.guestmessage .guestmessage_ttl {
	margin-bottom: 50px;
	text-align: center;
}

.guestmessage .guestmessage_ttl .ttl_jp {
	margin: 15px 0;
	font: 24px;
	font-weight: 700;
	color: #d70207;
}

.guestmessage .inbox {
	position: relative;
	z-index: 1;
}

.cm2023 #copyright {
	background-color: #000;
	padding: 20px 0;
}


/*------------------2025 追加------------------------*/
.cm2025 .anchor {
	display: block;
	margin-top: -190px;
	padding-top: 190px;
}

.cm2025 .cm2025catch {
	background: url(../../img/cm2025/catch01_bk.png) no-repeat center top;
	background-size: cover;
	padding: 50px 0 40px 0;
	text-align: center;
}

.cm2025 .cm2025catch .maincatch {
	padding: 0;
	margin: 0 0 6px 0;
}

.cm2025 .cm2025catch .maincopy {
	font-size: 24px;
	color: #FFF;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	text-shadow: 0 1px 1px rgb(0, 0, 0);
}

.cm2025_face-song_sec {
	padding-top: 80px;
	padding-bottom: 80px;
	background: url(../../img/cm2025/face-song_bk.png) no-repeat center top/cover;
}

.cm2025_face-song_sec .cm2025_face-song_ttl {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

.cm2025_face-song_sec .cm2025_face-song_flex {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(auto, 638px));
	justify-content: center;
	gap: 30px;
	margin-top: 20px;
}

.cm2025_face-song_sec .cm2025_face-song_flex .cm2025_face-song_box {
	display: flex;
	flex-direction: column;
}

.cm2025_face-song_sec .cm2025_face-song_flex .cm2025_face-song_box .cm2025_face-song_movie_ttl {
	width: 100%;
	text-align: center;
	margin-top: 25px;
	order: 2;
}

.cm2025_face-song_sec .cm2025_face-song_flex .cm2025_face-song_box .cm2025_face-song_movie {
	width: 100%;
	text-align: center;
	order: 1;
}

.cm2025_movie_sec {
	min-height: 353px;
	padding-top: 50px;
	padding-bottom: 10px;
	overflow: hidden;
}

.cm2025_movie_sec.movie01 {
	background: url(../../img/cm2025/movie01_bk.png) no-repeat center top/cover;
}

.cm2025_movie_sec.movie02 {
	background: url(../../img/cm2025/movie02_bk.png) no-repeat center top/cover;
}

.cm2025_movie_sec.movie03 {
	background: url(../../img/cm2025/movie03_bk.png) no-repeat center top/cover;
}

.cm2025_movie_sec.movie04 {
	background: url(../../img/cm2025/movie04_bk.png) no-repeat center top/cover;
}

.cm2025_movie_sec.movie05 {
	background: url(../../img/cm2025/movie05_bk.png) no-repeat center top/cover;
}

.cm2025_movie_sec.movie06 {
	background: url(../../img/cm2025/movie06_bk.png) no-repeat center top/cover;
	padding-bottom: 40px;
	margin-bottom: 30px;
}


.cm2025_movie_sec .cm2025_movie_block {
	width: 100%;
	max-width: 1280px;
	position: relative;
	margin: 0 auto;
}

.cm2025_movie_sec .cm2025_movie_block.making {
	max-width: 1140px;
}

.cm2025_movie_sec .cm2025_movie_block.orchestra::before {
	content: "";
	width: 384px;
	height: 154px;
	border: solid 2px #fff;
	position: absolute;
	top: 107px;
	left: 7px;
	z-index: 2;
}

.cm2025_movie_sec .cm2025_movie_block.orchestra.revese::before {
	content: "";
	width: 384px;
	height: 159px;
	border: solid 2px #fff;
	position: absolute;
	top: 85px;
	left: auto;
	right: 50px;
}

.cm2025_movie_sec .cm2025_movie_block .cm2025_movie_ttl {
	width: calc(100% - 485px);
	font-size: 1rem;
	line-height: 1;
	margin: 0;
	padding: 27px 22px;
	float: right;
	position: relative;
}

.cm2025_movie_sec.revese .cm2025_movie_block .cm2025_movie_ttl {
	float: left;
	text-align: right;
}

.cm2025_movie_sec .cm2025_movie_block.orchestra .cm2025_movie_ttl {
	padding: 0 0 0 7px;
	padding-left: 7px;
	position: absolute;
	top: 106px;
	left: 0;
	float: none;
	pointer-events: none;
}

.cm2025_movie_sec .cm2025_movie_block.orchestra.revese .cm2025_movie_ttl {
	padding: 0 50px 0 0;
	text-align: right;
	top: 63px;
	left: auto;
	right: 0;
}

.cm2025_movie_sec .cm2025_movie_block.orchestra.revese .cm2025_movie_ttl span {
	padding: 63px 25px 34px 0px;
}

.cm2025_movie_sec .cm2025_movie_block.orchestra .cm2025_movie_ttl span {
	padding: 30px 26px;
	border: none;
	z-index: 3;
}

.cm2025_movie_sec .cm2025_movie_block.orchestra .cm2025_movie_ttl span img {
	display: block;
	margin-top: 14px;
}

.cm2025_movie_sec .cm2025_movie_block.orchestra.revese .cm2025_movie_ttl span img {
	margin-top: 1px;
}

.cm2025_movie_sec .cm2025_movie_block.orchestra .cm2025_movie_ttl span img:first-of-type {
	margin-top: 0;
}

.cm2025_movie_sec .cm2025_movie_block .cm2025_movie_ttl::before {
	content: "";
	width: calc(100% + (100vw - 100%) / 2);
	height: 100%;
	background-color: #c7b299;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: 1;
}

.cm2025_movie_sec .cm2025_movie_block .cm2025_movie_ttl span {
	display: inline-block;
	padding: 8px 22px;
	border: solid 2px #fff;
	position: relative;
	z-index: 2;
}

.cm2025_movie_sec .cm2025_movie_block .cm2025_movie {
	width: 485px;
	float: left;
	position: relative;
	z-index: 2;
}

.cm2025_movie_sec.revese .cm2025_movie_block .cm2025_movie {
	float: right;
}

.cm2025_movie_sec .cm2025_movie_block.orchestra .cm2025_movie {
	width: 76.5625%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	float: none;
	margin-left: 250px;
}

.cm2025_movie_sec .cm2025_movie_block.orchestra.revese .cm2025_movie {
	margin-left: 0;
}

.cm2025_movie_sec .cm2025_movie_block.making .cm2025_movie {
	width: 100%;
	float: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(auto, 494px));
	gap: 20px;
	justify-content: space-between;
}

.cm2025_movie_sec .cm2025_movie_block.making .cm2025_movie .cm2025_movie_box {
	width: 100%;
	text-align: center;
}

.cm2025_movie_sec .cm2025_movie_block .cm2025_movie a {
	display: inline-block;
}

.cm2025_movie_sec .cm2025_movie_block .cm2025_movie_thumb {
	width: calc(100% - 485px);
	padding: 8px 0 0 14px;
	float: right;
}

.cm2025_movie_sec.revese .cm2025_movie_block .cm2025_movie_thumb {
	float: left;
	text-align: right;
}

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

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

/** short 追加**/


.cm2025_movie_sec.short {
	background: #736357;
	padding-top: 80px;
	padding-bottom: 40px;
}

.cm2025_movie_sec .cm2025_short_block .cm2025_short_block_ttl {
	text-align: center;
	margin-bottom: 40px;
}

.cm2025_movie_sec .cm2025_short_block .cm2025_short {
	width: 100%;
	max-width: 1280px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	position: relative;
	margin: 0 auto;
}

.cm2025_movie_sec .cm2025_short_block .cm2025_short .cm2025_short_box {
	position: relative;
}

.cm2025_movie_sec .cm2025_short_block .cm2025_short .cm2025_short_box .cm2025_short_box_ttl {
	width: 100%;
}

.cm2025_movie_sec .cm2025_short_block .cm2025_short .cm2025_short_box .cm2025_short_box_ttl span {
	width: 100%;
	text-align: right;
	display: inline-block;
	padding: 8px 22px;
	border: solid 2px #fff;
	position: relative;
	z-index: 2;
}

.cm2025_movie_sec .cm2025_short_block .cm2025_short .cm2025_short_box a {
	display: inline-block;
	position: absolute;
	top: -150px;
	left: 20px;
	z-index: 2;
}


.cm2025_movie_sec .cm2025_short_block .cm2025_short .cm2025_short_box:nth-of-type(2n) .cm2025_short_box_ttl span {
	text-align: left;
}

.cm2025_movie_sec .cm2025_short_block .cm2025_short .cm2025_short_box:nth-of-type(2n) a {
	right: 20px;
	left: auto;
}

@media screen and (max-width: 1280px) {
	.cm2025_movie_sec .cm2025_short_block .cm2025_short .cm2025_short_box {
		text-align: center;
	}

	.cm2025_movie_sec .cm2025_short_block .cm2025_short .cm2025_short_box .cm2025_short_box_ttl span {
		text-align: center !important;
	}

	.cm2025_movie_sec .cm2025_short_block .cm2025_short .cm2025_short_box a {
		position: relative;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		margin-top: 20px;
		z-index: 2;
	}

	.cm2025_movie_sec .cm2025_short_block .cm2025_short .cm2025_short_box a img {
		width: 200px;
	}
}

.cm2025_guest_sec{
	padding:55px 0;
	display: grid;
    grid-template-columns:
    186px   /* 1列目 */
    15px    /* 余白用 */
    repeat(4, minmax(0, 238px));
  gap: 30px;
    justify-content: center;
}
.cm2025_guest_sec .guestlist_box_sn{
	display: flex;
    flex-direction: column;
}
.cm2025_guest_sec .guestlist_box_sn .ttl{
	font-weight: bold;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.cm2025_guest_sec .guestlist_box_sn .txt{
	font-size: 15px;
	letter-spacing: -0.01em;
	font-weight: bold;
}
.cm2025_guest_sec .guestlist_box_sn figure{
	aspect-ratio: 1 / 1;
width: 100%;
  overflow: hidden;
  margin: 0;
  flex-shrink: 0;
}
.cm2025_guest_sec .guestlist_box_sn figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cm2025_guest_sec .guestlist_box_sn.guestlist_box_ttl{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.cm2025_guest_sec .guestlist_box_sn.guestlist_box_ttl .ttl_jp{
	color: #998675;
	font-weight: 900;
	font-size: 22px;
	margin-top: 10px;
}
