@charset "UTF-8";
/*font*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }
/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
  box-sizing: border-box; }

*,
::before,
::after {
  box-sizing: inherit; }

body {
  background: transparent;
  color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%; }
  html[lang="ja"] body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif; }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif; } }
/* main elements group */
audio,
canvas,
progress,
video {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

/* a */
/************************************header*/
body,
html {
  /*overflow-x: hidden;*/
  /*height: 100%;*/
  margin-right: 0px !important; }

a {
  outline: none; }

/*side menu*/
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 98; }

#progress02 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.4s cubic-bezier(0.48, 0.38, 0.4, 0.9);
  -webkit-transition-delay: 1.1s;
  -moz-transition: all 0.4s cubic-bezier(0.48, 0.38, 0.4, 0.9) 1.1s;
  -o-transition: all 0.4s cubic-bezier(0.48, 0.38, 0.4, 0.9) 1.1s;
  transition: all 0.4s cubic-bezier(0.48, 0.38, 0.4, 0.9) 1.1s; }
  #progress02.active {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%); }

#progress {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.5s cubic-bezier(0.49, 0.1, 0.49, 0.8);
  -webkit-transition-delay: 0.9s;
  -moz-transition: all 0.5s cubic-bezier(0.49, 0.1, 0.49, 0.8) 0.9s;
  -o-transition: all 0.5s cubic-bezier(0.49, 0.1, 0.49, 0.8) 0.9s;
  transition: all 0.5s cubic-bezier(0.49, 0.1, 0.49, 0.8) 0.9s; }
  #progress.active {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  #progress #progress_in {
    width: 140px;
    height: 130px;
    text-align: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../../image/pro_ph001_bg.png);
    -webkit-transition: all 0.6s cubic-bezier(0.49, 0.1, 0.49, 0.8);
    -webkit-transition-delay: 0;
    -moz-transition: all 0.6s cubic-bezier(0.49, 0.1, 0.49, 0.8) 0;
    -o-transition: all 0.6s cubic-bezier(0.49, 0.1, 0.49, 0.8) 0;
    transition: all 0.6s cubic-bezier(0.49, 0.1, 0.49, 0.8) 0; }
    @media screen and (max-width: 768px) {
      #progress #progress_in {
        width: 70px;
        height: 65px; }
        #progress #progress_in img {
          width: 70px;
          height: 65px; } }
    #progress #progress_in.active {
      -webkit-transform: translate(0, -40px);
      -moz-transform: translate(0, -40px);
      -ms-transform: translate(0, -40px);
      -o-transform: translate(0, -40px);
      transform: translate(0, -40px);
      opacity: 0; }
    #progress #progress_in #p_bar {
      width: 100%;
      height: 0;
      overflow: hidden;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
      #progress #progress_in #p_bar img {
        position: absolute;
        bottom: 0;
        left: 0; }

.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7); }

.side-open .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, 0.8); }

.side-menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  text-align: left;
  background: #000;
  z-index: 97;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .side-menu .side-menu_in {
    height: 100%;
    padding: 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .side-menu .side-menu_in {
        padding: 0; } }
    .side-menu .side-menu_in li {
      border-bottom: solid 1px #111;
      width: 100%; }
      .side-menu .side-menu_in li:last-child {
        border-bottom: none; }
      .side-menu .side-menu_in li a {
        font-size: 1.25rem;
        padding: 30px 40px 30px 10px;
        display: block;
        position: relative; }
        @media screen and (max-width: 768px) {
          .side-menu .side-menu_in li a {
            font-size: 1.125rem;
            padding: 16px 40px 16px 10px; } }
        .side-menu .side-menu_in li a::before {
          content: "";
          display: block;
          position: absolute;
          right: 5%;
          top: 50%;
          margin-top: -8px;
          width: 16px;
          height: 16px;
          border-top: 1px solid #e60012;
          border-right: 1px solid #e60012;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
          @media screen and (max-width: 768px) {
            .side-menu .side-menu_in li a::before {
              right: 20px; } }
  @media screen and (max-width: 768px) {
    .side-menu {
      right: -200px;
      width: 200px; } }
  .side-menu a {
    color: #fff; }

.side-menu-btn {
  position: fixed;
  top: 30px;
  right: 20px;
  width: 44px;
  height: 34px;
  cursor: pointer;
  z-index: 99; }
  @media screen and (max-width: 768px) {
    .side-menu-btn {
      width: 40px;
      height: 30px;
      top: 14px; } }

/*menu*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 100%;
  height: 100%; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e60012;
  border-radius: 4px; }
  @media screen and (max-width: 768px) {
    .menu-trigger span {
      height: 2px;
      border-radius: 2px; } }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 16px; }
  @media screen and (max-width: 768px) {
    .menu-trigger span:nth-of-type(2) {
      top: 14px; } }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

/*action*/
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
  -moz-transform: translateY(16px) rotate(-45deg);
  -ms-transform: translateY(16px) rotate(-45deg);
  -o-transform: translateY(16px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg); }
  @media screen and (max-width: 768px) {
    .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(13px) rotate(-45deg);
      -moz-transform: translateY(13px) rotate(-45deg);
      -ms-transform: translateY(13px) rotate(-45deg);
      -o-transform: translateY(13px) rotate(-45deg);
      transform: translateY(13px) rotate(-45deg); } }

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  -moz-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@-moz-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(45deg);
  -moz-transform: translateY(-16px) rotate(45deg);
  -ms-transform: translateY(-16px) rotate(45deg);
  -o-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(45deg); }
  @media screen and (max-width: 768px) {
    .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-13px) rotate(45deg);
      -moz-transform: translateY(-13px) rotate(45deg);
      -ms-transform: translateY(-13px) rotate(45deg);
      -o-transform: translateY(-13px) rotate(45deg);
      transform: translateY(-13px) rotate(45deg); } }

/*menu-end*/
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1; }

.header {
  height: 100px;
  background: #fff;
  width: 100%;
  z-index: 15; }
  @media screen and (max-width: 768px) {
    .header {
      height: 60px; } }
  .header #header_in {
    padding: 10px 20px;
    height: 100px;
    width: 100%;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    @media screen and (max-width: 768px) {
      .header #header_in {
        height: 60px; } }
    .header #header_in.active {
      position: fixed;
      z-index: 15;
      left: 0;
      top: 0; }
    .header #header_in #h_logo img {
      max-width: 100%; }
    @media screen and (max-width: 768px) {
      .header #header_in {
        padding: 0 10px; }
        .header #header_in #h_logo {
          width: 40px; } }

.side-open .side-menu,
.side-open .overlay {
  -webkit-transform: translate3d(-400px, 0, 0);
  -moz-transform: translate3d(-400px, 0, 0);
  -ms-transform: translate3d(-400px, 0, 0);
  -o-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0); }
  @media screen and (max-width: 768px) {
    .side-open .side-menu,
    .side-open .overlay {
      -webkit-transform: translate3d(-200px, 0, 0);
      -moz-transform: translate3d(-200px, 0, 0);
      -ms-transform: translate3d(-200px, 0, 0);
      -o-transform: translate3d(-200px, 0, 0);
      transform: translate3d(-200px, 0, 0); } }

/*side menu-end*/
/*sc_btn*/
.c_btn {
  position: relative;
  margin-top: 20px; }

#sc_btn001 {
  margin-left: -15px;
  width: 30px;
  height: 50px; }
  #sc_btn001 span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #sc_btn001 span {
        width: 22px;
        margin-left: -11px;
        height: 40px;
        border: 1px solid #fff; } }
    #sc_btn001 span::before {
      position: absolute;
      top: 10px;
      left: 50%;
      content: '';
      width: 6px;
      height: 6px;
      margin-left: -3px;
      background-color: #fff;
      border-radius: 100%;
      -webkit-animation: sdb 2s infinite;
      animation: sdb 2s infinite;
      box-sizing: border-box; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
/*sc_btn-end*/
/*#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  @include translate(-50%, -50%);
  
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  z-index: 1;
}*/
#v_area {
  /** background-color: #000; **/
  background-size: contain;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  #v_area #bgvid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#v_area_in {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8; }
  #v_area_in a {
    position: relative;
    display: block; }
    #v_area_in a:before, #v_area_in a::after {
      content: "";
      z-index: 10; }
    #v_area_in a:before {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      margin-left: -25px;
      border-radius: 50%;
      /* CSS3草案 */
      -webkit-border-radius: 50%;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 50%;
      /* Firefox用 */
      background: rgba(255, 255, 255, 0.8); }
    #v_area_in a:after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      margin-top: -12px;
      margin-left: -6px;
      border: 12px solid transparent;
      border-left: 16px solid #222; }
  #v_area_in img {
    width: 100%; }

