@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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, dialog, figure, footer, header,
nav, section, a,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%; }

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

table,
input, textarea, select, option {
  line-height: 1.1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

::selection {
  background: #4d4d4d;
  color: #fff; }

div:before, div:after, ul:before, ul:after,
ol:before, ol:after, dl:before, dl:after {
  display: block; }

div:after, ul:after, ol:after, dl:after {
  clear: both; }

div, ul, ol, dl {
  zoom: 1; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

a:hover {
  text-decoration: none; }

a,
a img {
  color: #222222;
  transition: 0.3s ease-in-out;
  text-decoration: none; }

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  text-decoration: none; }

.cls-1 {
  opacity: 1 !important; }

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

.sp_only {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp_only {
      display: block; } }
  .sp_only_inline {
    display: none; }
    @media screen and (max-width: 767px) {
      .sp_only_inline {
        display: inline-block; } }

.ico_none {
  display: none !important; }

/*------------------------------------------------------------
color
------------------------------------------------------------*/
.grad {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2)); }

.bg_white {
  background: #FFF; }

.bg_gray {
  background: #f0f8fa; }

.bg_blue {
  background: #f0f8fa; }

.txt_blue {
  color: #222222; }

/*------------------------------------------------------------
font
------------------------------------------------------------*/
.u-fw1 {
  font-weight: 400 !important; }

.u-fw2 {
  font-weight: 600 !important; }

/*------------------------------------------------------------
margin
------------------------------------------------------------*/
.u-mt30 {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .u-mt30 {
      margin-top: 30px; } }

.u-mb50 {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .u-mb50 {
      margin-bottom: 30px; } }

.u-mb80 {
  margin-bottom: 80px !important; }
  @media screen and (max-width: 767px) {
    .u-mb80 {
      margin-bottom: 50px; } }

.u-pbn {
  padding-bottom: 0 !important; }

.u-p30 {
  padding: 30px; }

.u-mt300 {
  margin-top: 300px !important; }
  @media screen and (max-width: 767px) {
    .u-mt300 {
      margin-top: 0; } }

/*------------------------------------------------------------
Common
------------------------------------------------------------*/
.date {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 40px; }
  @media screen and (max-width: 767px) {
    .date {
      margin-right: 0; } }

ul.list {
  list-style: disc;
  margin-left: 30px; }
  @media screen and (max-width: 767px) {
    ul.list {
      margin-left: 20px; } }

/*------------------------------------------------------------
Icon
------------------------------------------------------------*/
i.arrow {
  width: 20px;
  height: 20px;
  background: url("images/ico_arrow.svg") no-repeat center center;
  background-size: 20px 20px;
  margin-right: 10px;
  vertical-align: -3px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    i.arrow {
      width: 15px;
      height: 15px;
      background-size: 15px 15px;
      margin-right: 7px; } }

/*------------------------------------------------------------
Flex
------------------------------------------------------------*/
ul.col {
  display: flex;
  flex-flow: row wrap; }
  ul.col li {
    flex: 0 0 50%;
    width: 50%;
    /* before Android4.3 iOS6:Safari */
    max-width: 50%;
    /* IE11*/
    height: auto; }

ul.col2 li {
  flex: 0 0 48%;
  width: 48%;
  /* before Android4.3 iOS6:Safari */
  max-width: 48%;
  /* IE11*/
  height: auto;
  margin-right: 4%;
  margin-bottom: 5%; }
  ul.col2 li:nth-child(2n) {
    margin-right: 0; }

ul.col3 li {
  flex: 0 0 30%;
  width: 30%;
  /* before Android4.3 iOS6:Safari */
  max-width: 30%;
  /* IE11*/
  height: auto;
  margin-right: 5%;
  margin-bottom: 15%; }
  ul.col3 li:nth-child(3n) {
    margin-right: 0; }

@media screen and (max-width: 767px) {
  ul.col3 li:nth-child(3n) {
    margin-right: 2%; } }

ul.col4 li {
  flex: 0 0 22.75%;
  width: 22.75%;
  /* before Android4.3 iOS6:Safari */
  max-width: 22.75%;
  /* IE11*/
  height: auto;
  margin-right: 3%;
  margin-bottom: 5%; }
  ul.col4 li:nth-child(4n) {
    margin-right: 0; }

ul.scale_col li p {
  margin: 5px 0; }

ul.scale_col li a {
  display: block; }
  ul.scale_col li a .photo {
    overflow: hidden; }
    ul.scale_col li a .photo img {
      transition: all .3s ease-out;
      width: 100%;
      height: auto; }
  ul.scale_col li a:hover .photo img {
    transform: scale(1.2);
    transition: all .3s ease-out; }

@media screen and (max-width: 767px) {
  ul.col_sp_full li {
    flex: 0 0 100%;
    width: 100%;
    /* before Android4.3 iOS6:Safari */
    max-width: 100%;
    /* IE11*/ } }

@media screen and (max-width: 767px) {
  ul.col_sp_harf li {
    flex: 0 0 49%;
    width: 49%;
    /* before Android4.3 iOS6:Safari */
    max-width: 49%;
    /* IE11*/
    margin-right: 2%; }
    ul.col_sp_harf li:nth-child(2n) {
      margin-right: 0; } }

/*------------------------------------------------------------
Table
------------------------------------------------------------*/
table.trans {
  width: 100%;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  margin: 30px auto;
  border-collapse: collapse;
  border-spacing: 0; }
  table.trans tr td {
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 20px 3px;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      table.trans tr td {
        font-size: 1.2rem; } }
  table.trans tr:first-child td {
    background: rgba(255, 255, 255, 0.1); }

table.trans_length tr:first-child td {
  background: transparent !important; }

table.trans_length tr td:first-child {
  background: rgba(255, 255, 255, 0.1); }

/*------------------------------------------------------------
Other
------------------------------------------------------------*/
.intro {
  text-align: center;
  margin: 50px auto; }

.layer1 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2));
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

.layer2 {
  background: rgba(0, 0, 0, 0.4);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

ul.disc li {
  padding-left: 18px;
  position: relative;
  margin: 8px 0; }
  ul.disc li::before {
    display: block;
    content: '';
    width: 8px;
    border-radius: 6px;
    background-color: #222222;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    left: 0; }

.video_wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto; }
  .video_wrapper .video {
    position: relative;
    line-height: 0;
    padding-top: 56.25%;
    overflow: hidden; }
    .video_wrapper .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.toti-baner {
  margin-right: 20px; }

@media (min-width: 768px) {
  .sp-only {
    display: none !important; } }

@media (max-width: 767px) {
  .pc-only {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important; }
  img {
    max-width: 100%;
    height: auto; } }

@media (min-width: 1000px) {
  .sp-only-h {
    display: none !important; } }

@media (max-width: 1000px) {
  .pc-only-h {
    display: none !important; } }

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
header {
  color: #222222;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 15px 40px; }
  @media screen and (max-width: 767px) {
    header {
      padding: 0; } }
  @media screen and (max-width: 1000px) {
    header {
      padding: 0; } }
  header #logo {
    float: left;
    width: 135px;
    height: auto;
    padding: 0; }
    @media screen and (max-width: 767px) {
      header #logo {
        width: 115px;
        padding: 5px; } }
    header #logo img {
      width: 100%;
      height: auto; }
    header #logo h1 {
      line-height: 0;
      margin-top: 5px; }
  header nav {
    float: right; }
    header nav ul li {
      font-weight: bold; }
      header nav ul li a {
        color: #fff;
        font-size: 1.3rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 100; }
        header nav ul li a img {
          width: 140px; }
  header > .container__wide {
    padding: 0; }
  header #contBar {
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 0;
    padding: 15px;
    background-color: #111; }
    @media screen and (max-width: 767px) {
      header #contBar {
        padding: 18px 15px 12px 15px; } }
  header #bar {
    border-radius: 5px; }
  header .menu-trigger,
  header .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }
  header .menu-trigger {
    position: relative;
    width: 28px;
    height: 22px; }
  header .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff; }
  header .menu-trigger span:nth-of-type(1) {
    top: 0; }
  header .menu-trigger span:nth-of-type(2) {
    top: 10px; }
  header .menu-trigger span:nth-of-type(3) {
    bottom: 0; }
  header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg); }
  header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg); }
  header .menu-trigger.active span {
    background-color: #fff; }
  header #bar_menu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background: #111;
    padding: 65px 20px 20px 20px;
    box-sizing: border-box;
    transition: all 0.5s ease-out;
    transform: translate(1000px, 0); }
    header #bar_menu.open {
      transform: translate(0, 0); }
    header #bar_menu .bar_menu-sns {
      margin: 0 auto;
      width: 150px; }
  header #bar_menu ul li {
    display: block;
    float: none; }
    header #bar_menu ul li a {
      font-size: 1.6rem;
      color: #fff;
      font-weight: bold;
      padding: 10px 0;
      display: block; }
      header #bar_menu ul li a span {
        background: linear-gradient(to right, #133765, #2E71B3 37%, #6092C9 53%, #FFF);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        font-size: 1.8rem;
        padding: 5px 0;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          header #bar_menu ul li a span {
            font-size: 1.6rem; } }
      header #bar_menu ul li a .bar_menu_logo {
        margin-bottom: 20px; }
      header #bar_menu ul li a.sns {
        margin-left: 0; }
      header #bar_menu ul li a.sub_menu {
        padding-left: 30px; }
  header #bar_menu ul li a {
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    display: block; }
    header #bar_menu ul li a span {
      background: linear-gradient(to right, #133765, #2E71B3 37%, #6092C9 53%, #FFF);
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      font-size: 1.8rem;
      padding: 5px 0;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        header #bar_menu ul li a span {
          font-size: 1.6rem; } }
    header #bar_menu ul li a .bar_menu_logo {
      margin-bottom: 20px; }
    header #bar_menu ul li a.sns {
      margin-left: 0; }
    header #bar_menu ul li a.sub_menu {
      padding-left: 30px; }

