/*==========================================

REBOOT

------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  min-height: 100%;
  font-family: sans-serif;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  height: 100%;
  min-height: 100%;
  color: #212529;
  text-align: left;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  body {
    line-height: 1.8;
  }
}


.red{
  color:#dd0716;
}

.mt0 { margin-top:0px!important; }
.mt5 { margin-top:5px!important; }
.mt10 { margin-top:10px!important; }
.mt15 { margin-top:15px!important; }
.mt20 { margin-top:20px!important; }

.mb0 { margin-bottom:0px!important; }
.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }


@media screen and (max-width: 767px) {
	.br_sp { display:block; }
	.br_pc { display:none; }
}

@media screen and (min-width: 768px) {
	.br_pc { display:block; }
	.br_sp { display:none; }
}


/*------------------------------------------
HTML TAG -> DISPLAY : BLOCK
------------------------------------------*/
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/*------------------------------------------
Title | Hx
------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/*------------------------------------------
Paragraph
------------------------------------------*/
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/*------------------------------------------
List
------------------------------------------*/
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 30px;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/*------------------------------------------
Text Add
------------------------------------------*/
blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

/*------------------------------------------
Link
------------------------------------------*/
a {
  color: #dd0716;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a[target=_blank] {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../img/ico_link_window.svg);
}

a:hover {
  color: #000;
  text-decoration: underline;
  opacity: 0.6;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/*------------------------------------------
Image
------------------------------------------*/
figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

/*------------------------------------------
TABLE
------------------------------------------*/
table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/*------------------------------------------
TAB INDEX
------------------------------------------*/
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/*------------------------------------------
FORM
------------------------------------------*/
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/*------------------------------------------
CODE
------------------------------------------*/
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/*==========================================

@Mixin | LAYOUT

------------------------------------------*/
/*==========================================

@Mixin | Title

------------------------------------------*/
.title__h2 {
  width: 200px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 18px;
  position: relative;
}
.title__h2 span {
  display: block;
  height: 45px;
  padding-top: 7px;
  color: white;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: italic;
  font-size: 36px;
  line-height: 1.2;
  background: #000;
}

.title__h2::after {
  display: block;
  content: '';
  width: 2px;
  height: 30px;
  background-color: #dd0716;
  position: absolute;
  top: -20px;
  left: 50%;
}
@media screen and (min-width: 960px) {
  .title__h2 {
    margin: 20px auto 20px;
		width: 300px;
  }
	.title__h2 span{
		font-size: 60px;
		height: 62px;
	}
	.title__h2::after {
		height: 47px;
		top: -38px;
	}
}

/*==========================================

HEADER

------------------------------------------*/
.header {
  width: 100%;
  border-top: 3px solid #dd0716;
  background: white;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: relative;
  position: fixed;
  top: 0;
  z-index: 5;
  /*------------------------------------------
  Global Navigation
  ------------------------------------------*/
}

@media screen and (min-width: 960px) {
  .header {
    overflow: hidden;
  }
}

.header .siteId {
  height: 80px;
  padding: 15px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .header .siteId {
    float: left;
  }
}

.header .siteLogo {
  float: left;
  width: 140px;
  margin-right: 10px;
}

.header .sitenName {
  float: left;
  margin-top: 5px;
  font-size: 14px;
}

@media screen and (min-width: 960px) {
  .header .sitenName {
    line-height: 1.4;
  }
}

.header .sitenName .name {
  font-size: 16px;
}

.header .sitenName .player {
  font-size: 12px;
}

.header .sitenName .cheering {
  display: block;
}

.header .gNav {
  display: none;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 10;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 960px) {
  .header .gNav {
    float: right;
    width: calc( 100% - 300px);
    display: block;
    position: static;
    text-align: right;
  }
}

.header .gNav.open {
  display: block;
  height: 100vh;
}

.header .gNav ul {
  padding-left: 0;
  margin-bottom: 0;
}

.header .gNav ul li {
  list-style-type: none;
}

@media screen and (min-width: 960px) {
  .header .gNav ul li {
    display: inline-block;
  }
}

.header .gNav ul li a {
  display: block;
  font-weight: bold;
  padding: 20px;
  border-top: 1px solid #dedede;
}

@media screen and (min-width: 960px) {
  .header .gNav ul li a {
    border-top: 0;
    padding: 0 20px;
    line-height: 80px;
		color: #000;
  }
  .header .gNav ul li a:hover {
    text-decoration: none;
		color: #dd0716;
  }
}

/*------------------------------------------
BTN | MENU
------------------------------------------*/
.btn-trigger {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 34px;
  height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .btn-trigger {
    display: none;
  }
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #383838;
  border-radius: 4px;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .btn-trigger, .btn-trigger span {
    display: none;
  }
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 12px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
          transform: translateY(12px) rotate(-45deg);
}

#btn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn-bar02 .8s forwards;
          animation: active-btn-bar02 .8s forwards;
}