/*top_contents*/
#top_contents {
  /* position: relative;
   top: 100%;*/
  z-index: 10; }

/*top_contents-end*/
#sc_area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9; }
  @media screen and (max-width: 768px) {
    #sc_area {
      display: none; } }
  #sc_area #sc_area_in {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 60px; }

/*sc_area-end*/
/*conv_btn001*/
.conv_btn001 {
  text-align: center; }
  .conv_btn001 .conv_btn_in001 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background: #e60012;
    padding: 20px;
    max-width: 90%;
    width: 700px;
    margin: 0 auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    border: solid 3px #e60012;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    @media screen and (max-width: 768px) {
      .conv_btn001 .conv_btn_in001 {
        max-width: 100%;
        padding: 10px 6px; } }
    .conv_btn001 .conv_btn_in001:hover {
      background: #fff; }
      .conv_btn001 .conv_btn_in001:hover i {
        color: #e60012; }
        .conv_btn001 .conv_btn_in001:hover i::before {
          border-top: 5px solid #e60012;
          border-right: 5px solid #e60012; }
    .conv_btn001 .conv_btn_in001 i {
      position: relative;
      font-size: 2.5rem;
      font-weight: bold;
      color: #fff;
      padding-right: 30px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .conv_btn001 .conv_btn_in001 i span {
      font-size: 1.5rem;}
      @media screen and (max-width: 768px) {
        .conv_btn001 .conv_btn_in001 i {
          padding-right: 14px;
          font-size: 1.3125rem; }
        .conv_btn001 .conv_btn_in001 i span {
      font-size: 0.75rem;} }
      .conv_btn001 .conv_btn_in001 i::before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        border-top: 5px solid #fff;
        border-right: 5px solid #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        @media screen and (max-width: 768px) {
          .conv_btn001 .conv_btn_in001 i::before {
            margin-top: -5px;
            width: 10px;
            height: 10px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff; } }

/*conv_btn001-end*/
#first_area {
  /*background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../image/first_bg001.jpg);*/
  padding: 70px 0 130px; }
  @media screen and (max-width: 768px) {
    #first_area {
      padding: 30px 0 40px; } }
  #first_area #first_area_in {
    max-width: 1178px;
    width: 92%;
    margin: 0 auto; }
    #first_area #first_area_in #first_box {
      /*border: solid 2px $sc;
      padding: 40px 20px 40px;*/
      text-align: center;
      /*@include mq_sp {
      	padding:20px;
      	
      	}*/ }
      #first_area #first_area_in #first_box #first_ph001 {
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          #first_area #first_area_in #first_box #first_ph001 {
            margin-bottom: 14px; } }
        #first_area #first_area_in #first_box #first_ph001 img {
          max-width: 100%; }
      #first_area #first_area_in #first_box .conv_ph {
        text-align: center;
        margin-bottom: 30px; }
      .conv_txt {
        font-size: 2.75rem;
        font-weight: bold;
        margin: 0 auto 30px;
        width: 80%;
        line-height: 2.0;
        border: 3px #e60012 solid;
        border-radius: 15px;
        color: #e60012;
        text-align: center;
        background-color: #FFF; }
      .conv_area_in .conv_txt {
        width: 100%;
      }
      .conv_txt span {
        font-size: 50%;
      }
      
      .conv_txt .conv_txt_att {
        font-size: 0.875rem;
        color: #666666;
        line-height: 1.8;
        margin-bottom: 12px;
      }

      .conv_txt .conv_txt_att_link {
        text-decoration: none;
        color: #e60012;
        font-size: 15px;
        float: left;
        margin-left: 120px;
      }
      
      .conv_txt a:hover{
         border-bottom: 2px solid #e60012;
        }

        @media screen and (max-width: 768px) {
          #first_area #first_area_in #first_box .conv_ph {
            display: none; }
          .conv_txt {
            font-size: 1.3125rem;
            width: 100%;
            margin-bottom: 15px; }
          .conv_txt .conv_txt_att {
            margin-bottom: 7px; } 
          .conv_txt .conv_txt_att_link {
            font-size: 12px;
            float: none;
            margin-left: 0px;
            border-bottom: 2px solid #e60012; } }
            
      #first_area #first_area_in #first_box .conv_ph_sp {
        text-align: center;
        margin-bottom: 20px;
        display: none; }
        @media screen and (max-width: 768px) {
          #first_area #first_area_in #first_box .conv_ph_sp {
            display: block; } }
      #first_area #first_area_in #first_box img {
        max-width: 100%; }
      #first_area #first_area_in #first_box .bnr_cont {
        width: 100%;
        max-width: 1178px;
        margin: 0 auto; }
      #first_area #first_area_in #first_box .bnr_box {
        margin: 0 auto 32px;
        max-width: 1178px;
        box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 768px) {
          #first_area #first_area_in #first_box .bnr_box {
            margin: 0 auto 20px; } }
        #first_area #first_area_in #first_box .bnr_box:last-child {
          margin: 0 auto 62px; }
          @media screen and (max-width: 768px) {
            #first_area #first_area_in #first_box .bnr_box:last-child {
              margin: 0 auto 40px; } }
        #first_area #first_area_in #first_box .bnr_box img {
          max-width: 100%;
          height: auto; }
        #first_area #first_area_in #first_box .bnr_box .pic {
          line-height: 0; }
        #first_area #first_area_in #first_box .bnr_box .bnr_in {
          padding: 24px 28px;
          background: #000; }
          #first_area #first_area_in #first_box .bnr_box .bnr_in .txt {
            margin-top: 30px;
            color: #fff;
            text-align: left;
            font-size: 1.2em; }
          @media screen and (max-width: 768px) {
            #first_area #first_area_in #first_box .bnr_box .bnr_in {
              padding: 13px 16px; }
              #first_area #first_area_in #first_box .bnr_box .bnr_in .txt {
                margin-top: 15px;
                font-size: 1.0em; } }
        #first_area #first_area_in #first_box .bnr_box .bnr_in02 {
          background: #E93590; }
	#first_area #first_area_in #first_box .bnr_box .attention {
          background: #e60012;
          text-align: left;
          color: #FFF;
          padding: 15px 28px;
          font-size: 1.2em; }
	#first_area #first_area_in #first_box .bnr_box .txt {
          text-align: left;
          padding: 15px 28px;
          font-size: 1.2em; }
	@media screen and (max-width: 768px) {
	#first_area #first_area_in #first_box .bnr_box .attention {
	  padding: 13px 16px;
	  font-size: 1.0em;}
	}

#bnr_area {
  background: #000; }
  #bnr_area p a {
    display: block;
    margin: 0 auto;
    width: 92%;
    max-width: 766px;
    padding: 36px 0 40px; }
    @media screen and (max-width: 768px) {
      #bnr_area p a {
        padding: 20px 0 25px; } }
  #bnr_area p img {
    width: 100%;
    height: auto; }

/*first_area-end*/
#add_area {
  background-color: #e60012; }
  #add_area #add_area_in {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    padding: 50px 0; }
    #add_area #add_area_in p {
      text-align: center;
      font-size: 2.3rem;
      font-weight: bold;
      line-height: 1.3;
      color: #fff; }
  @media screen and (max-width: 768px) {
    #add_area #add_area_in {
    padding: 20px 0;}
    #add_area #add_area_in p {
      font-size: 1.2rem;}
  }
