@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,
section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Open Sans', 'Roboto', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
}

html,body {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

img{
  width: 100%;
  display: block;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    word-break: break-all;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #0e0e0e;
}

ol,
ul {
    list-style: none;
}

@font-face {
    font-family: 'GerTTmedium';
    src: url("./font/GerTT Medium.otf") format('opentype'),
        url("./font/GerTT Medium.woff") format('woff');
}

@font-face {
    font-family: 'GerTTlight';
    src: url("./font/gerttlightweb.otf")format('opentype'),
        url("./font/gerttlightweb.woff") format('woff');
}

@media only screen and (min-width: 769px) {
  .sp {
      display: none!important;
  }
}

@media only screen and (max-width: 768px) {
  html,
  body {
      height: 100%;
      min-width: 320px;
  }
  .pc{
      display: none!important;
  }
}

/*========================================================
▼ヘッダー
========================================================*/

header {
    width: 100%;
    height: calc(41.25px + 1vw);
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #0e0e0e;
    z-index: 9999;
}

.header-inner {
    width: 100%;
    position: relative;
    height: calc(41.25px + 1vw);
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
    align-items: center;
}

.header-inner .logo {
    width: 12.67vw;
    max-width: 70px;
}


/*SNSアイコン*/

.header-inner .sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-inner .sns a {
    display: block;
    text-align: center;
    padding: 0 1em;
    color: #fff;
}

.header-inner .sns a:last-of-type {
    padding-right: 0;
}

.header-inner .sns a:hover,
.header-inner .logo:hover {
    opacity: 0.8;
}

.header-inner .sns a i {
    font-size: calc(2rem + 1vw);
    vertical-align: middle;
}

@media only screen and (min-width: 769px) {
    header {
        width: 100%;
        height: 90px;
    }

    .header-inner {
        width: 100%;
        max-width: 1200px;
        padding: 0 20px;
        margin: 0 auto;
    }

    .header-inner .logo {
        max-width: 102px;
        max-height: 56px;
    }

    .header-inner .sns a {
        padding: 0 1.5em;
    }

    .header-inner .sns a:hover,
    .header-inner .logo:hover {
        opacity: 0.8;
    }

    .header-inner .sns a i {
        font-size: 3.5rem;
        vertical-align: middle;
    }
}


/*========================================================
▼メイン
========================================================*/

#main {
    width: 100%;
    position: relative;
    background-color: #fff;
}

@media only screen and (min-width: 769px) {
    #main {
        width: 100%;
        margin: 0 auto;
    }
}
/*----------------------------------------
preset
----------------------------------------*/
.mr10 { margin-right: 10px;}
.fwb { font-weight: bold;}

/*========================================================
▼コンテンツ全体
========================================================*/
/*----------------------------------------
共通
----------------------------------------*/
.anchor {
  color: #0088cc;
  text-decoration: underline;
}
.video {
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .anchor,
  .video {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .anchor:hover,
  .video:hover {
    opacity: .6;
  }
}
.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
}
@media only screen and (min-width: 769px) {
  .inner {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    padding: 0 15px;
  }
}
.title--primary img {
  width: auto;
}
@media only screen and (min-width: 769px) {
  .title--primary img {
    height: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .title--primary img {
    height: 28px;
  }
}
.marker > * {
  padding-left: 1em;
  position: relative;
}
.marker > *::before {
  left: 0;
  position: absolute;
  top: 0;
}
.marker--notes > *::before {
  content: "\203B";
}
.commming img {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .commming {
    margin-top: 30px;
  }
  .commming img {
    width: 311px;
  }
}
@media only screen and (max-width: 768px) {
  .commming {
    margin-top: 20px;
  }
  .commming img {
    width: 160px;
  }
}
/*----------------------------------------
MV
----------------------------------------*/
#mv .inner {
  position: relative;
}
#mv .video {
  display: block;
}
#mv .inner + div {
  background-color: #404040;
}
@media only screen and (min-width: 769px) {
  #mv .video {
    left: 46%;
    position: absolute;
    width: calc(140/1020*100%);
    top: 43%;
  }
}
/*----------------------------------------
ticker
----------------------------------------*/
.ticker {
  box-sizing: content-box;
  color: #fff;
}
.ticker .date {
  margin-right: 1em;
}
.ticker a {
  color: inherit;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .ticker {
    font-size: 1.6rem;
  }
  .ticker > ul > li {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .ticker > ul > li {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 374px) {
  .ticker .text {
    display: block;
  }
}
/*----------------------------------------
navigation
----------------------------------------*/
.nav__list img {
  width: auto;
}
@media only screen and (min-width: 769px) {
  .nav {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .nav__list > ul {
    -webkit-display: flex;
    display: flex;
  }
  .nav__list img {
    height: 19px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .nav__list > ul > li > a > img:last-child {
    display: none;
  }
  .nav__list a:hover img {
    opacity: .6;
  }
}

/* lnav
--------------------------------------------------------- */
#lnav {
  background-color: #999;
}
@media only screen and (min-width: 769px) {
  #lnav .nav__list > ul {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 768px) {
  #lnav .nav__list.inner {
    padding: 0;
  }
  #lnav .nav__list > ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  #lnav .nav__list > ul > li:not(:nth-child(3n-1)) {
    width: 33%;
  }
  #lnav .nav__list > ul > li:nth-child(3n-1) {
    width: 34%;
  }
  #lnav .nav__list > ul > li > a {
    display: block;
    padding: 10px;
  }
  #lnav .nav__list > ul > li > a > img {
    height: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  #lnav .nav__list > ul > li > a > img:last-child {
    display: none;
  }
}
/* floating
--------------------------------------------------------- */
#floating {
  background-color: rgba( 153, 153, 153, .7);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}