#header.scroll {
  background-color: rgba(58, 58, 58, 0.5);
  position: fixed;
  top: 0; }

#main {
  font-family: "Montserrat", sans-serif;
  list-style: none;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  font-size: 0; }
  #main li {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 8px;
    cursor: pointer;
    z-index: 5;
    min-width: 50px; }
  #main a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 13px 5px; }

.sns {
  display: inline-block;
  width: 40px;
  vertical-align: 8px;
  margin-left: 8px; }
  @media screen and (max-width: 767px) {
    .sns {
      margin-left: 20px; } }

/*
------------------------------------------------------------*/
.gnav {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.gnav > li:hover .megamenu {
  max-height: 9999px;
  opacity: .9;
  padding: 40px 0; }

.megamenu {
  background: #fff;
  max-height: 0;
  opacity: 1;
  overflow: hidden;
  width: 100vw;
  position: absolute;
  top: 82px;
  left: 0;
  transition: all .2s ease-in;
  z-index: 999; }

.megamenu-title {
  font-size: 3.0rem;
  text-align: center;
  line-height: 3.0rem;
  margin-top: 25px;
  margin-bottom: 50px; }
  .megamenu-title span {
    font-size: 1.3rem; }

.megamenu-inner {
  display: flex;
  flex-wrap: wrap; }

.megamenu-inner li {
  width: calc( (100% / 3));
  padding: 0;
  margin-bottom: 20px; }

.megamenu-inner a {
  border-left: none; }

.megamenu-inner-text {
  border-bottom: solid 1px #333;
  text-align: left;
  padding-bottom: 10px;
  font-size: 1.3rem;
  position: relative; }
  .megamenu-inner-text img {
    width: 6px;
    position: absolute;
    right: 5px;
    top: 6px; }

.sp-baner {
  display: flex; }
  .sp-baner img {
    width: 150px;
    margin-right: 10px; }

/*------------------------------------------------------------
top
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.kv {
  height: 800px;
  width: 60%;
  background: url(../images/pc/top-img.jpg) no-repeat center;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 767px) {
    .kv {
      height: 530px;
      width: 100%;
      background: url(../images/sp/top-main.jpg) no-repeat center;
      background-size: contain; } }
  .kv .kv-title {
    text-align: center;
    position: absolute;
    top: 250px;
    right: -500px; }
    @media screen and (max-width: 767px) {
      .kv .kv-title {
        display: none; } }
    .kv .kv-title img {
      width: 600px; }
      @media screen and (max-width: 767px) {
        .kv .kv-title img {
          width: 250px; } }
  .kv .kv-cast {
    position: absolute;
    top: 480px;
    right: -500px; }
    @media screen and (max-width: 767px) {
      .kv .kv-cast {
        display: none; } }
    .kv .kv-cast img {
      width: 600px; }
      @media screen and (max-width: 767px) {
        .kv .kv-cast img {
          width: 250px; } }

.sns-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 70px;
  background-color: #2C2C2C; }
  @media screen and (max-width: 767px) {
    .sns-bar {
      height: 50px; } }
  .sns-bar .sns ul {
    width: 150px;
    display: flex;
    justify-content: space-around; }
  .sns-bar .sns li {
    margin-top: 20px;
    width: 25px; }
    @media screen and (max-width: 767px) {
      .sns-bar .sns li {
        margin-top: 10px; } }
  .sns-bar .roadshow {
    position: absolute;
    right: 100px;
    top: -50px; }
    @media screen and (max-width: 767px) {
      .sns-bar .roadshow {
        right: 10px;
        top: -30px; } }
    .sns-bar .roadshow img {
      width: 200px; }
      @media screen and (max-width: 767px) {
        .sns-bar .roadshow img {
          width: 130px; } }

.trailer {
  padding-top: 80px;
  background: url(../images/sp/trailer-bgimg.png) no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 767px) {
    .trailer {
      padding-top: 30px;
      background: url(../images/sp/trailer-bgimg.png) no-repeat;
      background-size: 160%;
      background-position: center; } }
  .trailer p {
    text-align: center; }
  .trailer .title01 span {
    font-size: 3rem; }
    @media screen and (max-width: 767px) {
      .trailer .title01 span {
        font-size: 2rem; } }
  .trailer img {
    margin-top: 30px; }

.c-page-toptitle1 {
  background: url(../images/pc/partners.jpg) no-repeat;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 40px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-page-toptitle1 {
      padding-top: 20px;
      padding-bottom: 20px;
      margin-top: 50px; } }

.c-page-toptitle1:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 1; }

.partners-text ul {
  margin-bottom: 50px; }

.partners-text p {
  margin-bottom: 50px; }

.partners-text .partner-xxl {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  border: solid 2px #fff;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .partners-text .partner-xxl {
      font-size: 1.6rem; } }

.partners-text .partner-xl {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .partners-text .partner-xl {
      font-size: 1.5rem; } }

.partners-text .partner-l {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .partners-text .partner-l {
      font-size: 1.4rem; } }

.partners-text .partner-m {
  font-weight: bold;
  line-height: 2.4rem; }
  @media screen and (max-width: 767px) {
    .partners-text .partner-m {
      font-size: 1.3rem; } }

.partners-text .partner-s {
  line-height: 2.4rem; }
  @media screen and (max-width: 767px) {
    .partners-text .partner-s {
      font-size: 1.3rem; } }

.turu {
  background: #111; }
  .turu p {
    color: #fff;
    font-weight: 100; }

.hshs {
  background: #111; }
  .hshs p {
    color: #fff;
    font-weight: 100; }

.kioku {
  background: #111; }
  .kioku p {
    color: #fff;
    font-weight: 100; }

.boxflex {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .boxflex {
      display: block; } }

.boxflex-turuimg {
  background: url(../images/pc/top-turu.jpg) no-repeat;
  background-size: cover;
  width: 500px;
  height: 400px; }
  @media screen and (max-width: 767px) {
    .boxflex-turuimg {
      width: 100%;
      height: 300px; } }

.boxflex-hshsimg {
  background: url(../images/pc/top-hshs.jpg) no-repeat center;
  background-size: cover;
  width: 500px;
  height: 400px; }
  @media screen and (max-width: 767px) {
    .boxflex-hshsimg {
      width: 100%;
      height: 300px; } }

.boxflex-kiokuimg {
  background: url(../images/pc/top-kioku.jpg) no-repeat center;
  background-size: cover;
  width: 500px;
  height: 400px; }
  @media screen and (max-width: 767px) {
    .boxflex-kiokuimg {
      width: 100%;
      height: 300px; } }

@media screen and (max-width: 767px) {
  .boxflex-left {
    margin-bottom: 40px; } }

.boxflex-right {
  margin-left: 50px; }
  @media screen and (max-width: 767px) {
    .boxflex-right {
      margin-left: 0;
      margin-bottom: 40px; } }

.cast {
  background-color: #000; }
  .cast h3 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 2.4rem; }
    .cast h3 span {
      font-size: 1.4rem;
      margin-left: 10px; }

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

.member-txt {
  margin-left: 40px;
  width: 1000px; }
  @media screen and (max-width: 767px) {
    .member-txt {
      margin-left: 0;
      width: 100%; } }
  .member-txt h3 {
    font-size: 2.4rem; }
    @media screen and (max-width: 767px) {
      .member-txt h3 {
        font-size: 2rem;
        margin-top: 20px; } }
    .member-txt h3 span {
      font-size: 1.4rem;
      margin-left: 10px; }
  .member-txt .flex {
    margin-top: 20px; }
    .member-txt .flex h4 {
      margin-left: 30px; }
      @media screen and (max-width: 767px) {
        .member-txt .flex h4 {
          margin-left: 0; } }
    .member-txt .flex p {
      margin-left: 30px; }
      @media screen and (max-width: 767px) {
        .member-txt .flex p {
          margin-left: 0; } }

.profile {
  margin-top: 20px; }

.listing-list {
  max-width: 560px;
  margin: 0 auto 64px; }

.listing-list li {
  padding: 1em;
  border-bottom: solid 1px #999; }

.listing-list dl {
  display: table; }

.listing-list dt {
  width: 6em;
  white-space: nowrap; }

.listing-list dt, .listing-list dd {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.8; }

.google_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; }

.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.youtube {
  margin-top: 50px;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

table {
  line-height: 2rem; }
  table tr {
    display: block;
    margin: 10px 0 10px 0; }
  table td {
    width: 200px; }

/*==========================================================
footer
==========================================================*/
footer {
  width: 100%;
  position: relative;
  padding: 15px;
  color: #fff;
  text-align: center;
  background: #2C2C2C; }
  @media screen and (max-width: 767px) {
    footer {
      margin-top: 40px;
      line-height: 2rem; } }

.l-pagetop {
  position: fixed;
  bottom: 60px;
  left: 50%;
  margin-left: 560px;
  z-index: 9999;
  width: 63px;
  height: 63px; }
  @media screen and (max-width: 767px) {
    .l-pagetop {
      margin-left: 0;
      left: auto;
      right: 15px;
      bottom: 15px;
      width: 40px;
      height: 40px; } }

/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "Roboto", Helvetica, "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .2em;
  font-size: 1.4rem;
  line-height: 2.4;
  color: #fff;
  background: #000; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.3rem; } }

/*
body,html{
  min-width:1030px;
  @include sp {
    min-width:auto;
  }
}
*/
/* 全体コンテナ
------------------------------------------------------------*/
.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 80px 20px;
  *zoom: 1; }
  .container:after {
    display: block;
    content: "";
    clear: both; }
  @media screen and (max-width: 767px) {
    .container {
      width: auto;
      padding: 30px 20px; } }
  .container__wide {
    width: 100%;
    max-width: 100%;
    padding: 40px 0; }
    @media screen and (max-width: 767px) {
      .container__wide {
        padding: 30px 0; } }
  .container__harf {
    max-width: 510px; }
  .container__1020 {
    max-width: 1020px;
    padding: 80px 20px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .container__1020 {
        width: auto;
        padding: 30px 25px; } }
  .container__750 {
    max-width: 750px;
    padding: 50px 20px 150px 20px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .container__750 {
        width: auto;
        padding: 30px 25px; } }

/* コンテンツ枠
------------------------------------------------------------*/
.wrapper {
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    .wrapper {
      width: auto;
      padding: 30px 0; } }

/* サイド
------------------------------------------------------------*/
.sidebar {
  width: 280px;
  float: right; }
  @media screen and (max-width: 767px) {
    .sidebar {
      display: none; } }

/* Othre
------------------------------------------------------------*/
.left {
  float: left; }

.right {
  float: right; }

/* Movie
------------------------------------------------------------*/
.move {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  margin-bottom: 40px;
  margin-top: 50px; }

.move iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*------------------------------------------------------------
Btn
------------------------------------------------------------*/
.header-btn {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 7px 15px 7px 25px;
  margin-left: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  max-width: 150px;
  background-color: #af2222; }
  @media screen and (max-width: 767px) {
    .header-btn {
      max-width: 100%; } }
  .header-btn span {
    font-size: 1.2rem;
    margin-left: 5px; }
  .header-btn img {
    width: 9px;
    margin: 10px 8px 8px 7px; }
    @media screen and (max-width: 767px) {
      .header-btn img {
        width: 15px;
        margin: 7px 8px 8px 7px; } }
  @media screen and (max-width: 767px) {
    .header-btn {
      padding: 10px 5px 10px 10px;
      margin: 20px auto;
      font-size: 1.6rem; } }

.btn01 {
  width: 239px;
  margin: 50px auto 0 auto; }

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 0.3em !important;
  text-decoration: none;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 50px;
  transition: .4s;
  width: 150px; }

.btn-flat-border:hover {
  background: #fff;
  color: #000; }

/*------------------------------------------------------------
見出し
------------------------------------------------------------*/
.title01 {
  margin-bottom: 20px;
  text-align: center; }
  .title01 img {
    height: 50px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .title01 img {
        height: 30px;
        margin-bottom: 30px; } }
  .title01 p {
    text-align: center;
    font-weight: bold; }

.title02 {
  text-align: center;
  margin-bottom: 100px; }
  .title02 h2 {
    font-family: 'Kite One', sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 5.7rem;
    margin-top: 10px;
    border-bottom: solid 2px #333;
    padding-bottom: 10px;
    width: 250px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .title02 h2 {
        font-size: 2.1rem;
        line-height: 2.8rem; } }

.title03 {
  text-align: center;
  margin-bottom: 50px; }
  .title03 h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-top: 10px;
    font-style: italic; }
    .title03 h2 span {
      display: block;
      font-size: 1.2rem;
      font-style: normal;
      color: #999; }
    @media screen and (max-width: 767px) {
      .title03 h2 {
        font-size: 2.1rem;
        line-height: 2.8rem; } }

.section-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  font-size: 2.3rem;
  font-style: italic;
  line-height: 2.4;
  letter-spacing: .3em; }
  .section-title span {
    font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .section-title {
      font-size: 2.1rem;
      line-height: 2.8rem; } }

.title-white {
  color: #fff; }

.upper {
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block; }