/*second_area*/
#second_area {
  background: #fff; }
  #second_area #second_area_in {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    padding: 80px 0; }
    @media screen and (max-width: 768px) {
      #second_area #second_area_in {
        padding: 30px 0; } }
    #second_area #second_area_in #second_box {
      width: 100%;
      /*@include display-flex();
  @include align-items(center);
@include justify-content(center);*/
      display: table;
      width: 100%; }
      @media screen and (max-width: 768px) {
        #second_area #second_area_in #second_box {
          display: block; } }
      #second_area #second_area_in #second_box #second_box_l {
        vertical-align: top;
        text-align: center;
        width: 30%;
        max-width: 294px;
        display: table-cell; }
        @media screen and (max-width: 768px) {
          #second_area #second_area_in #second_box #second_box_l {
            width: 120px;
            margin: 0 auto 20px;
            text-align: center;
            display: block; } }
        #second_area #second_area_in #second_box #second_box_l img {
          max-width: 100%; }
      #second_area #second_area_in #second_box #second_box_r {
        vertical-align: middle;
        display: table-cell;
        width: 70%;
        padding-left: 4vw; }
        @media screen and (max-width: 768px) {
          #second_area #second_area_in #second_box #second_box_r {
            display: block;
            padding-left: 0;
            width: 100%; }
            #second_area #second_area_in #second_box #second_box_r .second_txt001 {
              font-size: 1.0625rem;
              font-weight: bold; }
              #second_area #second_area_in #second_box #second_box_r .second_txt001 br {
                display: none; } }
        #second_area #second_area_in #second_box #second_box_r .second_txt001 {
          font-size: 1.625rem;
          font-weight: bold; }

#se_list001_area02 {
  background: #111;
  padding: 20px;
  margin-top: 50px;
  text-align: center; }
  #se_list001_area02 .md_txt001 {
    text-align: center;
    color: #fff;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
    z-index: 1;
    max-width: 92%;
    margin: 0 auto;
    /*&::before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 10px;
      background: $sc;
      bottom: 11px;
      left: 0;
      z-index: -1;
    }*/ }
    #se_list001_area02 .md_txt001 h3 {
      line-height: 1.4;
      background: linear-gradient(transparent 90%, #e60012 90%);
      display: inline;
      font-size: 2.5rem; }
      @media screen and (max-width: 768px) {
        #se_list001_area02 .md_txt001 h3 {
          font-size: 1.5rem; } }
  #se_list001_area02 p a {
    display: block;
    position: relative;
    margin-top: 20px; }
    #se_list001_area02 p a:before, #se_list001_area02 p a::after {
      content: "";
      z-index: 10; }
    #se_list001_area02 p a:before {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      margin-left: -25px;
      border-radius: 50%;
      /* CSS3草案 */
      -webkit-border-radius: 50%;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 50%;
      /* Firefox用 */
      background: rgba(255, 255, 255, 0.8); }
    #se_list001_area02 p a:after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      margin-top: -12px;
      margin-left: -6px;
      border: 12px solid transparent;
      border-left: 16px solid #222; }
    #se_list001_area02 p a img {
      max-width: 100%; }

#se_list001_area {
  padding-top: 50px; }

#se_list001 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #eee;
  padding: 20px; }
  @media screen and (max-width: 768px) {
    #se_list001 {
      padding: 14px; } }
  #se_list001 #se_list001_md {
    text-align: center;
    font-weight: bold;
    color: #e60012;
    font-size: 1.4375rem;
    line-height: 1.4;
    padding: 30px 0; }
    @media screen and (max-width: 768px) {
      #se_list001 #se_list001_md {
        padding: 10px 0 20px;
        font-size: 1rem; } }
  #se_list001 #se_list001_add {
    font-size: 0.875rem;
    color: #666666;
    background-color: #fafafa;
    padding: 2.2% 3%;
    line-height: 1.4;
    letter-spacing: 1px; }
    #se_list001 #se_list001_add span {
      font-weight: bold; }
    @media screen and (max-width: 768px) {
      #se_list001 #se_list001_add {
        padding: 4% 5%; } }
  #se_list001 #se_list001_in {
    margin-bottom: 2.2em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #se_list001 #se_list001_in li {
      width: 23.5%;
      margin-right: 2%; }
      @media screen and (max-width: 768px) {
        #se_list001 #se_list001_in li {
          width: 49%;
          margin-bottom: 6px; }
          #se_list001 #se_list001_in li:nth-child(2n) {
            margin-right: 0; }
          #se_list001 #se_list001_in li:nth-child(3) {
            margin-bottom: 0; }
          #se_list001 #se_list001_in li:nth-child(4) {
            margin-bottom: 0; } }
      #se_list001 #se_list001_in li:last-child {
        margin-right: 0; }
      #se_list001 #se_list001_in li a {
        display: block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        background: #000;
        padding: 20px 30px 20px 20px;
        position: relative;
        -webkit-transition: 0.2s ease-out;
        -moz-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
        @media screen and (max-width: 768px) {
          #se_list001 #se_list001_in li a {
            padding: 14px 24px 14px 14px; } }
        #se_list001 #se_list001_in li a img {
          max-width: 100%; }
        #se_list001 #se_list001_in li a:hover {
          background: #e60012; }
        #se_list001 #se_list001_in li a::before {
          -webkit-transition: 0.2s ease-out;
          -moz-transition: 0.2s ease-out;
          -o-transition: 0.2s ease-out;
          transition: 0.2s ease-out;
          content: "";
          display: block;
          position: absolute;
          right: 5%;
          top: 50%;
          margin-top: -4px;
          width: 10px;
          height: 10px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
          @media screen and (max-width: 768px) {
            #se_list001 #se_list001_in li a::before {
              margin-top: -3px;
              width: 6px;
              height: 6px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff; } }

/*second_area-end*/
/*third_area*/
#third_area {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../image/third_bg001.jpg);
  background-attachment: fixed; }
  @media screen and (max-width: 768px) {
    #third_area {
      background-attachment: inherit; } }
  #third_area #third_area_in {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    padding: 50px 0; }
    @media screen and (max-width: 768px) {
      #third_area #third_area_in {
        padding: 30px 0; } }
    #third_area #third_area_in #third_box {
      display: table;
      width: 100%; }
      @media screen and (max-width: 768px) {
        #third_area #third_area_in #third_box {
          display: block; } }
      #third_area #third_area_in #third_box #third_box_l {
        vertical-align: middle;
        display: table-cell;
        width: 40%;
        max-width: 545px; }
        @media screen and (max-width: 768px) {
          #third_area #third_area_in #third_box #third_box_l {
            display: block;
            width: 50%;
            margin: 0 auto 10px; } }
        #third_area #third_area_in #third_box #third_box_l img {
          max-width: 100%; }
      #third_area #third_area_in #third_box #third_box_r {
        vertical-align: middle;
        display: table-cell;
        width: 60%;
        padding-left: 4vw; }
        @media screen and (max-width: 768px) {
          #third_area #third_area_in #third_box #third_box_r {
            display: block;
            width: 100%;
            padding-left: 0; } }
        #third_area #third_area_in #third_box #third_box_r #third_icon {
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
          padding-top: 20px; }
          #third_area #third_area_in #third_box #third_box_r #third_icon li {
            margin-right: 10px; }
            #third_area #third_area_in #third_box #third_box_r #third_icon li img {
              max-width: 100%; }
            #third_area #third_area_in #third_box #third_box_r #third_icon li:last-child {
              margin-right: 0; }
        #third_area #third_area_in #third_box #third_box_r #th_sub {
          display: inline-block;
          font-size: 1.4375rem;
          margin-top: 26px;
          padding: 1.4% 4.2%;
          color: #fff;
          font-weight: bold;
          border: solid 1px #fff; }
          @media screen and (max-width: 768px) {
            #third_area #third_area_in #third_box #third_box_r #th_sub {
              display: block;
              box-sizing: border-box;
              text-align: center; } }
        #third_area #third_area_in #third_box #third_box_r #third_txt002 {
          font-size: 1.25rem;
          margin-bottom: 6px;
          color: #fff;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            #third_area #third_area_in #third_box #third_box_r #third_txt002 {
              font-size: 1.0625rem; } }
        #third_area #third_area_in #third_box #third_box_r #third_txt003 {
          font-size: 1.125rem;
          line-height: 1.4;
          color: #fff; }
          @media screen and (max-width: 768px) {
            #third_area #third_area_in #third_box #third_box_r #third_txt003 {
              font-size: 1rem; } }
        #third_area #third_area_in #third_box #third_box_r #third_txt001 {
          font-size: 2.75rem;
          font-weight: bold;
          line-height: 1.3;
          color: #fff;
          position: relative;
          padding-bottom: 20px;
          margin-bottom: 30px; }
          @media screen and (max-width: 768px) {
            #third_area #third_area_in #third_box #third_box_r #third_txt001 {
              font-size: 1.4375rem;
              padding-bottom: 14px;
              margin-bottom: 14px; } }
          #third_area #third_area_in #third_box #third_box_r #third_txt001::before {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background: #fff;
            position: absolute;
            bottom: 0;
            left: 0; }