#floating.show {
  transform: translateY(0);
}
#floating .nav {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#floating .nav__logo img {
    width: auto;
}
@media only screen and (min-width: 769px) {
  #floating {
    
  }
  #floating .nav__logo img {
    height: 20px;
  }
  #floating .nav__list {
    width: calc( 100% - 240px );
  }
  #floating .nav__list > ul {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  #floating .nav__list > ul > li:not(:first-child) {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 768px) {
  #floating .nav {
    -webkit-align-items: center;
    align-items: center;
    height: 35px;
    position: relative;
  }
  #floating .nav__logo img {
    height: 20px;
  }
  #floating .burger {
    height: 19px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 20px;
  }
  body.active #floating .burger {
    transform: rotate(90deg);
  }
  #floating .burger > span,
  #floating .burger::before,
  #floating .burger::after {
    background-color: #fff;
    display: block;
    height: 3px;
    position: absolute;
    width: 20px;
  }
  #floating .burger::before,
  #floating .burger::after {
    content: "";
  }
  #floating .burger > span { top: calc( 50% - 1.5px ) }
  #floating .burger::before { top: 0;}
  #floating .burger::after { bottom: 0;}
  #floating .nav__list {
    background-color: #fff;
    display: none;
    left: 0;
    position: absolute;
    top: 35px;
    width: 100%;
  }
  #floating .nav__list > ul > li > a {
    display: block;
    padding: 10px;
    position: relative;
  }
  #floating .nav__list > ul > li > a > img {
    height: 13px;
    margin-left: auto;
    margin-right: auto;
  }
  #floating .nav__list > ul > li > a > img:first-child {
    display: none;
  }
  #floating .nav__list > ul > li:not(:last-child) > a::after {
    border-bottom: dashed 1px #e5e5e5;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: calc( 595/750*100% );
  }
}
/*----------------------------------------
リード
----------------------------------------*/
#lead {
  text-align: center;
}
#lead p {
  color: #333;
  line-height: 2;
}
.lead__fb dt {
	font-weight: bold;
}
.lead__fb dd > a {
	background-color: #D26D19;
	color: #fff;
	display: inline-block;
	line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  #lead {
    background: url("../images/lead_bg.jpg") center/cover no-repeat;
    padding: 100px 0 140px;
  }
  #lead p,.lead__fb {
    font-size: 2rem;
  }
	.lead__fb {
		margin-top: 20px;
	}
	.lead__fb dd {
		margin-top: 10px;
	}
	.lead__fb dd > a {
    padding: 10px 20px;
		transition: opacity .3s;
	}
	.lead__fb dd > a:hover {
		opacity: .75;
	}
}
@media only screen and (max-width: 768px) {
  #lead {
    background: url("../images/sp/lead_bg.jpg") center/cover no-repeat;
    padding: 60px 0;
  }
  #lead p,.lead__fb {
    font-size: 1.4rem;
  }
	.lead__fb {
		margin-top: 20px;
	}
	.lead__fb dd {
		margin-top: 10px;
	}
	.lead__fb dd > a {
    padding: 10px 15px;
	}
}
/*----------------------------------------
写真
----------------------------------------*/
.photo {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  position: relative;
  z-index: 100;
}
.photo__right img { margin-left: auto;}
@media only screen and (min-width: 769px) {
  /* lead下
  --------------------------------------------------------- */
  .photo--lead {
    margin-top: 60px;
  }
  .photo--lead .photo__right {
    margin-top: calc( -100/1200 * 100% )
  }
  .photo--lead .photo__right img {
    max-width: 630px;
    width: calc( 630/1200*100%);
  }
  .photo--lead .photo__left {
    margin-top: calc( -220/1200 * 100% )
  }
  .photo--lead .photo__left img {
    max-width: 670px;
    width: calc( 670/1200*100%);
  }
  /* ABOUT and RULE下
  --------------------------------------------------------- */
  .photo--ar {
    margin-top: -130px;
  }
  .photo--ar .photo__right img {
    max-width: 840px;
    width: calc( 840/1200*100%);
  }
}
@media only screen and (max-width: 768px) {
  /* lead下
  --------------------------------------------------------- */
  .photo--lead .photo__right {
    margin-top: calc( -50/750*100vw )
  }
  .photo--lead .photo__right img {
    max-width: 416px;
    width: calc( 416/750*100vw);
  }
  .photo--lead .photo__left {
    margin-top: calc( -180/750*100vw )
  }
  .photo--lead .photo__left img {
    max-width: 572px;
    width: calc( 572/750*100vw);
  }
  /* ABOUT and RULE下
  --------------------------------------------------------- */
  .photo--ar {
    margin-top: -80px;
  }
}

