@charset "utf-8";

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  scroll-behavior: smooth;
  scroll-padding-top: 35px;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth; 
  }
}


/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}



/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family:'Noto Sans JP', 'Noto Sans JP', Meiryo, sans-serif;
  color: #272727;
  background-color: #fff;
}

html, body {
  height: 100%;
}

li {
  list-style: none;
}

fieldset, img {
  border: 0;
}

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

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  filter: brightness(115%) contrast(90%);
}
a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  filter: brightness(110%) contrast(90%);
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

@media (max-width: 768px) {
   body {
    font-size: 1.4rem;
  } 
}

/*****************/
.l_container {
  width: min(96vw,980px);
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .l_container {
  width: 92vw;
  }
}

[class^=col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}


/* anime */
.inview,
.inv,
.fadein,
.fadeinD,
.fadeinL,
.fiL,
.fiR,
.bgRLextendAnime{
  opacity: 0;
}
.inv{
  animation-delay: .3s;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
}

/*****************
header
*****************/
.header {
  background: #000;
}
.inner-header{
  width: min(100vw,1020px);
  margin: auto;
  padding: 12px 3px 14px;
}
.logo{
  display: inline-block;
}
.logo_tv{
  width: min(22vw,228px);
}

@media (max-width: 768px) {
  .header {
    border-bottom: none;
  }
  .inner-header{
    max-width: 100%;
    padding: 2.8vw 2vw 2.4vw 3.5vw;
  }
  .logo_tv{
    width: 41.5vw;
    max-width: auto;
  }
  .logo_tv img{
    display: block;
  
  }
}

/*****************
wrapper
*****************/
.wrapper{
  width: 100vw;
  background: #001a5e;
}

/*****************
main
*****************/
.loading{
  font-family: 'Noto Sans JP',  Meiryo, sans-serif;
  background: #ccc;
  font-feature-settings: "palt";
}
.main-content{
  font-family: 'Noto Sans JP',  Meiryo, sans-serif;
  color: #434343;
}
.dp_sp{
  display: none;
}
.dp_pc{
  display: block;
}
.main-top {
  background: url(../img/bg_main.png) top center #fff;
  background-size: auto;
  width: 100%;
  margin: auto;
}
.main-top .img{
  width: min(100vw,1112px);
  margin: auto;
  padding-top: 15px;
  padding-bottom: 16px;
}
.main-top .img img{
  height: 100%;
  object-fit: cover;
}

.main_present{
  h2{
    width: min(74vw,727px);
    margin-inline: auto;
    margin-bottom: 58px;
  }
  .main_present_inner{
    display: flex;
    gap: 47px;
    padding-bottom: 53px;

    picture{
      width: min(47vw,468px);
      margin-left: 25px;
      margin-top: 10px;
    }
    .main_present_txt{
      flex: 1;

      li{
        display: inline-block;
        color: #002484;
        font-size: 20px;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: .1em;
        background: url(../img/dot_line.png) repeat-x bottom left;
        padding: 20px 10px 13px 8px;

        &:first-child{
          padding-top: 0;
        }
      }

    }
  }

}


@media (max-width: 768px) {
  .main-content{

  }
  .loading img{
    width: 100%;
  }
  .dp_sp{
    display: block;
  }
  .dp_pc{
    display: none;
  }
  .main-top {
    background: url(../img/bg_main_sp.png) top center #fff;
    background-size: auto;
    width: 100%;
    margin: auto;
  }
  .main_present{
    h2{
      width: 91vw;
      margin-bottom: 0;
      padding-bottom: 13vw;
    }
  }
  
}

@media (min-width: 1920px) {
  .main-top {
    background: url(../img/bg_main.png);
    background-size: 100%;
  }
}

/*****************
common
*****************/
.bg_blue{
  background: #001a5e;
  .el_ttl{
    width: min(46.6vw,415px);
    margin-inline: auto;
  }
}
.bg_white{
  background: #fff;
}
.bg_yellow{
  background: #fac624;
}



@media (max-width: 768px) {
  .bg_blue{
    .el_ttl{
      width: 55.3vw;
      margin-inline: auto;
    }
  }
}