/*third_area-end1*/
/*fourth_area*/
#fourth_area {
  padding: 100px 0 80px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../image/fourth_bg01.jpg); }
  @media screen and (max-width: 768px) {
    #fourth_area {
      padding: 30px 0; } }
  #fourth_area #fourth_area_in {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto; }
    #fourth_area #fourth_area_in #f_txt001 {
      font-weight: bold;
      color: #fff;
      font-size: 1.875rem;
      line-height: 1.4;
      text-align: center;
      text-shadow: 0 0 10px black;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        #fourth_area #fourth_area_in #f_txt001 {
          font-size: 1.25rem;
          margin-bottom: 20px; } }
    #fourth_area #fourth_area_in #f_ph001 {
      margin-bottom: 10px; }
      #fourth_area #fourth_area_in #f_ph001 img {
        max-width: 100%; }
    #fourth_area #fourth_area_in #fourth_box001 {
      text-align: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        #fourth_area #fourth_area_in #fourth_box001 {
          margin-bottom: 10px; } }
      #fourth_area #fourth_area_in #fourth_box001 #fourth_box001_in {
        border: solid 1px #fff;
        padding: 20px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline; }
        @media screen and (max-width: 768px) {
          #fourth_area #fourth_area_in #fourth_box001 #fourth_box001_in {
            width: 70%;
            margin: 0 auto;
            padding: 10px; } }
        #fourth_area #fourth_area_in #fourth_box001 #fourth_box001_in img {
          max-width: 100%; }

#fourth_box002 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  padding: 30px; }
  #fourth_box002 .fourth_ph001 {
    margin-bottom: 30px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #fourth_box002 .fourth_ph001 {
        display: none; } }
  #fourth_box002 .fourth_ph002 {
    margin-bottom: 20px;
    text-align: center;
    display: none; }
    @media screen and (max-width: 768px) {
      #fourth_box002 .fourth_ph002 {
        display: block; } }
  #fourth_box002 img {
    max-width: 100%; }

/*fourth_area-end*/
/*md_area001*/
.md_area001 {
  background: #f0f0f0;
  padding: 40px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .md_area001 {
      padding: 30px 0; } }
  .md_area001.sixth {
    background: #000; }
    .md_area001.sixth .md_txt001 {
      color: #fff; }
  .md_area001 .md_txt001 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
    z-index: 1;
    max-width: 92%;
    margin: 0 auto;
    /*&::before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 10px;
      background: $sc;
      bottom: 11px;
      left: 0;
      z-index: -1;
    }*/ }
    .md_area001 .md_txt001 h2 {
      line-height: 1.4;
      background: linear-gradient(transparent 90%, #e60012 90%);
      display: inline;
      font-size: 2.5rem; }
      @media screen and (max-width: 768px) {
        .md_area001 .md_txt001 h2 {
          font-size: 1.5rem; } }

/*md_area001-end*/
/*fifth_area*/
#fifth_area {
  background-image: url(../../image/sixth_bg02.jpg); }
#fifth_area .md_area001 {
  background: none;
  color: #FFF; }
  #fifth_area #fifth_area_in {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /** background-image: url(../../image/sixth_bg02.jpg); **/
    /*#fifth_nav {
      width: 100%;
      @include display-flex();
      @include align-items(flex-start);
      @include justify-content(center);
      @include flex-wrap(wrap);
						@include mq_sp {
							display:block;}
      .fifth_nav_in {
        margin-bottom: 10px;
								@include mq_sp {
									width:100% !important;
									margin-bottom:30px;
									&:last-child{
										margin-bottom:0;}
									br{
										display:none;}}
        .fifth_nav_txt {
          @include fz(18);
										@include mq_sp {
											line-height:1.4;}
        }
        .f_nav_box {
          border: solid 4px $bc;
          position: relative;
          margin-bottom: 30px;
          &::before {
            content: attr(data-text);
            display: block;
            position: absolute;
            right: 20px;
            top: -30px;
            color: $sc;
            font-family: $fo05;
            @include fz(130);
            line-height: 1;
            font-weight: bold;
            z-index: 2;
												@include mq_sp {
													@include fz(80);
													right:10px;
													top: -20px;
													}
          }
          .fifth_nav_md {
            @include inline-block;
            position: absolute;
            left: -18px;
            bottom: -20px;
            padding: 11px 14px 8px;
            color: $wc;
            font-weight: bold;
            background: $sc;
            line-height: 1.1;
            @include fz(30);
												@include mq_sp {
													
													@include fz(23);
													}
												
          }
        }
        img {
          max-width: 100%;
        }
        &:nth-child(1) {
          width: 50%;
          margin-right: 3%;
										@include mq_sp {
											margin-right:0;}
        }
        &:nth-child(2) {
          width: 47%;
          padding-top: 5vw;
										@include mq_sp {
										padding-top:0;}
        }
        &:nth-child(3) {
          width: 47%;
          margin-right: 3%;
										@include mq_sp {
											margin-right:0;}
        }
        &:nth-child(4) {
          width: 50%;
          padding-top: 4vw;
										@include mq_sp {
										padding-top:0;}
        }
      }
    }*/ }
    #fifth_area #fifth_area_in .ori_cont {
      max-width: 1000px;
      width: 92%;
      margin: 0 auto;
      padding: 40px 0; }
      @media screen and (max-width: 768px) {
        #fifth_area #fifth_area_in .ori_cont {
          padding: 40px 0; } }
      #fifth_area #fifth_area_in .ori_cont .md_txt {
        font-size: 1.8125rem;
        text-align: center;
        font-weight: bold;
        margin-bottom: 40px;
        color: #fff; }
      #fifth_area #fifth_area_in .ori_cont .sub_txt {
        font-size: 1.5rem;
        line-height: 1.5;
        font-weight: bold;
        color: #fff;
        text-align: center; }
      #fifth_area #fifth_area_in .ori_cont #add_box01 {
        padding-top: 90px; }
        #fifth_area #fifth_area_in .ori_cont #add_box01 .sixth_md001 .sixth_md001_in h3 {
          padding-left: 0px; }
        #fifth_area #fifth_area_in .ori_cont #add_box01 h3 {
          text-align: center;
          color: #fff; }
        #fifth_area #fifth_area_in .ori_cont #add_box01 .box_cont001 {
          overflow: hidden;
          width: 100%; }
          #fifth_area #fifth_area_in .ori_cont #add_box01 .box_cont001 li {
            float: left;
            width: 30%;
            margin-right: 4%;
            margin-bottom: 20px; }
            #fifth_area #fifth_area_in .ori_cont #add_box01 .box_cont001 li .pic {
              margin-bottom: 15px;
              position: relative;
              z-index: 2; }
              #fifth_area #fifth_area_in .ori_cont #add_box01 .box_cont001 li .pic img {
                max-width: 100%;
                height: auto;
                position: relative;
                z-index: 2; }
            #fifth_area #fifth_area_in .ori_cont #add_box01 .box_cont001 li .txt {
              font-size: 1.0625rem;
              line-height: 1.4;
              color: #fff; }
          #fifth_area #fifth_area_in .ori_cont #add_box01 .box_cont001 li:last-child {
            margin-right: 0px; }
          @media screen and (max-width: 768px) {
            #fifth_area #fifth_area_in .ori_cont #add_box01 .box_cont001 li {
              width: 48%;
              margin-right: 4%; }
            #fifth_area #fifth_area_in .ori_cont #add_box01 .box_cont001 li:nth-child(even) {
              margin-right: 0px; } }
        #fifth_area #fifth_area_in .ori_cont #add_box01 #add_txt {
          text-align: center;
          margin-top: 30px;
          margin-bottom: 30px;
          font-size: 2.5rem;
          letter-spacing: 2px;
          color: #fff;
          font-weight: bold; }
        @media screen and (max-width: 768px) {
          #fifth_area #fifth_area_in .ori_cont
          padding: 0;}
          #fifth_area #fifth_area_in .ori_cont #add_box01 #add_txt {
          font-size: 1.5rem;}
          #fifth_area #fifth_area_in .ori_cont .md_txt {
          font-size: 1.5rem;}
        }
      #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box {
        /**display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;**/
        background: transparent;
        padding: 14px;
        /**border: solid 2px #fff;**/
        background: rgba(0, 0, 0, 0.5);
        box-sizing: border-box;
        border-radius: 4px;
        margin-bottom: 60px;
        
        /** display: table; **/}
        #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_date {
          /** margin-right: 15px; **/
          text-align: center;
	  margin-bottom: 4%;
          
          /** display: table-cell; **/
          border: 3px solid #FFF;
          vertical-align: middle;
          
          /*span,
          i{
            display: block;
            font-weight: bold;
            color: #fff;
            font-size: 68px;
            line-height: 1;
          	line-height:1;
          	font-family: "Bebas", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
          }
          i{
          	font-size: 17px;
          }*/ }
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_date .date_box {
            border: solid 3px #fff;
            padding: 8px 5px 0px;
            box-sizing: border-box; }
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_date .week_box {
            border: solid 3px #fff;
            border-top: none; }
            #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_date .week_box p {
              font-size: 1rem;
              font-weight: bold;
              padding: 3px 5px;
              color: #fff;
              text-align: center;
              box-sizing: border-box; }
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_date .day_box p {
              font-size: 1.75rem;
              font-weight: bold;
              padding: 3px 5px;
              color: #fff;
              text-align: center;
              box-sizing: border-box; }
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_date .time_box {
            text-align: center; }
            #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_date .time_box p {
              font-size: 1.875rem;
              font-weight: bold;
              color: #fff;
              font-family: "Bebas", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
              line-height: 1;
              margin-top: 10px; }
        #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori {
        	color: #fff;
                margin-bottom: 55px;
        	/** max-width: 872px;
        	display: table-cell;
        	padding-left: 15px; **/}
        #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori img {
        	width: 100%;
        	height: auto;}
        #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori h4 {
        	font-size: 1.5rem;
        	line-height: 1.3;
            margin: 12px 0 0;
            font-weight: bold;
            text-align: center;}
        #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_pic {
          max-width: 320px;
          margin-right: 15px; }
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_pic img {
            width: 100%;
            height: auto; }
        #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_txt {
          -webkit-align-self: center;
          align-self: center;
          flex: 1;
          -webkit-flex: 1; }
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_txt h4,
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_txt .txt {
            color: #fff; }
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_txt h4 {
            font-size: 1.5rem;
            line-height: 1.3;
            margin-bottom: 12px;
            font-weight: bold; }
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_txt .txt {
            font-size: 1rem;
            line-height: 1.5;
            margin-bottom: 10px; }
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_intro {
            color: #FFF;
            margin-bottom: 30px;
            padding: 0 5%; }
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_intro h5 {
	    font-size: 1.425rem;
            font-weight: bold;
            line-height: 1.4;
            margin-bottom: 10px;}
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_intro p {
	    font-size: 1.125rem;
            line-height: 1.4;
            padding-left: 1em;}
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_intro p span {
           font-weight: bold; }
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_intro.attention {
            margin: 60px 0 120px;;
	    padding-left: 0;}
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_intro.attention p {
	    font-size: 0.925rem;
	    padding-left: 0;
            text-align: center;}

        @media screen and (max-width: 768px) {
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_date {
            /**margin-right: 16px;
            width: 72px;**/ }
            #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_date .date_box {
              border: solid 2px #fff;
              padding: 6px 4px 0px;
              box-sizing: border-box; }
            #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_date .day_box p {
            	font-size: 1.25rem;
            	line-height: 2.5;
            }
            #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_date .week_box {
              border: solid 2px #fff;
              border-top: none; }
              #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_date .week_box p {
                font-size: 0.875rem;
                padding: 3px 4px; }
            #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_date .time_box {
              text-align: center;
              font-size: 1.3125rem; }
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori {
        	/**width: calc(100% - 99px);**/
        }
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_pic {
            width: calc(100% - 99px);
            margin-right: 0px;
            max-width: inherit; }
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_txt {
            margin-top: 16px;
            width: 100%;
            flex: none;
            -webkit-flex: none; }
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_intro h5 {
	    font-size: 1.225rem;
            font-weight: bold;
            line-height: 1.4;
            margin-bottom: 10px;}
          #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_intro p {
	    font-size: 1.025rem;
	    padding-left: 0;}
	  #fifth_area #fifth_area_in .ori_cont .ori_box_out .ori_box .ori_intro {
	    padding: 0;}}