/*----------------------------------------
ABOUT and RULE
----------------------------------------*/
.ar {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  position: relative;
}
.ar__section {
  position: relative;
}
.ar__inner {
  background-color: rgba( 255, 255, 255, .8);
  position: relative;
}
.ar__inner .title--primary {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ar__inner .title--secondary {
  font-weight: bold;
}
.ar__inner .item--line {
  letter-spacing: -.4em;
}
.ar__inner .item > dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.ar__inner .item--line > dt, .ar__inner .item--line > dd {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
@media only screen and (min-width: 769px) {
  .ar {
    margin-top: -225px;
    padding-top: 100px;
    overflow: hidden;
  }
  .ar__section {
    width: 52%;
  }
  .ar__section::before {
    background-color: #dfeced;
    content: "";
    position: absolute;
  }
  .ar__inner {
    padding: 0 35px 50px;
  }
  .ar__inner .title--secondary {
    font-size: 2rem;
    margin-top: 20px;
  }
  .ar__inner .item {
    font-size: 1.6rem;
    margin-top: 40px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .ar {
    background-color: #dfeced;
    margin-top: -50px;
    padding: 15px 0 30px;
  }
  .ar__inner {
    padding: 0 10px 30px;
  }
  .ar__inner .title--secondary {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .ar__inner .item {
    font-size: 1.2rem;
    margin-top: 30px;
    padding-left: 5px;
  }
}
/* ABOUT
--------------------------------------------------------- */
#about .ar__inner {
  z-index: 1000;
}
#about .ar__inner .item--line > dt {
  width: 6em;
}
@media only screen and (min-width: 769px) {
  #about {
    margin-left: auto;
    padding-top: 25px;
  }
  #about.ar__section::before {
    bottom: -70px;
    left: -210px;
    right: -100px;
    top: -75px;
  }
}
@media only screen and (max-width: 768px) {
  #about {
    padding-top: 15px;
  }
}
/* RULE
--------------------------------------------------------- */
#rule .ar__inner {
  z-index: 500;
}
#rule .ar__inner .item--line > dt {
  width: 7em;
}
@media only screen and (min-width: 769px) {
  #rule {
    margin-top: -325px;
    padding-top: 25px;
  }
  #rule.ar__section::before {
    bottom: 130px;
    left: -100px;
    right: -220px;
    top: -75px;
  }
  #rule.ar__section--commming::before {
    bottom: -100px;
  }
}
@media only screen and (max-width: 768px) {
  #rule {
    margin-top: 45px;
    padding-top: 15px;
  }
}
/*----------------------------------------
ENTRY
----------------------------------------*/
#entry {
  background-color: #222;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-bottom: solid 4px #222;
  border-top: solid 4px #222;
  color: #fff;
}
#entry .title--primary img {
  margin-left: auto;
  margin-right: auto;
}
#entry .inner > .box > .btn,
#entry .inner > .box > p {
  margin-top: 30px;
}
#entry .btn > * {
  background-color: #ffff00;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#entry .btn > span {
  color: #222;
}
#entry .btn > a {
  position: relative;
}
#entry .btn > a::after {
  border-bottom: solid transparent;
  border-left: solid #222;
  border-top: solid transparent;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#entry .inner > .box > p {
  text-align: center;
}
#entry .inner > .box > p >span {
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  #entry {
    background-image: url("../images/entry_bg.png");
    margin-top: 100px;
  }
  #entry .inner > .box {
    padding: 60px 0;
    width: 50%;
  }
  #entry .inner > .box > p {
    font-size: 1.6rem;
  }
  #entry .btn > * {
    font-size: 2rem;
  }
  #entry .btn > span {
    padding: 10px 0;
    width: 280px;
  }
  #entry .btn > a {
    padding: 20px 30px 20px 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 350px;
  }
  #entry .btn a::after {
    border-bottom-width: 8px;
    border-left-width: 10px;
    border-top-width: 8px;
    right: 50px;
  }
  #entry .btn a:hover {
    opacity: .6;
  }
}
@media only screen and (max-width: 768px) {
  #entry {
    background-image: url("../images/sp/entry_bg.png");
  }
  #entry .inner > .box {
    padding: 30px 0;
    width: calc( 430/750*100vw );
  }
  #entry .inner > .box > p {
    font-size: 1.2rem;
  }
  #entry .btn > * {
    font-size: 1.4rem;
  }
  #entry .btn > span {
    padding: 5px 0;
    width: 140px;
  }
  #entry .btn > a {
    padding: 10px 15px 10px 0;
    width: 180px;
  }
  #entry .btn a::after {
    border-bottom-width: 4px;
    border-left-width: 5px;
    border-top-width: 4px;
    right: 25px;
  }
}
/*----------------------------------------
PRODUCER and GUEST CLIMBERS
----------------------------------------*/
.pg {
  background-attachment: fixed;
  background-size:  cover;
  background-repeat: no-repeat;
}
.pg .inner {
  background-color: rgba( 255, 255, 255, .9);
  border-bottom: solid #222;
  border-top: solid #222;
}
.pg .box {
  display: -webkit-flex;
  display: flex;
}
.pg .box dl dt {
  font-weight: bold;
}
@media only screen and (min-width: 1035px) {
  .pg section::after {
    width: calc(( 100% - 1000px)/2);
  }
}
@media only screen and (min-width: 769px) and  (max-width: 1034px) {
  .pg section::after {
    width: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .pg {
    background-image: url("../images/pg_bg.jpg");
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .pg section {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  .pg section::after {
    background-color: rgba( 255, 255, 255, .9);
    border-bottom: solid 10px #222;
    border-top: solid 10px #222;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }
  .pg .inner {
    border-bottom-width: 10px;
    border-top-width: 10px;
    max-width: 1000px;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
  }
  .pg .box {
    margin-top: 50px;
    padding-left: 15px;
  }
  .pg .box figure {
    margin-right: 30px;
    width: 140px;
  }
  .pg .box dl {
    font-size: 1.6rem;
    width: calc( 100% - 170px );
  }
}
@media only screen and (max-width: 768px) {
  .pg {
    background-image: url("../images/sp/pg_bg.jpg");
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .pg .inner {
    border-bottom-width: 5px;
    border-top-width: 5px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .pg .box {
    margin-top: 30px;
    padding-left: 8px;
  }
  .pg .box figure {
    margin-right: 15px;
    width: 70px;
  }
  .pg .box dl {
    font-size: 1.2rem;
    width: calc( 100% - 85px );
  }
}
/* PRODUCER
--------------------------------------------------------- */
#producer .inner {
  border-right: solid #222;
}
@media only screen and (min-width: 769px) {
  #producer::after {
    left: 0;
  }
  #producer .inner {
    border-right-width: 10px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #producer .inner {
    border-right-width: 5px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* CLIMBERS
--------------------------------------------------------- */
#climers .inner {
  border-left: solid #222;
}
@media only screen and (min-width: 769px) {
  #climers {
    margin-top: 150px;
  }
  #climers::after {
    right: 0;
  }
  #climers .inner {
    border-left-width: 10px;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #climers {
    margin-top: 40px;
  }
  #climers .inner {
    border-left-width: 5px;
    margin-left: 15px;
    padding-left: 15px;
    padding-left: 15px;
  }
}
/*----------------------------------------
CONTENT
----------------------------------------*/
#content {
	background-color: #dfeced;
}
#content .title--primary img {
  margin-left: auto;
  margin-right: auto;
}
#content .title--primary + p {
  font-weight: bold;
  text-align: center;
}
#content .wrap .box {
	background-color: rgba( 255, 255, 255, .9);
	text-align: center;
}
#content .wrap .box dt {
	font-weight: bold;
}
#content .wrap .box dd:last-child p {
	text-align: left;
}
#content .wrap .box dd:nth-child(2),
#content .wrap .box dd:nth-child(3) {
  display: inline-block;
}
#content .wrap .box dd:nth-child(2) {
  margin-right: 1em;
}
#content .wrap .box:nth-child(3) dd figure img,
#content .wrap .box:nth-child(4) dd figure img {
  margin-left: auto;
  margin-right: auto;
  width: calc(308/460*100%);
}
@media only screen and (min-width: 769px) {
  #content {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  #content .title--primary + p {
    font-size: 2.4rem;
    margin-top: 30px;
  }
	#content .wrap .box {
		margin-top: 30px;
		padding: 15px;
	}
 	#content .wrap .box dt {
		font-size: 2.4rem;
	}
	#content .wrap .box dd {
		font-size: 1.6rem;
		margin-top: 20px;
	}
	#content .wrap .box dd:last-child p {
		margin-top: 25px;
	}
}
@media only screen and (min-width: 600px) {
	#content .wrap {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: -webkit-space-between;
		justify-content: space-between;
	}
	#content .wrap .box {
		letter-spacing: -.4em;
		width: calc(490/1000*100%);
	}
	#content .wrap .box dt,
	#content .wrap .box dd {
		letter-spacing: normal;
	}
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
	#content .wrap .box {
		margin-top: 20px;
	}
	#content .wrap .box dd {
		margin-top: 15px;
	}
	#content .wrap .box dd:last-child p {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 768px) {
  #content {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #content .title--primary + p {
    font-size: 1.4rem;
    margin-top: 10px;
  }
	#content .wrap .box {
		padding: 10px;
	}
 	#content .wrap .box dt {
		font-size: 1.4rem;
	}
	#content .wrap .box dd {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 599px) {
	#content .wrap .box {
		margin-top: 15px;
	}
	#content .wrap .box dd {
		margin-top: 10px;
	}
	#content .wrap .box dd:last-child p {
		margin-top: 15px;
	}
}
/*----------------------------------------
PLAY BACK 2018
----------------------------------------*/
#playback .title--primary img {
  margin-left: auto;
  margin-right: auto;
}
#playback .title--primary + p {
  font-weight: bold;
  text-align: center;
}
#playback .inner > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#playback .inner > ul > li:first-child {
  width: 100%;
}
#playback .inner > ul > li:not(:first-child) {
  width: 48%;
}
@media only screen and (min-width: 769px) {
  #playback {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  #playback .title--primary + p {
    font-size: 2.4rem;
    margin-top: 30px;
  }
  #playback .inner > ul {
    margin-top: 50px;
  }
  #playback .inner > ul > li:not(:first-child) {
    margin-top: 25px;
  }
  #playback .inner > ul > li a img {
    -werbkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  #playback .inner > ul > li a:hover img {
    opacity: .6;
  }
}
@media only screen and (max-width: 768px) {
  #playback {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #playback .title--primary + p {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  #playback .inner > ul {
    margin-top: 20px;
  }
  #playback .inner > ul > li:not(:first-child) {
    margin-top: 15px;
  }
}