@-webkit-keyframes active-btn-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-btn-bar02 {
  100% {
    height: 0;
  }
}

#btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}

/*==========================================

FOOTER

------------------------------------------*/
.footer {
  padding: 40px 0 20px;
}

.footer .footer__logo {
  width: 235px;
  margin: 0 auto 20px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .footer .footer__logo {
    width: 260px;
  }
}

.footer .footer__logo img {
  float: left;
  width: 120px;
}

@media screen and (min-width: 960px) {
  .footer .footer__logo img {
    width: 140px;
  }
}

.footer .footer__logo p {
  float: left;
  padding: 5px 0 0 10px;
  font-size: 14px;
}

@media screen and (min-width: 960px) {
  .footer .footer__logo p {
    padding-top: 10px;
    line-height: 1.4;
  }
}

.footer .footer__logo span {
  display: block;
  font-size: 12px;
}

.footer .footer__copyright {
  text-align: center;
  font-size: 10px;
}

@media screen and (min-width: 960px) {
  .inner {
    width: 960px;
    margin: 0 auto;
  }
}

/*==========================================

Youtube

------------------------------------------*/
.ytMovie{

}
.ytMovie div{
  width:100%;
  margin:15px 0;
  padding:0;
  text-indent:0;
  list-style:none;
  background:#000000;
}

.ytMovie div a {
  display:block;
  position:relative;
}
.ytMovie div a:hover {
  opacity:1!important;
}
.ytMovie div a::after{
  content: '';
  display:block;
  width:225px;
  height:56px;
  margin:auto;
  background-image:url(../img/icon_movie2.png);
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-size:100% auto;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}
.ytMovie div a::before{
  content: '';
  display:block;
  width:100%;
  height:100%;
  background-image:url(../img/movie_thm_cover.png);
  background-repeat:repeat;
  background-position:50% 50%;
  background-color:rgb(0,0,0);
  filter:alpha(opacity=20);
  background-color:rgba(0,0,0,0.2);
  position:absolute;
  top:0;
  left:0;
  transition:all 0.5s ease;
}
.ytMovie div a:hover::before{
  background-color:rgb(0,0,0);
  filter:alpha(opacity=0);
  background-color:rgba(0,0,0,0);
}

.ytMovie div img{
  width:100%;
  height:auto;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.ytMovie figcaption{
  margin-top:15px;
  font-size:18px;
  line-height:1.6em;
  letter-spacing:0.1em;
  text-align:center;
  color:#ffffff;
}

#overray {
  width:100%;
  height:120%;
  background:#000000;
  position:fixed !important;
  position:absolute;
  top:0px;
  right:0px;
  bottom:0px;
  left:0px;
  z-index:999;
  transition: opacity 1s, visibility 0s ease 1s;
  opacity: 0;
  visibility: hidden;
}
#overray.is-show {
  transition-delay: 0s;
  opacity: 0.8;
  visibility: visible;
}

#modalBox{
  transition: opacity 1s, visibility 0s ease 1s;
  opacity: 0;
  visibility: hidden;
}
#modalBox.is-show {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

#modal{
  width:800px;
  height:450px;
  margin:auto;
  background:#000000;
  border:none;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:1000;
  transition: opacity 1s, visibility 0s ease 1s;
  opacity: 0;
  visibility: hidden;
}
#modal.is-show {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

#modal #if{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  transition: opacity 1s, visibility 0s ease 1s;
  opacity: 0;
  visibility: hidden;
}
#modal #if.is-show {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