#fifth_btm {
  text-align: center;
  width: 92%;
  margin: 0 auto; }
  #fifth_btm #fifth_btm_in {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1.4; }
    @media screen and (max-width: 768px) {
      #fifth_btm #fifth_btm_in {
        font-size: 1.4375rem; } }
    #fifth_btm #fifth_btm_in::before {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background: #000;
      position: absolute;
      left: 0;
      bottom: 0; }

#fifth_area02 {
  background: #000;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  /**background-image: url(../../image/sixth_bg03.jpg);**/
  padding-bottom: 60px; }
  #fifth_area02 .md_area001 {
    background: transparent; }
    #fifth_area02 .md_area001 .md_txt001 {
      color: #fff;
      font-size: 1rem; }
  #fifth_area02 #area02 {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto; }
    #fifth_area02 #area02 .pro_box {
      padding-bottom: 30px; }
      #fifth_area02 #area02 .pro_box h3 {
        font-size: 1.5625rem;
        color: #fff;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px; }
      #fifth_area02 #area02 .pro_box ul {
        font-size: 0; }
        #fifth_area02 #area02 .pro_box ul li {
          display: inline-block;
          width: 22%;
          margin-right: 4%;
          margin-bottom: 30px; }
        #fifth_area02 #area02 .pro_box ul.large li {
          width: 44%; }
          #fifth_area02 #area02 .pro_box ul li:nth-child(4n) {
            margin-right: 0px; }
          #fifth_area02 #area02 .pro_box ul li a {
            display: block; }
            #fifth_area02 #area02 .pro_box ul li a .pic {
              margin-bottom: 8px;
              border: solid 2px #eee; }
              #fifth_area02 #area02 .pro_box ul li a .pic img {
                width: 100%;
                height: auto; }
            #fifth_area02 #area02 .pro_box ul li a .txt {
              color: #fff;
              font-size: 0.9375rem;
              text-align: left; }
        @media screen and (max-width: 768px) {
          #fifth_area02 #area02 .pro_box ul li,
          #fifth_area02 #area02 .pro_box ul li:nth-child(4n) {
            width: 47%;
            margin-right: 6%;
            margin-bottom: 25px; }
            #fifth_area02 #area02 .pro_box ul li:nth-child(2n),
            #fifth_area02 #area02 .pro_box ul li:nth-child(4n):nth-child(2n) {
              margin-right: 0px; }
            #fifth_area02 #area02 .pro_box ul li .pic,
            #fifth_area02 #area02 .pro_box ul li:nth-child(4n) .pic {
              margin-bottom: 5px; }
            #fifth_area02 #area02 .pro_box ul.large li {
              width: 98%; } }
  #fifth_area02 #add_txt02 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.1875rem;
    letter-spacing: 2px;
    color: #fff;
    font-weight: bold; }
  @media screen and (max-width: 768px) {
    #fifth_area02 #add_txt02 {
      font-size: 1.5rem;}
  }