/*----------------------------------------
credit
----------------------------------------*/
#credit{
    background: url(../images/credit_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 27% 0;
}

#credit .credit-logo{
    width: 32%;
    margin: 0 auto;
    display: block;
    padding: 1% 1.67%;
}


@media only screen and (min-width: 769px) {
    #credit{
        padding: 320px 0;
    }
    #credit .credit-logo{
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
        display: block;
    }
}


/*========================================================
▼フッター
========================================================*/

footer {
    text-align: center;
}

footer small {
    width: 100%;
    background: #000;
    color: #fff;
    display: block;
    font-size: 2.6vw;
    line-height: 1.2;
    padding: 10px 0;
}

@media only screen and (min-width: 769px) {
    footer small {
        font-size: 1.4rem;
        padding: 12px 0;
    }
}
/*========================================================
▼totop
========================================================*/
#totop {
  display: none;
  position: fixed;
  z-index: 9000;
}
#totop a {
  background-color: #333;
  border-radius: 50%;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
#totop a span {
  display: block;
  text-indent:100%;
  overflow:hidden;
  white-space:nowrap;
  width: 100%;
}
#totop a::before {
  border-bottom: solid #fff;
  border-left: solid transparent;
  border-right: solid transparent;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate( -50%, -50%);
}
@media only screen and (min-width: 769px) {
  #totop {
    bottom: 60px;
    height: 60px;
    right: 100px;
    width: 60px;
  }
  #totop a {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #totop a::before {
    border-bottom-width: 20px;
    border-left-width: 13px;
    border-right-width: 13px;
  }
  #totop a:hover {
    opacity: .6;
  }
}
@media only screen and (max-width: 768px) {
  #totop {
    bottom: 40px;
    height: 36px;
    right: 15px;
    width: 36px;
  }
  #totop a::before {
    border-bottom-width: 12px;
    border-left-width: 8px;
    border-right-width: 8px;
  }
}
/*========================================================
▼モーダル
========================================================*/