/*****************
l_method
*****************/
.l_method{
  padding-bottom: 182px;
  .el_ttl{
    margin-block: 57px 78px;
  }
}
.l_method_wrap{
  position: relative;
  border-radius: 20px;
  background: #fff;
  text-align: center;

  &:not(:last-child){
    margin-bottom: 148px;
    position: relative;

    &::after{
      content: "";
      position: absolute;
      bottom: -73px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 23px solid transparent;
      border-right: 23px solid transparent;
      border-top: 23px solid #fff;
    }
  }
  .l_inner{
    width: min(57vw,560px);
    margin-inline: auto;
  }
  .el_icon{
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
  }
  .l_method_atten{
    margin-top: 15px;
    font-size: 12px;
    text-align: left;
    line-height: 1.75;
  }
  .l_method_fukidashi{
    display: inline-block;
    position: relative;
    padding-bottom: 13px;
    letter-spacing: .1em;

    &:before{
      content: "";
      position: absolute;
      top: -3px;
      left: -32px;
      background: url(../img/bg_fukidashi_l.png);
      background-size: 100%;
      width: 12px;
      height: 29px;
    }
    &:after{
      content: "";
      position: absolute;
      top: -3px;
      right: -32px;
      background: url(../img/bg_fukidashi_r.png);
      background-size: 100%;
      width: 12px;
      height: 29px;
    }
  }
  .l_method_ac{
    margin-top: 20px;
    border: 1px solid currentColor;
    color: #f3006d;
    letter-spacing: .06em;
    cursor: pointer;
    dt{
      position: relative;
      display:block;
      font-size: 14px;
      font-weight: normal;
      padding: 14px;
      
      &::after{
        content: "";
        position: absolute;
        top: 50%;
        right: 96px;
        transform: translateY(-50%);
        background: url(../img/arrow.png);
        background-size: 100%;
        width: 11px;
        height: 6px;
      }
      &.open{
        &::after{
          transition: all;
          transform: rotate(180deg) translateY(25%);
        }
      }
    }
    dd{
      display:none;
      padding: 14px 26px;
      font-size: 12px;
      text-align: left;
      line-height: 1.83;
    }
  }

  &.step01{
    padding-block: 66px 55px;

    .l_method_txt{
      width: min(64.5vw,633px);
      margin-inline: auto;
      margin-bottom: 41px;
    }

    .l_method_atten{
      margin-left: 5px;
    }
    .l_method_fukidashi{
      color: #f3006d;
      font-size: 20px;
      font-weight: 800;
      i{
        position: relative;
        top: -3px;
        margin-right: 13px;
        padding: 2px 5px;
        border: 2px solid currentColor;
        border-radius: 3px;
        font-size: 12px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: .025em;
      }
      span{
        font-size: 16px;
        &.el_small{
          font-size: 12px;
        }
      }
    }
    .l_tanpin .l_method_fukidashi{
      margin-top: 46px;
      color: #0036b2;

      sup{
        font-size: 10px;
        position: relative;
        top: -10px;
      }
    }
    .l_method_plan a{
      margin-top: 20px;
      padding: 4px 18px 5px;
      color: #f3006d;
      display: inline-block;
      border: 2px solid currentColor;
      border-radius: 50px;
      &:hover{
        background: #f3006d;
        color: #fff;
        border: 2px solid #f3006d;
      }
    }
    .l_method_rentalLink{
      margin-top: 50px;
      font-size: 14px;
      color: #000;
      letter-spacing: .1em;
      a{
        text-decoration: underline;

        &:hover{
          text-decoration: none;
        }
      }

    }

  }
  &.step02{
    padding-block: 57px 53px;

    .l_method_txt{
      width: min(64.6vw,633px);
      margin-inline: auto;
      margin-bottom: 41px;
    }
    .l_method_fukidashi{
      color: #001a5e;
      font-size: 17px;
      letter-spacing: .08em;

      span{
      font-weight: 800;
      }
    }
  }
}