.popup_box {
  position: relative;
  background: #fff;
  width: auto;
  width: 90%;
  max-width: 600px;
  margin: 20px auto; }
  .popup_box .pop_in {
    padding: 16px; }
  .popup_box .mfp-close {
    background: #dc1619 !important;
    opacity: 1 !important; }
  .popup_box .pic {
    border: solid 3px #000; }
    .popup_box .pic img {
      width: 100%;
      height: auto; }
  .popup_box .tit {
    font-size: 1.25rem;
    font-weight: bold; }
  .popup_box .cap {
    font-size: 0.8125rem;
    margin-bottom: 25px; }
  .popup_box dl {
    margin: 10px 0;
    text-align: left;
    font-size: 0.9375rem; }
    .popup_box dl dt {
      /**font-size: 0.9375rem;**/
      font-weight: bold;
      float: left;
      width: 35%; 
      text-align: right; }
    .popup_box dl dd {
      /** font-size: 0.8125rem;**/
      width: 65%;
      display: inline-block; }
    .popup_box .lead {
      margin: 15px 0;
      font-weight: bold;
    }
    @media screen and (max-width: 768px) {
      .popup_box dl dt {
        float: none;
        width: 100%; 
        text-align: center;
      }
      .popup_box dl dd {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
      }
    }
   
    .popup_box .fc_link li a {
        display: block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        background: #000;
        padding: 20px 20px 20px 10px;
        position: relative;
        -webkit-transition: 0.2s ease-out;
        -moz-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
        @media screen and (max-width: 768px) {
          .popup_box .fc_link li a {
            padding: 14px 24px 14px 14px; } }
        .popup_box .fc_link li a img {
          max-width: 100%; }
        .popup_box .fc_link li a:hover {
          background: #e60012; }
        .popup_box .fc_link li a::before {
          -webkit-transition: 0.2s ease-out;
          -moz-transition: 0.2s ease-out;
          -o-transition: 0.2s ease-out;
          transition: 0.2s ease-out;
          content: "";
          display: block;
          position: absolute;
          right: 5%;
          top: 50%;
          margin-top: -4px;
          width: 10px;
          height: 10px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
          @media screen and (max-width: 768px) {
            .popup_box .fc_link li a::before {
              margin-top: -3px;
              width: 6px;
              height: 6px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff; } }
    .popup_box .fc_link li a.con {
      opacity: 0.2;
      cursor: default;
    }

/*fifth_area-end*/
.f_txt002 {
  padding-top: 40px; }
  @media screen and (max-width: 768px) {
    .f_txt002 {
      padding-top: 20px; } }

.conv_area {
  background: #efefef;
  padding: 40px 0; }
  @media screen and (max-width: 768px) {
    .conv_area {
      padding: 40px 0 20px; } }
  .conv_area .conv_area_in {
    max-width: 1000px;
    width: 92%;
    margin: 0 auto; }
    .conv_area .conv_area_in .conv_ph {
      text-align: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .conv_area .conv_area_in .conv_ph {
          display: none; } }
    .conv_area .conv_area_in .conv_ph_sp {
      text-align: center;
      margin-bottom: 20px;
      display: none; }
      @media screen and (max-width: 768px) {
        .conv_area .conv_area_in .conv_ph_sp {
          display: block; } }
    .conv_area .conv_area_in img {
      max-width: 100%; }

/*sixth_area*/
#sixth_area001 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../image/sixth_bg01.jpg);
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    #sixth_area001 {
      padding: 20px 0; } }
  #sixth_area001 .sixth_in {
    max-width: 1200px;
    margin: 0 auto;
    width: 92%; }

#sixth_area002 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../image/sixth_bg02.jpg);
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    #sixth_area002 {
      padding: 20px 0; } }
  #sixth_area002 .sixth_in {
    max-width: 1200px;
    margin: 0 auto;
    width: 92%; }

#sixth_area003 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../image/sixth_bg03.jpg);
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    #sixth_area003 {
      padding: 20px 0; } }
  #sixth_area003 .sixth_in {
    max-width: 1200px;
    margin: 0 auto;
    width: 92%; }

.sixth_md001 {
  margin-bottom: 50px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .sixth_md001 {
      margin-bottom: 18px; } }
  .sixth_md001 .sixth_md_txt001 {
    padding-top: 30px;
    font-size: 1.25rem;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .sixth_md001 .sixth_md_txt001 {
        padding-top: 18px;
        font-size: 1.125rem; } }
  .sixth_md001 .sixth_md001_in {
    display: table;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .sixth_md001 .sixth_md001_in {
        display: block; } }
    .sixth_md001 .sixth_md001_in::after {
      content: "";
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #fff;
      left: 0;
      bottom: 0; }
      @media screen and (max-width: 768px) {
        .sixth_md001 .sixth_md001_in::after {
          height: 1px; } }
    .sixth_md001 .sixth_md001_in::before {
      content: attr(data-text);
      display: table-cell;
      color: #fff;
      font-size: 3.75rem;
      font-weight: bold;
      font-family: "Bebas", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
      vertical-align: middle;
      line-height: 1.3; }
      @media screen and (max-width: 768px) {
        .sixth_md001 .sixth_md001_in::before {
          display: block;
          font-size: 3.125rem; } }
    .sixth_md001 .sixth_md001_in h3 {
      display: table-cell;
      padding-left: 5px;
      color: #fff;
      vertical-align: middle;
      font-size: 2.375rem;
      font-weight: bold;
      line-height: 1.3; }
      @media screen and (max-width: 768px) {
        .sixth_md001 .sixth_md001_in h3 {
          display: block;
          font-size: 1.5rem;
          padding-bottom: 10px; } }

.sixth_nav002_in .sixth_nav002_box {
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  padding: 26px; }
  @media screen and (max-width: 768px) {
    .sixth_nav002_in .sixth_nav002_box {
      padding: 14px; } }
  .sixth_nav002_in .sixth_nav002_box:last-child {
    /*margin-bottom:0;*/ }