#modal #close{
  width:40px;
  height:40px;
  position:absolute;
  top:-5px;
  right:-5px;
  z-index:1001;
  cursor:pointer;
  background:#ffffff;
}
#modal #close img{
  -webkit-transition: all 0.3s;
}
#modal #close:hover img{
  opacity:0.5;
}
#modal iframe{
  width: 100% !important;
  height: 100% !important;
  margin:0;
  padding:0;
  border:none;
  background:#000000;
  position: absolute;
  top: 0;
  right: 0;
}
#movieClose{
  width:50px;
  height:50px;
  position:fixed;
  top:20px;
  right:20px;
  z-index:1001;
  cursor:pointer;
  -webkit-transition: all 0.3s;
	display: none;
}
#movieClose span {
  display:block;
  height: 2px;
  margin:auto;
  background: #ffffff;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.3s ease-in-out;  
}
#movieClose span:nth-child(1) {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
#movieClose span:nth-child(2) {
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
#movieClose:hover{
  opacity:0.6;
}
#movieClose:hover span:nth-child(1) {
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  transform: rotate(405deg);
}
#movieClose:hover span:nth-child(2) {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

@media screen and (max-width: 374px) {

  #modal{
    width:310px;
    height:174px;
  }

}
@media screen and (min-width: 375px) {

  #modal{
    width:350px;
    height:197px;
  }

}
@media screen and (min-width: 480px) {

  #modal{
    width:460px;
    height:259px;
  }

}
@media screen and (min-width: 640px) {

  #modal{
    width:600px;
    height:338px;
  }

}
@media screen and (min-width: 960px) {
	.ytMovie figcaption{
		font-weight: bold;
	}
  #modal{
    width:800px;
    height:450px;
  }

}


/*==========================================

MV

------------------------------------------*/
.mainVisual {
  margin-top: 80px;
  margin-bottom: 30px;
	height: 227px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #c82b1c;
	background-image: url(../img/mv-bg-sp.png);
	background-size: cover;
}

.mainVisual .inner {
  padding: 15px 30px;
	max-width: 375px;
	position: relative;
	height: 100%;
	margin: 0 auto;
}
.mainVisual .inner .mvHead{
	font-weight: bold;
}
.mainVisual .inner .mvHead h2{
	font-size: 18px;
	background: #fff;
	display: inline-block;
	padding: 0 10px;
	line-height: 23px;
	margin-bottom: 3px;
}
.mainVisual .inner .mvHead p{
	color: #fff;
	font-size: 18px;
}
.mainVisual .inner .mvHead p span{
	display: inline-block;
	background: #000;
	padding: 0 10px;
	margin-bottom: 3px;
	line-height: 23px;
}
.mainVisual .inner .brPc{
	display: none;
}
.mainVisual .inner .mvBottomTxt{
	position: absolute;
	bottom: 0px;
	right: 28px;
	text-align: right;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0;
}

@media screen and (min-width: 960px) {
	.mainVisual {
		height: 558px;
		background-image: url(../img/mv-bg-pc.png);
		background-position: center bottom;
		background-size: 2296px auto;
	}
  .mainVisual .inner {
		padding: 120px 0px 0px;
		max-width: 960px;
  }
	.mainVisual .inner .mvHead h2{
		font-size: 45px;
		padding: 0 15px;
		line-height: 61px;
		margin-bottom: 12px;
	}
	.mainVisual .inner .mvHead h2 span{
		font-size: 50px;
	}
	.mainVisual .inner .mvHead p{
		font-size: 45px;
		line-height: 1;
	}
	.mainVisual .inner .mvHead p span{
		padding: 0 15px;
		margin-bottom: 12px;
		line-height: 61px;
	}
	.mainVisual .inner .brSp{
		display: none;
	}
	.mainVisual .inner .brPc{
		display: inline;
	}
	.mainVisual .inner .mvBottomTxt{
		font-size: 22px;
		font-weight: bold;
		bottom: 20px;
		line-height: 1.8;
	}
}


/*==========================================

JOYCAL所属契約

------------------------------------------*/
.agreement {
  margin-bottom: 60px;
}