@media (max-width: 768px) {
  .l_method{
    padding-bottom: 22.2vw;
    .el_ttl{
      margin-block: 10.6vw 5.8vw;
    }
  }
  .l_method_wrap{
    border-radius: 2.6vw;

    &:not(:last-child){
      margin-bottom: 18.1vw;

      &::after{
        bottom: -10.6vw;
        border-left: 5.2vw solid transparent;
        border-right: 5.2vw solid transparent;
        border-top: 5.2vw solid #fff;
      }
    }

    .l_inner{
      width: 80vw;
      margin-inline: auto;
    }

    .el_icon{
      top: -2.6vw;
      width: 21.3vw;
      width: 30vw;
    }
    .l_method_atten{
      margin-top: 2.6vw;
      font-size: 2.9vw;
      line-height: 1.36;
    }
    .l_method_fukidashi{
      padding-bottom: 1.3vw;

      &:before{
        background: none;
      }
      &:after{
        background: none;
      }
    }
    .l_method_ac{
      margin-top: 1.7vw;
      dt{
        font-size: 2.9vw;
        padding: 2.8vw;
        
        &::after{
          right: 6vw;
          transform: translateY(-50%);
          width: 2.2vw;
          height: 1.2vw;
        }
      }
      dd{
        display:none;
        padding: 2.8vw 3.4vw;
        font-size: 2.9vw;
      }
    }

    &.step01{
      padding-block: 7.8vw 6.6vw;

      .l_method_txt{
        width: 76.8vw;
        margin-bottom: 15vw;
      }

      .l_method_atten{
        margin-left: 0;
      }
      .l_method_fukidashi{

        &:before{
          content: "";
          position: absolute;
          top: -6.5vw;
          left: 50%;
          transform: translateX(-50%);
          background: url(../img/txt_fukidash01_sp.png);
          background-size: 100%;
          width: 67.7vw;
          height: 6.8vw;
        }
      }
      .l_tanpin .l_method_fukidashi{
        margin-top: 13vw;
        &:before{
          content: "";
          position: absolute;
          top: -4.5vw;
          left: 50%;
          transform: translateX(-50%);
          background: url(../img/txt_fukidash02_sp.png);
          background-size: 100%;
          width: 76vw;
          height: 4.8vw;
        }
      }
      .l_method_plan a{
        margin-top: 2.6vw;
      }
      .l_method_rentalLink{
        margin-top: 6.6vw;
        font-size: 2.9vw;
      }

    }
    &.step02{
      padding-block: 7.7vw;

      .l_method_txt{
        width: 63.3vw;
        margin-bottom: 8.2vw;
      }
      .l_method_fukidashi{
        &:before{
          content: "";
          position: absolute;
          top: -4.5vw;
          left: 50%;
          transform: translateX(-50%);
          background: url(../img/txt_fukidash03_sp.png);
          background-size: 100%;
          width: 71.4vw;
          height: 4.4vw;
        }
      }
    }
  }
}

/*****************
l_musiclife
*****************/
.l_musiclife{
  padding-bottom: 41px;

  .bg_white{
    position: relative;
  }

  .l_midashi_ttl{
    display: block;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: min(76.1vw,746px);
  }
  .l_midashi_txt{
    margin-inline: auto;
    padding-top: 90px;
    padding-bottom: 250px;
    color: #002484;
    font-size: min(4.2vw,42px);
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: .1em;
    text-align: center;

    span{
      display: inline-block;
      background: url(../img/dot_line.png) repeat-x bottom left;
    }

  }
  .l_midashi_img{
    display: block;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
  }

  .l_musiclife_lead{
    padding-top: 80px;
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: 800;
    line-height: 2;
    letter-spacing: .075em;
    text-align: center;
    color: #fff;
  }
  .l_musiclife_list{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    margin-bottom: 68px;
    li{
      display: flex;
      flex-wrap: wrap;
      
      width: calc((100% - 30px) / 2);
      padding: 27px 30px 44px;
      background: #fff;
      border-radius: 20px;
    }
    .l_musiclife_list_ttl{
      padding-bottom: 17px;
      font-size: 25px;
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: .1em;
      color: #002484;
      &::first-letter{
        font-size: 36px;
      }
    }
    .l_musiclife_list_txt{
      padding-bottom: 45px;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.66;
      letter-spacing: .075em;
      color: #000;
    }
    .l_musiclife_list_img{
      margin-inline: auto;
    }
  }
  .l_musiclife_link{
    margin-bottom: 91px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1em;
    color: #fff;
    a{
      text-decoration: underline;

      &:hover{
        text-decoration: none;
      }
    }
  }
  .l_musiclife_bnr{
    width: min(87.7vw,860px);
    margin-inline: auto;

  }
}