.sixth_nav003_in .sixth_nav003_box {
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*background: rgba($bc, .5);*/
  border: solid 2px #fff; }
  @media screen and (max-width: 768px) {
    .sixth_nav003_in .sixth_nav003_box {
      border: solid 1px #fff; } }
  .sixth_nav003_in .sixth_nav003_box a {
    display: block;
    background: transparent;
    padding: 14px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .sixth_nav003_in .sixth_nav003_box a:hover {
      background: rgba(0, 0, 0, 0.3);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .sixth_nav003_in .sixth_nav003_box .pro03 {
    width: 70%; }
    @media screen and (max-width: 768px) {
      .sixth_nav003_in .sixth_nav003_box .pro03 {
        width: 100%; } }
  .sixth_nav003_in .sixth_nav003_box:last-child {
    margin-bottom: 0; }

.sixth_nav001 .sixth_nav001_in {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sixth_nav001 .sixth_nav001_in .sixth_nav001_box {
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    padding: 26px;
    width: 48.5%;
    margin-right: 3%; }
    @media screen and (max-width: 768px) {
      .sixth_nav001 .sixth_nav001_in .sixth_nav001_box {
        width: 100%;
        margin-right: 0;
        padding: 14px; } }
    .sixth_nav001 .sixth_nav001_in .sixth_nav001_box .sixth_ph {
      margin-bottom: 16px; }
      @media screen and (max-width: 768px) {
        .sixth_nav001 .sixth_nav001_in .sixth_nav001_box .sixth_ph {
          margin-bottom: 10px; } }
    .sixth_nav001 .sixth_nav001_in .sixth_nav001_box img {
      width: 100%;
      max-width: 100%; }
    .sixth_nav001 .sixth_nav001_in .sixth_nav001_box:nth-child(2n) {
      margin-right: 0; }

.time_you {
  color: #fff;
  text-align: center;
  min-width: 80px; }
  @media screen and (max-width: 768px) {
    .time_you {
      font-size: 0.8125rem;
      min-width: auto; } }

.time_box_l_in {
  display: table;
  position: relative;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .time_box_l_in {
      padding-left: 0; } }
  .time_box_l_in::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 40%;
    left: -10%; }
  .time_box_l_in i {
    font-family: "Bebas", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 1; }
  .time_box_l_in .time_month001 {
    display: table-cell;
    font-size: 1.875rem;
    vertical-align: top; }
  .time_box_l_in .time_day001 {
    display: table-cell;
    font-size: 3.375rem;
    padding-top: 30px; }

.time_box001 {
  /*display: table;*/
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .time_box001.thr001 {
      -webkit-flex-direction: column;
      flex-direction: column; }
      .time_box001.thr001 .time_box_r {
        padding-left: 0; }
      .time_box001.thr001 .time_box001_in {
        margin-bottom: 14px;
        width: 100%;
        text-align: center; } }
  .time_box001 .time_box001_in {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .time_box001 .time_pg {
    padding-left: 1vw;
    max-width: 381px;
    /*width:35%;*/ }
    @media screen and (max-width: 768px) {
      .time_box001 .time_pg {
        width: 100%;
        max-width: inherit;
        padding-left: 14px; } }
    .time_box001 .time_pg img {
      max-width: 100%;
      width: 100%; }
  .time_box001 .time_pg03 {
    padding-left: 1vw;
    max-width: 320px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative; }
    .time_box001 .time_pg03:before, .time_box001 .time_pg03::after {
      content: "";
      z-index: 10; }
    .time_box001 .time_pg03:before {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      margin-left: -25px;
      border-radius: 50%;
      /* CSS3草案 */
      -webkit-border-radius: 50%;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 50%;
      /* Firefox用 */
      background: rgba(255, 255, 255, 0.8); }
    .time_box001 .time_pg03:after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      margin-top: -12px;
      margin-left: -6px;
      border: 12px solid transparent;
      border-left: 16px solid #222; }
    @media screen and (max-width: 768px) {
      .time_box001 .time_pg03 {
        padding-left: 14px;
        width: 100%;
        max-width: inherit; } }
    .time_box001 .time_pg03 img {
      max-width: 100%;
      width: 100%; }
  .time_box001 .time_box_r {
    padding-left: 1.5vw;
    width: 70%; }
    @media screen and (max-width: 768px) {
      .time_box001 .time_box_r {
        padding-left: 10px;
        width: 100%; } }
    .time_box001 .time_box_r.pro03 {
      -webkit-align-self: center;
      align-self: center; }
    .time_box001 .time_box_r .time_box_r_txt002 {
      display: table; }
      .time_box001 .time_box_r .time_box_r_txt002 em {
        min-width: 3em; }
      .time_box001 .time_box_r .time_box_r_txt002 em,
      .time_box001 .time_box_r .time_box_r_txt002 i {
        display: table-cell;
        color: #fff;
        vertical-align: top;
        font-size: 1.125rem;
        line-height: 1.3; }
        @media screen and (max-width: 768px) {
          .time_box001 .time_box_r .time_box_r_txt002 em,
          .time_box001 .time_box_r .time_box_r_txt002 i {
            display: block;
            line-height: 1.4;
            font-size: 1.0625rem; } }
    .time_box001 .time_box_r .time_box_r_txt001 {
      color: #fff;
      font-weight: bold;
      font-size: 1.25rem;
      line-height: 1.4;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .time_box001 .time_box_r .time_box_r_txt001 {
          line-height: 1.2;
          margin-bottom: 10px; } }
    .time_box001 .time_box_r .time_box_r_txt003 {
      color: #fff;
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 1.4;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .time_box001 .time_box_r .time_box_r_txt003 br {
          display: none; } }
    .time_box001 .time_box_r .time_box_r_txt003_2 {
      font-size: 1.625rem; }
    .time_box001 .time_box_r .time_box_r_txt004 {
      color: #fff;
      font-size: 1.125rem;
      line-height: 1.4;
      margin-bottom: 10px; }
    .time_box001 .time_box_r .time_box_r_txt004_2 {
      font-size: 0.8125rem; }
    .time_box001 .time_box_r .time_box_r_txt005 {
      color: #fff;
      font-weight: bold;
      font-size: 1.25rem;
      line-height: 1.4;
      margin-bottom: 10px; }
    .time_box001 .time_box_r .time_box_r_ji {
      display: table; }
      .time_box001 .time_box_r .time_box_r_ji span em {
        color: #fff;
        font-weight: bold;
        padding: 3px 7px;
        display: block;
        border: solid 1px #fff; }
      .time_box001 .time_box_r .time_box_r_ji i {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font-family: "Bebas", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
        font-size: 3.125rem;
        font-weight: bold;
        line-height: 1.3; }
        @media screen and (max-width: 768px) {
          .time_box001 .time_box_r .time_box_r_ji i {
            line-height: 1;
            font-size: 2.875rem; } }
      .time_box001 .time_box_r .time_box_r_ji span {
        padding-left: 14px;
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font-size: 1.125rem;
        /* font-weight: bold;*/
        line-height: 1.3; }

#sub_txt001 {
  color: #fff;
  font-size: 12px;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 1px; }

#add_box01 {
  padding-top: 90px; }
  #add_box01 .sixth_md001 .sixth_md001_in h3 {
    padding-left: 0px; }
  #add_box01 h3 {
    text-align: center;
    color: #fff; }
  #add_box01 .box_cont001 {
    overflow: hidden;
    width: 100%; }
    #add_box01 .box_cont001 li {
      float: left;
      width: 22%;
      margin-right: 4%;
      margin-bottom: 20px; }
      #add_box01 .box_cont001 li .pic {
        margin-bottom: 15px;
        position: relative;
        z-index: 2; }
        #add_box01 .box_cont001 li .pic img {
          max-width: 100%;
          height: auto;
          position: relative;
          z-index: 2; }
      #add_box01 .box_cont001 li .txt {
        font-size: 1.0625rem;
        line-height: 1.4;
        color: #fff; }
    #add_box01 .box_cont001 li:last-child {
      margin-right: 0px; }
    @media screen and (max-width: 768px) {
      #add_box01 .box_cont001 li {
        width: 48%;
        margin-right: 4%; }
      #add_box01 .box_cont001 li:nth-child(even) {
        margin-right: 0px; } }
  #add_box01 #add_txt {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2.5rem;
    letter-spacing: 2px;
    color: #fff;
    font-weight: bold; }

/*sixth_area-end*/
/*seventh_area*/
#seventh_area {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../image/seventh_bg01.jpg);
  padding: 80px 0 80px; }
  @media screen and (max-width: 768px) {
    #seventh_area {
      padding: 40px 0 30px; } }
  #seventh_area #seventh_area_in {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto; }

#seventh_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    #seventh_list {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: column;
      flex-direction: column;
      margin-bottom: 26px; } }
  #seventh_list li {
    width: 32%;
    margin-right: 2%;
    background: rgba(255, 255, 255, 0.8);
    padding: 8vw 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 768px) {
      #seventh_list li {
        width: 100%;
        margin-right: 0;
        padding: 20px 16px;
        margin-bottom: 6px; }
        #seventh_list li:last-child {
          margin-bottom: 0; } }
    #seventh_list li h3 {
      color: #e60012;
      font-weight: bold;
      font-size: 1.375rem;
      line-height: 1.3;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #seventh_list li h3 {
          font-size: 1.25rem; } }

.seventh_md01 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .seventh_md01 {
      font-size: 1.5rem;
      line-height: 1.4;
      margin-bottom: 20px; } }

#seventh_box {
  padding: 20px 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  max-width: 740px;
  width: 92%;
  margin: 0 auto; }
  #seventh_box h4 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.4; }
    @media screen and (max-width: 768px) {
      #seventh_box h4 {
        font-size: 1.0625rem; } }

/*seventh_area-end*/
/*eight_area*/
#eight_area {
  padding: 60px 0;
  background: #fff; }
  @media screen and (max-width: 768px) {
    #eight_area {
      padding: 30px 0; } }
  #eight_area #eight_area_in {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto; }

#eight_md {
  text-align: center;
  font-size: 1.875rem;
  margin-bottom: 30px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    #eight_md {
      margin-bottom: 16px;
      font-size: 1.5rem; } }

#eight_list #eight_list_in .e_list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd; }
  @media screen and (max-width: 768px) {
    #eight_list #eight_list_in .e_list {
      margin-bottom: 10px;
      padding-bottom: 10px; } }
  #eight_list #eight_list_in .e_list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  #eight_list #eight_list_in .e_list .e_list_q {
    padding: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #eight_list #eight_list_in .e_list .e_list_q p {
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        #eight_list #eight_list_in .e_list .e_list_q p {
          width: 40px;
          min-width: 40px; } }
      #eight_list #eight_list_in .e_list .e_list_q p img {
        max-width: 100%; }
    #eight_list #eight_list_in .e_list .e_list_q h3 {
      vertical-align: middle;
      padding-left: 20px;
      font-size: 1.25rem;
      font-weight: bold;
      padding-top: 10px;
      line-height: 1.4; }
      @media screen and (max-width: 768px) {
        #eight_list #eight_list_in .e_list .e_list_q h3 {
          font-size: 1.125rem;
          padding-top: 0; } }
  #eight_list #eight_list_in .e_list .e_list_a {
    padding: 10px 10px 20px;
    background: #f0f0f0;
    /*display:table;*/
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #eight_list #eight_list_in .e_list .e_list_a {
        padding: 10px; } }
    #eight_list #eight_list_in .e_list .e_list_a p {
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        #eight_list #eight_list_in .e_list .e_list_a p {
          width: 40px;
          min-width: 40px; } }
      #eight_list #eight_list_in .e_list .e_list_a p img {
        max-width: 100%; }
    #eight_list #eight_list_in .e_list .e_list_a h4 {
      vertical-align: middle;
      padding-left: 20px;
      font-size: 1.25rem;
      font-weight: bold;
      padding-top: 13px;
      line-height: 1.4; }
      #eight_list #eight_list_in .e_list .e_list_a h4 a {
        color: #e60012; }
        #eight_list #eight_list_in .e_list .e_list_a h4 a:hover {
          text-decoration: underline; }
      @media screen and (max-width: 768px) {
        #eight_list #eight_list_in .e_list .e_list_a h4 {
          font-size: 1.125rem;
          padding-top: 0; } }