.agreement .crosss {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
	vertical-align: top;
	padding-left: 20px;
}
.agreement .crosss img{
	vertical-align: top;
	display: inline-block;
}
.agreement .crosss .logo{
	width: 100px;
	padding-top: 2px;
}
.agreement .crosss .imgCross{
	width: 48px;
	padding: 8px 10px 0;
}
.agreement .crosss span{
	display: inline-block;
	padding-top: 4px;
}
.agreement .crosss .sign{
	width: 36px;
}
.agreement .affiliation {
  padding: 0 30px;
}

@media screen and (min-width: 960px) {
  .agreement .crosss {
    padding: 0px 0;
  }
	.agreement .crosss .logo{
		width: 156px;
		padding-top: 42px;
	}
	.agreement .crosss .imgCross{
		width: 118px;
		padding: 45px 30px 0;
	}
	.agreement .crosss span{
		display: inline-block;
		padding-top: 46px;
		font-size: 32px;
	}
	.agreement .crosss .sign{
		width: 100px;
	}
}
/*==========================================

引退会見 & 現役引退セレモニー 共通

------------------------------------------*/
.retirement .title__h2,
.ceremony .title__h2{
	width: auto;
}
.retirement .title__h2 span,
.ceremony .title__h2 span{
	display: inline-block;
	height: auto;
	text-align: center;
	padding: 7px 10px 0;
}
.retirement .title__h2 span:nth-of-type(2),
.ceremony .title__h2 span:nth-of-type(2){
	margin-top: -3px;
	padding-top: 2px;
}
.movieSlideWrap {
	position: relative;
}
.movieSlideWrap .movie{
	padding: 0 30px;
}
.movieSlideWrap .movie figcaption{
	background: #fff;
	display: block;
	text-align: center;
	margin: 0 auto;
	color: #000;
	line-height: 1.3;
}
.movieSlideWrap .movie figcaption span{
	display: inline-block;
}
.movieSlideWrap .slideWrap{
	max-width: 375px;
	margin: 0 auto;
}
.movieSlideWrap .slideWrap .slider .slick-prev,
.movieSlideWrap .slideWrap .slider .slick-next{
	z-index: 1000;
}
.movieSlideWrap .slideWrap .slider .slick-prev {
	left: 50px;
}
.movieSlideWrap .slideWrap .slider .slick-next {
	right: 50px;
}
.movieSlideWrap .slideWrap .slider .slick-prev::before, 
.movieSlideWrap .slideWrap .slider .slick-next::before{
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	opacity: 1;
} 
.movieSlideWrap .slideWrap .slider .slick-prev::before{
	transform:rotate(225deg);
}
.movieSlideWrap .slideWrap .slider .slick-next::before{
	transform:rotate(45deg);
}
@media screen and (min-width: 768px) {
	.retirement .title__h2 span:nth-of-type(1),
	.ceremony .title__h2 span:nth-of-type(1){
		padding-left: 30px;
	}
	.retirement .title__h2 span:nth-of-type(2),
	.ceremony .title__h2 span:nth-of-type(2){
		margin-top: 0px;
		padding-top: 7px;
		padding-left: 0px;
		padding-right: 30px;
	}
}
@media screen and (min-width: 960px) {
	.retirement .title__h2,
	.ceremony .title__h2{
		margin-bottom: 50px;
	}
	.retirement .title__h2 span,
	.ceremony .title__h2 span{
		height: 62px;
	}
	.movieSlideWrap{
		width: 960px;
		margin: 0 auto;
	}
	.movieSlideWrap::after{
		content: "";
		display: block;
		clear: both;
	}
	.movieSlideWrap .movie{
		width: 442px;
		padding: 0;
		text-align: center;
	}
	.movieSlideWrap .movie div{
		margin: 10px 0;
	}
	.movieSlideWrap .movie figcaption{
		font-size: 18px;
		line-height: 1.3;
		padding: 4px 20px;
		display: inline-block;
		margin: 0 auto;
	}
	.movieSlideWrap .slideWrap{
		width: 680px;
		max-width: 100%;
	}
	.movieSlideWrap .slideWrap .slider .slick-prev {
		left: 130px;
	}
	.movieSlideWrap .slideWrap .slider .slick-next {
		right: 130px;
	}
	.movieSlideWrap .slideWrap .slider .slick-prev::before, 
	.movieSlideWrap .slideWrap .slider .slick-next::before{
		width: 30px;
		height: 30px;
		transition: all .4s;
	}
	.movieSlideWrap .slideWrap .slider .slick-prev:hover::before, 
	.movieSlideWrap .slideWrap .slider .slick-next:hover::before{
		opacity: 0.5;
	}
}