@media (max-width: 768px) {
  .l_musiclife{
    padding-bottom: 8vw;

    .l_midashi_ttl{
      top: -6.2vw;;
      width: 82.6vw;
    }
    .l_midashi_txt{
      margin-inline: auto;
      padding-top: 18.6vw;
      padding-bottom: 32vw;
      width: 77.7vw;

    }
    .l_midashi_img{
      bottom: -12vw;
      width: 69.3vw;
    }

    .l_musiclife_lead{
      padding-top: 17.3vw;
      padding-bottom: 7.3vw;
      font-size: 4.8vw;
      font-weight: 700;
      line-height: 1.6;
    }
    .l_musiclife_list{
      flex-direction: column;
      gap: 5.3vw;
      margin-bottom: 4vw;
      width: 86.6vw;
      margin-inline: auto;
      li{
        width: 100%;
        padding: 3vw 3.4vw 5.3vw 5.3vw;
        border-radius: 2.6vw;
      }
      .l_musiclife_list_ttl{
        padding-bottom: 2.6vw;
        font-size: 4.85vw;
        line-height: 1.5;
        &::first-letter{
          font-size: 6.93vw;
        }
      }
      .l_musiclife_list_txt{
        padding-bottom: 5.3vw;
        font-size: 3.4vw;
        line-height: 1.7;
      }
      .l_musiclife_list_imgs{
        width: 54.6vw;
      }
    }
    .l_musiclife_link{
      margin-bottom: 6.5vw;
      font-size: 2.9vw;
    }
    .l_musiclife_bnr{
      width: 86.6vw;
    }
  }
}



/*****************
l_rental
*****************/
.l_rental{
    padding-block: 79px 81px;

  .l_rentalWrap{
    width: min(100vw,1080px);
    margin-inline: auto;

    background: #fff;
    border-radius: 20px;
  }
  .l_rental_ttl{
    padding-block: 46px 45px;
  }
  .l_rental_merit{
    display: flex;
    gap: 30px;
    margin-bottom: 53px;

    li{
      width: calc((100% - 30px) / 2);
      display: flex;
      flex-direction: column;
      border: 4px solid currentColor;
      border-radius: 20px;
      color: #001a5e;
      overflow: hidden;

    }
    .l_rental_merit_ttl{
      min-height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 16px;
      background: #001a5e;
      text-align: center;
      font-size: min(20vw,24px);
      font-weight: 800;
      letter-spacing: .075em;
      line-height: 1.5;
      color: #fff;


      span{
        color: #ffdd40;
      }
      sup{
        position: relative;
        top: -10px;
        font-size: 10px;
      }
    }
    .l_rental_merit_txt{
      padding: 20px 0 30px 26px;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: .075em;
      line-height: 1.66;
    }
  }
  .l_rental_bnr{
    width: min(87.7vw,860px);
    margin-inline: auto;
    padding-bottom: 85px;
  }  

  .l_rental_sttl{
    width: 100%;
    margin-bottom: 47px;
  }

  .l_rental_list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 17px;
    margin-bottom: 61px;
    margin-bottom: 50px;
  }
  .l_rental_list li{
    width: calc((100% - 17px * 4) / 5);
  }
  .l_rental_list_txt{
    font-size: 14px;
    line-height: 1.21;
    text-align: center;
    p{
      margin-top: 10px;
    }
  }
  .l_rental_list_img{
    img{
      width: min(18.5vw,182px);
      height: min(18.5vw,182px);
      object-fit: cover;
    } 
  }
  .l_rental_btn{
    width: min(69.3vw,680px);
    margin-inline: auto;
    padding-bottom: 80px;

  }
  .l_rental_list_atten{
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 1.71;
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .l_rental{
      padding-block: 8vw 10.6vw;

    .l_rentalWrap{
      width: 92vw;
      border-radius: 2.6vw;
    }
    .l_container{
      width: 80.6vw;
      margin-inline: auto;
    }
    .l_rental_ttl{
      padding-block: 3.8vw 4.2vw;
    }
    .l_rental_merit{
      flex-direction: column;
      gap: 4.2vw;
      margin-bottom: 7.8vw;

      li{
        width: 100%;
        border: 2px solid currentColor;
        border-radius: 2.6vw;
      }
      .l_rental_merit_ttl{
        min-height: 16.6vw;
        padding: 3vw;
        font-size: 4.2vw;
        line-height: 1.4;
        sup{
          position: relative;
          top: -1.3vw;
          font-size: 1.3vw;
        }
      }
      .l_rental_merit_txt{
        padding: 5vw 4.5vw 4.5vw;
        font-size: 3.4vw;
      }
    }
    .l_rental_bnr{
      width: 100%;
      padding-bottom: 10.4vw;
    }  

    .l_rental_sttl{
      width: 100vw;
      margin-left: -4vw;
      margin-bottom: 47px;
    }

    .l_rental_list{
      gap: 4vw 4vw;
      justify-content: center;
      margin-bottom: 8vw;
    }
    .l_rental_list li{
      width: calc((100% - 4vw * 2) / 3);
    }
    .l_rental_list_txt{
      font-size: 2.6vw;
      line-height: 1.1;
      p{
        margin-top: 1.7vw;
      }
    }
    .l_rental_list_img{
      img{
        width: 25.3vw;
        height: 25.3vw;
      } 
    }
    .l_rental_btn{
      width: 80vw;
      margin-inline: auto;
      padding-bottom: 9.7vw;
    }
    .l_rental_list_atten{
      font-size: 3.2vw;
      line-height: 1.5;
      padding-bottom: 6.7vw;
    }
  }
}