/*eight_area-end*/
/*footer*/
footer {
  background: #000;
  padding: 60px 0 40px; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 26px 0 40px; } }
  footer #footer_in {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto; }

#ap_list {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center; }
  #ap_list li {
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      #ap_list li {
        margin-right: 10px; } }
    #ap_list li img {
      max-width: 100%; }
    #ap_list li:last-child {
      margin-right: 0; }

#sns_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center; }
  #sns_list li {
    margin-right: 10px; }
    @media screen and (max-width: 768px) {
      #sns_list li {
        width: 40px; } }
    #sns_list li img {
      max-width: 100%; }
    #sns_list li:last-child {
      margin-right: 0; }

#bm_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 30px;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #bm_list {
      width: 100%;
      -webkit-flex-direction: column;
      flex-direction: column; } }
  #bm_list li {
    padding-right: 20px;
    padding-left: 20px;
    border-left: solid 1px #fff; }
    @media screen and (max-width: 768px) {
      #bm_list li {
        padding: 0;
        border-left: none;
        border-top: solid 1px #333;
        width: 100%; }
        #bm_list li a {
          position: relative;
          padding-right: 30px; }
          #bm_list li a::before {
            content: "";
            display: block;
            position: absolute;
            right: 5%;
            top: 50%;
            margin-top: -4px;
            width: 8px;
            height: 8px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); } }
    #bm_list li a {
      font-size: 0.9375rem; }
      @media screen and (max-width: 768px) {
        #bm_list li a {
          display: block;
          padding: 10px 20px; } }
      #bm_list li a:hover {
        text-decoration: underline; }
    #bm_list li:last-child {
      margin-right: 0;
      border-right: solid 1px #fff; }
      @media screen and (max-width: 768px) {
        #bm_list li:last-child {
          border-right: none;
          border-bottom: solid 1px #333; } }
    #bm_list li a {
      color: #fff; }

#copy {
  text-align: center;
  padding-top: 40px;
  font-size: 0.875rem;
  color: #fff; }

/*footer-end*/
.s_txt001 {
  color: #fff;
  text-align: right;
  font-size: 1.25rem; }
  @media screen and (max-width: 768px) {
    .s_txt001 {
      text-align: left;
      font-size: 1.0625rem; } }

.qa_txt {
  padding-top: 40px;
  text-align: right; }
  .qa_txt a {
    font-size: 1.125rem;
    font-weight: bold;
    text-decoration: underline; }
    .qa_txt a:hover {
      text-decoration: none; }

/**/
a:hover img {
  opacity: .7; }
a img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

/**/
.link_none:hover img {
  opacity: 1 !important;
  cursor: default !important; }

/**/
/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/*# sourceMappingURL=index.css.map */



/** TICKE AREA **/
#first_area #first_area_in #first_box #ticket .bnr_box .bnr_in {
  background: #fff;
}
#first_area #first_area_in #first_box #ticket .txt {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}
#ticket p.ttl {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 30px;
}
#ticket p.ttl span {
  background: linear-gradient(transparent 90%, #e60012 90%);
}
#ticket ul.ticket_bnr {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#ticket ul.ticket_bnr li {
  flex: 0 1 48%;
  box-sizing: border-box;
  margin-bottom: 60px;
}
#ticket ul.ticket_bnr li .ticket_title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 15px 10px;
}
#ticket ul.ticket_bnr li dl {
  font-size: 0.9rem;
  padding: 0 10px;
}
#ticket ul.ticket_bnr li dt {
  float: left;
  width: 30%;
  text-align: right;
}
#ticket ul.ticket_bnr li dd {
  width: 70%;
  display: inline-block;
  margin-bottom: 5px;
  text-align: left;
}
#ticket ul.ticket_bnr li .ticket_btn a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #e60012;
  padding: 10px;
  max-width: 90%;
  width: 250px;
  margin: 10px auto 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  border: solid 3px #e60012;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#ticket ul.ticket_bnr li .ticket_btn a:hover {
  background: #fff;
}
#ticket ul.ticket_bnr li .ticket_btn a:hover i {
  color: #e60012;
}
#ticket ul.ticket_bnr li .ticket_btn a:hover i::before {
  border-top: 5px solid #e60012;
  border-right: 5px solid #e60012;
}
#ticket ul.ticket_bnr li .ticket_btn i {
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#ticket ul.ticket_bnr li .ticket_btn i span {
  font-size: 1.5rem;
}
#ticket ul.ticket_bnr li .ticket_btn i::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 63%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#ticket .fc_link,
.popup_box .fc_link {
    margin-bottom: 2.2em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #ticket .fc_link li,
    .popup_box .fc_link li {
      width: 23.5%;
      margin-right: 2%; }
      @media screen and (max-width: 768px) {
        #first_area #first_area_in #first_box #ticket .txt {
          padding: 0;
        }
        #ticket p.ttl {
          font-size: 1.5rem;
          margin-bottom: 15px;
        }
        #ticket .ticket_bnr li {
          position: relative;
        }
        #ticket .fc_link li,
        .popup_box .fc_link li {
          width: 49%;
          margin-bottom: 6px; }
          #ticket .fc_link li:nth-child(2n),
          .popup_box .fc_link li:nth-child(2n) {
            margin-right: 0; }
          #ticket .fc_link li:nth-child(3),
          .popup_box .fc_link li:nth-child(3) {
            margin-bottom: 0; }
          #ticket .fc_link li:nth-child(4),
          .popup_box .fc_link li:nth-child(4) {
            margin-bottom: 0; }
       #ticket ul.ticket_bnr li .ticket_btn {
         max-width: 100%;
         padding: 10px 6px;
       }
       #ticket ul.ticket_bnr li .ticket_btn a {
         width: 200px;
         padding: 5px;
       }
       #ticket ul.ticket_bnr li .ticket_btn i {
         padding-right: 14px;
       }
       #ticket ul.ticket_bnr li .ticket_btn i span {
         font-size: 0.75rem;
       }
       #ticket ul.ticket_bnr li .ticket_btn i::before {
         margin-top: -5px;
         width: 10px;
         height: 10px;
         border-top: 2px solid #fff;
         border-right: 2px solid #fff;
       }
       #ticket ul.ticket_bnr li {
         flex: 0 1 100%;
         margin-bottom: 4%;
       }
       #ticket ul.ticket_bnr li dl {
         font-size: 1.0rem;
       }
       #ticket ul.ticket_bnr li dt {
         float: none;
         width: 100%;
         text-align: center;
       }
       #ticket ul.ticket_bnr li dd {
         width: 100%;
         text-align: center;
       }
       #ticket ul.ticket_bnr li .ticket_title {
         margin: 10px 0;
       }
       #ticket .conv_btn001 {
         margin-top: 30px;
       }
      }
      #ticket .fc_link li:last-child,
      .popup_box .fc_link li:last-child {
        margin-right: 0; }
      #ticket .fc_link li a {
        display: block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        background: #000;
        padding: 20px 30px 20px 20px;
        position: relative;
        -webkit-transition: 0.2s ease-out;
        -moz-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
        @media screen and (max-width: 768px) {
          #ticket .fc_link li a {
            padding: 14px 24px 14px 14px; } }
        #ticket .fc_link li a img {
          max-width: 100%; }
        #ticket .fc_link li a:hover {
          background: #e60012; }
        #ticket .fc_link li a::before {
          -webkit-transition: 0.2s ease-out;
          -moz-transition: 0.2s ease-out;
          -o-transition: 0.2s ease-out;
          transition: 0.2s ease-out;
          content: "";
          display: block;
          position: absolute;
          right: 5%;
          top: 50%;
          margin-top: -4px;
          width: 10px;
          height: 10px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
          @media screen and (max-width: 768px) {
            #ticket .fc_link li a::before {
              margin-top: -3px;
              width: 6px;
              height: 6px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff; } }

/* overlay at start */
.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}