/*==========================================

引退会見

------------------------------------------*/
.retirement {
	background-repeat: no-repeat;
	background-position: center top 20px;
	background-image: url(../img/retirement-left.svg);
	margin-bottom: 50px;
	background-size: 300%;
}
@media screen and (min-width: 960px) {
	.retirement {
		padding-top: 80px;
		margin-top: 100px;
		margin-bottom: 100px;
		background-position: center top 0px;
		background-size: 1614px auto;
		height: 738px;
	}
	.retirement .movieSlideWrap .movie{
		float: left;
	}
	.retirement .movieSlideWrap .slideWrap{
		position: absolute;
		right: -130px;
		top: 0;
	}
}

/* --------------------------------
 引退会見動画　　非表示対応
-------------------------------- */
.retirement .movieSlideWrap .movie{
	display: none;
}
@media screen and (min-width: 960px){
	.retirement .movieSlideWrap .slideWrap{
		width: 100%;
		position: static;
	}
}


/*==========================================

現役引退セレモニー

------------------------------------------*/
.ceremony {
	background-repeat: no-repeat;
	background-position: center bottom 50px;
	background-image: url(../img/retirement-right.svg);
	margin-bottom: 50px;
	background-size: 300%;
}
.ceremony .movieSlideWrap .crown{
	position: absolute;
	width: 72px;
	top: -110px;
	right: 0;
}
@media screen and (min-width: 960px) {
	.ceremony {
		padding-top: 50px;
		margin-bottom: 100px;
		background-position: center top 0px;
		background-size: 1614px auto;
		height: 738px;
	}
	.ceremony .movieSlideWrap .movie{
		float: right;
		padding-top: 60px;
	}
	.ceremony .movieSlideWrap .slideWrap{
		position: absolute;
		left: -140px;
		top: 0;
	}
	.ceremony .movieSlideWrap .crown{
		width: 176px;
		top: -190px;
		right: -90px;
	}
}


/*==========================================

GREETING

------------------------------------------*/
.greeting {
  background-color: #EBEBEB;
}