/*****************
l_terms
*****************/
.l_terms{
  padding-bottom: 94px;
  .el_ttl{
    margin-block: 53px 30px;
  }
}
.l_terms_scroll{
  width: 100%;
  /*height: 357px;*/
  padding: 50px;
  background: #fff;
  border-radius: 20px;

  .l_inner{
    /*overflow-y: scroll;*/
    /*height: 257px;*/
    font-size: 14px;
    line-height: 1.71;
    color: #000;

    h3{
      font-weight: 600;
    }
    h5{
      margin-top: 30px;
    }
    a{
      text-decoration: underline;
      &:hover{
        text-decoration: none;
      }
    }
  }
}

@media (max-width: 768px) {
.l_terms{
  padding-bottom: 26.6vw;
  .el_ttl{
    margin-block: 6.6vw;
  }
}
.l_terms_scroll{
  width: 92vw;
  /*height: 47.6vw;*/
  margin-inline: auto;
  padding: 4vw 5.3vw 5.3vw;
  border-radius: 2.6vw;

  .l_inner{
    /*height: 37.3vw;*/
    font-size: 3.2vw;
    line-height: 1.5;
    h5{
      margin-top: 4vw;
    }
  }
}
}

/*****************
.l_footerBtn
*****************/
.l_footerBtn{
  margin-bottom: 85px;
  .l_btnLead{
    margin-bottom: 40px;
    font-size: min(3vw,27px);
    font-weight: 600;
    text-align: center;
    letter-spacing: .05em;
  }
}

@media (max-width: 768px) {
  .l_footerBtn{
    margin-bottom: 11.7vw;
    .l_btnLead{
      margin-bottom: 5vw;
      font-size: 3.6vw;
    }
  }
}

/*****************
footer 追加
*****************/
.footer{
  background: #000;
  position: relative;
  z-index: 3;
}
.inner-footer{
  max-width: 1130px;
  margin: auto;
  padding: 18px 0 20px 30px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}
.el_license{
  font-size: 1.1rem;
  color: #fff;
  padding-top: 5px;
  text-align: right;
}
.el_footerLogo img {
    width: 240px;
}


@media (max-width: 768px) {
  .inner-footer{
  max-width: 92vw;
  padding: 3.3vw 0 4.3vw 0;
  }
  .el_footerLogo{
    width: 32vw;
  }

  .el_license{
    font-size: 0.9rem;
    padding-top: 5px;
  }
}


/*****************
footer 既存
*****************/
.copyright {
  line-height: 18px;
}

.copyright a, .copyright span {
  color: #999999;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: normal;
}

.copyright a:hover, .copyright span:hover {
  text-decoration: none;
}

.footer {
  /*margin-top: 180px;*/
}

.footer .license {
  background-color: #000000;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  z-index: 999;
  cursor: pointer;
  display: none;
}

#back-to-top img {
  width: 100%;
}

#page-top_img {
  position: fixed;
  bottom: 50px;
  right: 5vw;
  font-weight: 700;
  z-index: 6;

  opacity: 0;
  width: 111px;

  padding-bottom: 40px;
}


/*　上に上がる動き　*/
#page-top_img.UpMove{
animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
from {
  opacity: 0;
transform: translateY(180px);
}
to {
  opacity: 1;
transform: translateY(0);
}
}

/*　下に下がる動き　*/
#page-top_img.DownMove{
animation: DownAnime 0.15s forwards;
}
@keyframes DownAnime{
from {
  opacity: 1;
transform: translateY(0);
}
to {
  opacity: 1;
transform: translateY(230px);
}
}

@media (max-width: 768px) {
  #page-top_img {
    position: fixed;
    padding-bottom: 4.3vw;
    right: 3vw;
    z-index: 2;

    opacity: 0;
    width: 18.6vw;

  }
}

body.loading .wrap-loading {
  display: block;
}

.wrap-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073983;
  z-index: 9999;
  display: none;
}

.wrap-loading .loading-icon {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrap-loading .loading-icon:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (min-width: 1001px) {
  .main-content .menu-tabs ul li:nth-child(3) {
    border-right: 1px solid #222222;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

}

@media (max-width: 768px) {
  .footer {
    /*margin-top: 10.6666vw;*/
  }

}