.modal-overlay {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e0e0e;
}

a.modal-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 8%;
    max-width: 40px;
}

.modal_logo {
    width: 30%;
    margin: 0 auto 6%;
    text-align: center;
}

.modal_logo img {
    display: inline-block;
}

.modal-btn {
    width: 100%;
    list-style: none;
    padding: 0 5%;
}

.modal-btn li {
    width: 100%;
    padding-left: ;
    margin-bottom: 4%;
}

.modal-btn li a {
    color: #fff;
    font-size: 1.6rem;
    background-color: #e1352b;
    display: block;
    text-align: center;
    padding: 0.3em 0;
}


@media only screen and (min-width: 769px) {
    a.modal-close {
        width: 50px;
    }

    a.modal-close:hover {
        cursor: pointer;
        opacity: 0.75;
    }

    .modal-btn {
        width: 100%;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }

    .modal-btn li {
        width: 157.5px;
    }

    .modal-btn li:first-of-type {
        padding-left: 0;
    }

    .modal-btn li a {
        position: relative;
        z-index: 2;
    }

    .modal-btn li a::before,
    .modal-btn li a::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
    }

    .modal-btn li a,
    .modal-btn li a::before,
    .modal-btn li a::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .modal-btn li a:hover {
        background-color: #fff;
        color: #e1352b;
    }

    .modal-btn li a::before,
    .modal-btn li a::after {
        top: 0;
        width: 50%;
        height: 100%;
        background-color: #e1352b;
    }
    .modal-btn li a::before {
        right: 0;
    }
    .modal-btn li a::after {
        left: 0;
    }
    .modal-btn li a:hover::before,
    .modal-btn li a:hover::after {
        width: 0;
        background-color: #e1352b;
    }

    .modal_logo {
        width: 100%;
    }
}



/*モーダル動画部分
-------------------------------------------------------*/

@media only screen and (max-width: 768px) {
    .modal_content {
        width: 100%;
        margin: 0 auto;
        position: fixed !important;
        top: 30px !important;
        left: 0 !important;
        display: none;
        z-index: 99999;
    }

    .modal_movie {
        width: 100%;
        padding: 0 5%;
        height: 45vh;
        margin-bottom: 3%;
    }
}

@media only screen and (min-width: 769px) {
    .modal_content {
        width: 750px;
        margin: 0 auto;
        position: fixed;
        display: none;
        z-index: 99999;
    }

    .modal_movie {
        width: 100%;
        height: 421px;
        margin: 0 auto 30px;
    }
    .modal_logo{
        width: 150px;
    }
}