.greeting .inner {
  padding: 30px 30px 240px;
  background-image: url(../img/uchi_greeting.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 220px;
}

@media screen and (min-width: 768px) {
  .greeting .inner {
    height: 580px;
    padding: 60px 0;
    background-position: right -20px bottom;
    background-size: 50%;
  }
	.greeting .inner .greeting__text {
    padding: 30px 0 0 30px;
    width: 55%;
  }
}

@media screen and (min-width: 960px) {
	.greeting .title__h2{
		margin: 0;
		margin-bottom: 20px;
		margin-left: 130px;
	}
  .greeting .inner {
    height: 530px;
    background-position: right bottom -20px;
    background-size:48%;
  }
  .greeting .inner .greeting__text {
    width: 570px;
		padding: 0;
  }
}

/*==========================================

PROFILE

------------------------------------------*/
.profile {
  padding: 30px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .profile {
    padding: 60px 0;
  }
}

@media screen and (min-width: 960px) {
  .profile .title__h2 {
    margin-bottom: 60px;
  }
}

.profile .profile__photo {
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .profile .profile__photo {
    float: left;
    width: 30%;
  }
}

@media screen and (min-width: 960px) {
  .profile .profile__photo {
    width: 340px;
  }
}

.profile .profile__photo img {
  width: 160px;
}

@media screen and (min-width: 768px) {
  .profile .profile__photo img {
    width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .profile .profile__photo img {
    width: 340px;
  }
}

@media screen and (min-width: 768px) {
  .profile .profile__text {
    float: right;
    width: 65%;
  }
}

@media screen and (min-width: 960px) {
  .profile .profile__text {
    float: right;
    width: 546px;
  }
}

.profile .profile__name {
  text-align: center;
  font-size: 26px;
  letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
  .profile .profile__name {
    text-align: left;
    font-size: 36px;
  }
}
@media screen and (min-width: 960px) {
  .profile .profile__name {
    font-size: 32px;
		margin-top: 30px;
  }
	.profile .profile__name rt{
		font-weight: normal;
		font-size: 14px;
	}
}

.profile .profile__spec {
  overflow: hidden;
}

.profile .profile__spec dt {
  clear: both;
  float: left;
  width: 30%;
	font-weight: normal;
}


.profile .profile__spec dd {
  float: left;
  width: 70%;
}

/*==========================================

HISTORY

------------------------------------------*/
.history {
  padding: 80px 30px 30px;
  color: white;
  background-color: #E3565F;
  background-image: url(../img/uchi_history.png);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 160px;
}
.history .title__h2{
	margin: 0;
	margin-bottom: 20px;
}

.history .history__content {
  height: 300px;
}

@media screen and (min-width: 960px) {
	.history {
    padding: 60px 30px 80px;
		background-position: right bottom;
    background-size: 595px;
  }
	.history .title__h2 {
		margin-left: 90px;
	}
  .history .history__content {
    width: 520px;
    height: 400px;
    padding: 40px 0 0px;
  }

}



/*==========================================

SPECIAL

------------------------------------------*/
.special {
  padding: 30px;
  background:url(../img/dot.gif) repeat 0 0;
	background-size: 13px;
	overflow: hidden;
}
.special .title__h2{
  color:#ffffff;
}
.special .movieList {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: wrap;
  flex-wrap: wrap;
	width:100%;
}
.special .movieList,
.special .movieList li{
  margin:0;
  padding:0;
  text-indent:0;
  list-style:none;
}

.special .movieList li{
  width:100%;
  margin:0px 0;
  padding:0;
  text-align:center;
  list-style:none;
}
.special .movieListS{
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.special .movieListS::after{
	content: "";
	display: block;
	position: absolute;
	background: #000;
	transform: skewX(-20deg);
	width: 100%;
	height: 180px;
	left: 40px;
	bottom: 0;
	z-index: -1;
}
.special .movieListS li{
	width: 48%;
}
.special .movieListS li figcaption{
	display: none;
}
.special .movieListS li .ytMovie{
	margin: 0;
	padding: 0;
}
.special .movieListS li .ytMovie div a::after{
	width: 100%;
}

.special .ytLink{
	display: block;
	transform: skewX(-20deg);
	background: #DD0716;
	color: #fff;
	font-size: 16px;
	line-height: 34px;
	padding: 5px;
}
.special .ytLink div{
	transform: skewX(20deg);
	height: 100%;
	width: 100%;
	position: relative;
}
.special .ytLink div::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #fff transparent;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	transform:rotate(90deg);
}
.special .ytLink div span{
	transform: skewX(-20deg);
	background: #fff;
	display: inline-block;
	padding: 0 8px;
	margin-right: 10px;
}
.special .ytLink div span img{
	transform: skewX(20deg);
	width: 60px;
	vertical-align: top;
	padding-top: 6px;
}
@media screen and (max-width: 320px){
	.special .ytLink{
		font-size: 12px;
	}
}

@media screen and (max-width: 959px) {

  .special .movieList li{
    max-width:600px;
  }
}
@media screen and (min-width: 768px){
	.special .movieListS li .ytMovie div a::after{
		width: 225px;
	}
}
@media screen and (min-width: 960px) {

  .special {
    padding: 40px 0 80px;
  }
  .special .movieList li{
    width:45%;
    margin:15px 0;
  }
	.special .movieListS{
		margin-top: 30px;
	}
	.special .movieListS::after{
		width: 800px;
		height: 250px;
		left: 138px;
	}
	.special .movieListS li{
		width: 24%;
	}
	.special .movieListS li figcaption {
    display: block;
		font-size: 11px;
	}

	.special .ytLink{
		width: 800px;
		margin: 0 auto;
		line-height: 44px;
		font-size: 30px;
		text-align: center;
		padding: 14px 0;
	}
	.special .ytLink:hover{
		text-decoration: none;
	}
	.special .ytLink div span{
		margin-right: 50px;
	}
	.special .ytLink div span img{
		width: 102px;
		padding-top: 4px;
	}
	.special .ytLink div::after{
		right: 80px;
		border-width: 0 13px 24px 13px;
	}
}


/*==========================================

BANNER

------------------------------------------*/
.bannerService {
  padding: 30px 30px 5px;
  text-align: center;
  background-color: #ebebeb;
}

.bannerService ul {
  padding-left: 0;
  margin-bottom: 0;
}

.bannerService ul li {
  list-style: none;
}
.bannerService ul li a{
	color: #000;
	background: none;
	padding: 0;
}
.bannerService ul li a:hover{
	text-decoration: none;
	color: #dd0716;
}

.bannerService ul li figure {
  display: block;
  padding: 0;
	margin-bottom: 20px;
}
.bannerService ul li figure a{
	display: block;
	height: 100%;
}

.bannerService ul li.bannerService__noridoki {
  margin-bottom: 20px;
}


@media screen and (min-width: 768px) {
  .bannerService ul li {
    width: 45%;
    display: inline-block;
    margin: 0 10px;
  }
}

@media screen and (min-width: 960px) {
	.bannerService {
		padding: 50px 0px 10px;
	}
  .bannerService ul li {
    width: 400px;
  }
}

/*==========================================

contactBtn

------------------------------------------*/
.contactBtn {
	padding:20px 0 0;
}
.contactBtn a {
	display:block;
	width:100%;
	max-width:380px;
	margin:0 auto;
	padding:10px 0;
	font-size:18px;
	line-height:30px;
	text-decoration:none;
	letter-spacing:0.05em;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:#d2000f;
	box-sizing:border-box;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	position:relative;
	transition:all 0.5s ease;
}
.contactBtn a span{
	display:block;
	font-size:12px;
	line-height:18px;
}
.contactBtn a::after {
	content: '';
	display: block;
	width:24px;
	height:24px;
	margin:auto 0;
	position: absolute;
	background:#ffffff;
	border-radius:24px;
	right:15px;
	top:0;
	bottom:0;
	z-index:1;
	transition:all 0.5s ease;
}
.contactBtn a::before {
	content: "";
	display:block;
	width: 6px;
	height: 6px;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index:2;
	transition:all 0.5s ease;
}
.contactBtn a:hover {
	background:#a1000c;
	letter-spacing:0.1em;
	opacity:1;
}
.contactBtn a:hover::before {
	right: 23px;
}
@media screen and (min-width: 768px) {

	.contactBtn a {
		width:90%;
		max-width:480px;
		padding:15px 0;
		font-size:24px;
		line-height:32px;
	}
	.contactBtn a span{
		font-size:14px;
		line-height:20px;
	}

	.contactBtn a::after {
		width:30px;
		height:30px;
		border-radius:30px;
		right:15px;
	}
	.contactBtn a::before {
		width: 8px;
		height: 8px;
		right: 27px;
	}

}
/*# sourceMappingURL=uchimura.css.map */

/* -------------------------------------

The Final　バナー

--------------------------------------*/
.agreement {
	margin-bottom: 30px;
}
.agreement .inauguration{
	padding-bottom: 0;
}
.bnrThefinal .bnrPc{
	display: none;
}
.bnrThefinal {
	padding:0 30px 30px;
}
.bnrThefinal a{
	display: block;
	height: 100%;
}
@media screen and (min-width: 768px){
	.bnrThefinal .bnrSp{
		display: none;
	}
	.bnrThefinal .bnrPc{
		display: block;
	}
}
@media screen and (min-width: 960px){
	.bnrThefinal {
		padding:0 0px 60px;
		width: 960px;
		margin: 0 auto;
	}
}

/* -------------------------------------

特命部長

--------------------------------------*/
.inauguration {
	padding: 30px;
}
.inauguration .imgBord{
	max-width: 375px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.inauguration div h2{
	text-align: center;
	font-size: 28px;
}
@media screen and (min-width: 960px){
	.inauguration {
		padding:40px 60px;
		width: 960px;
		margin: 100px auto;
		border: 1px solid #DEDEDE;
		border-radius: 6px;
		overflow: hidden;
	}
	.inauguration .imgBord{
		float: left;
		width: 274px;
	}
	.inauguration div{
		float: left;
		width: calc(100% - 274px);
		padding-left: 30px;
	}
	.inauguration div h2{
		text-align: left;
		font-size: 32px;
	}
	.inauguration div p{
		line-height: 1.5;
	}
}
