@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*/
}

@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(93vw,857px);
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .l_container {
  width: 96.8vw;
  }
}

[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: 0;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}

/*****************
header
*****************/
.header {
  background: #000;
}
.inner-header{
  width: min(100vw,1260px);
  margin: auto;
  padding: 16px 54px 16px;
}
.logo{
  display: inline-block;
}
.logo_tv{
  width: min(20vw,245px);
}

@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: min(100vw,1260px);
  margin-inline: auto;
  background: #fff;
}

/*****************
main
*****************/
.loading{
  font-family: "hiragino-kaku-gothic-pron", "Hiragino Sans",'Noto Sans JP',  Meiryo, sans-serif;
  background: #ccc;
  font-feature-settings: "palt";
}
.main-content{
  font-family: "hiragino-kaku-gothic-pron", "Hiragino Sans",'Noto Sans JP',  Meiryo, sans-serif;
  color: #272727;
}
.dp_sp{
  display: none;
}
.dp_pc{
  display: block;
}
.main-top {
  background: url(../img/bg_main.png);
  background-size: auto;
  width: 100%;
  margin: auto;
}
.main-top .img{
  width: min(69vw,870px);
  margin: auto;
  padding-top: 17px;
  padding-bottom: 45px;
}
.main-top .img img{
  height: 100%;
  object-fit: cover;
  max-width: 90%;
  margin: 0 auto;
}
.l_term{
  padding-block: 15px;
  background: #0643a9;
  font-size: min(3vw,27px);
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing: .05em;

  span{
   font-size: 80%;   
  }
}

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

  }
  .loading img{
    width: 100%;
  }
  .dp_sp{
    display: block;
  }
  .dp_pc{
    display: none;
  }
  .main-top {
    background: none;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .main-top .img{
    width: 100vw;
    padding-top: 0;
    padding-bottom: 0;
    transform: translateX(0);
  }
  .main-top .img img{
    height: 100%;
    object-fit: cover;
    max-width: 100%;
  }
}

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

/*****************
common
*****************/
.el_btn{
  position: relative;
  background: #ec6753;
  margin: auto;
  width: min(50vw,535px);
  padding: min(2.7vw,35px) min(3.9vw,50px) min(2.9vw,38px) 0;
  display: block;
  text-align: center;
/*  border: 3px solid #140d32;*/
  border-radius: min(2.2vw,28px);
  box-shadow: 0px 5px 0px 4px #e94738;
  font-weight: 600;
  font-size: min(2.2vw,28px);
  letter-spacing: 0.15em;
  /*text-shadow: 0px 1px #fce852;*/
  color: #fff;
  font-family: 'Noto Sans JP',  Meiryo, sans-serif;
}
.el_btn::after{
  content: "";
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background: url("../img/icon_brn_arrow.png") no-repeat;
  background-size: 100%;
}
.el_sttl {
  text-align: center;
  margin-bottom: 50px;
}
.el_sttlArea{
  text-align: center;
  position: relative;

  &::before{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: url(../img/icon_star.png);
    background-size: cover;
    width: 73px;
    height: 22px;
  }

  span{
    display: block;
    padding-block: 25px 10px;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: .15em;
    color: #e94738;

    i{
      font-size: 140%;
      font-style: normal;
      &.s{
        font-size: 80%;
      }
    }
    &:has(i){
      transform: translateX(10px);
    }
    &:has(i.s){
      padding-block: 30px 10px;
    }
  }
  h2{
    font-size: 48px;
    font-weight: 700;
    letter-spacing: .03em;
  }
}

@media (max-width: 768px) {
  .el_btn{
    width: 90.6vw;
    margin-inline: auto;
    padding: 6vw 4.6vw 6.6vw 0;
    /*border: 2px solid #140d32;*/
    border-radius: 4vw;
    font-size: 4.8vw;
    box-shadow: 0px 3px 0px 2px #e94738;
    text-shadow: 0px 0px #fff;
  }
  .el_btn::after{
    right: 6.4vw;
    top: 50%;
    width: 6vw;
    height: 6vw;
    transform: translateY(-51%);
  }
  .el_sttl {
    margin: auto;
    margin-bottom: 12.8vw;
  }
  .el_sttlArea{
    &::before{
      width: 9.7vw;
      height: 2.9vw;
    }
    span{
      display: block;
      padding-block: 3.3vw 1.3vw;
      font-size: 4.5vw;
      &:has(i){
        transform: translateX(1.3vw);
      }
      &:has(i.s){
        padding-block: 4vw 1.3vw;
      }
    }
    h2{
      font-size: 6.4vw;
    }
  }
}

/*****************
l_eraberu
*****************/
.l_eraberu{
  p{
    margin-block: 20px 20px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .05em;
    line-height: 1.5;

    span{
    font-size: 80%;   
    }
  }
}

@media (max-width: 768px) {
  .l_eraberu{
    p{
      margin-block: 7.3vw 5.6vw;
      font-size: 4.26vw;
    }
  }
}

/*****************
l_method
*****************/
.l_method{
  padding: 50px 0 70px 0;
  /*background: url("../img/main_btm.png") top -10px center repeat-x #fff;*/
}
.l_method .el_sttlArea{
  margin-bottom: 75px;
}
.l_methodstep{
  display: flex;
  column-gap: 28px;
  margin-bottom: 70px;
}
.l_methodstep li{
  position: relative;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #e94738;
  width: calc((100% - 28px * 2) / 3);/*48px */
  padding: 35px 18px 23px;
}
.l_methodstep li p.el_bold{
  font-weight: 800;
}
.l_methodstep li:not(:last-child)::after{
  content: "";
  display: block;
  position: absolute;
  right: -28px;/*-38px */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid #e94738;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.l_methodstep li span{
  display: inline-block;
  position: absolute;
  top: -19px;  
  left: 50%;
  transform: translateX(-50%);
  background: #e94738;
  border-radius: 22px;
  padding: 8px 10px;
}
.l_methodstep li span img{
  width: 60px;
}
.l_methodstep li .el_img{
  height: min(7.8vw,99px);
  padding: 0 min(3vw,25px);
  display: flex;
  align-items: center;
}
.l_methodstep li p{
  padding: 15px 0 0 0;
  font-weight: 600;
  font-size: min(2vw,18px);
  line-height: 1.55;
  letter-spacing: 0em;
}
.l_btn_sttl{
  text-align: center;
  position: relative;
  display: block;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: .05em;
  color: #ec6753;

  &::before{
    display: inline-block;
    position: relative;
    top: 5px;
    left: -48px;
    content: "";
    background: url(../img/icon_arrow_left.png) no-repeat;
    background-size: contain;
    width: 81px;
    height: 32px;
  }
  &::after{
    display: inline-block;
    position: relative;
    top: 5px;
    right: -35px;
    content: "";
    background: url(../img/icon_arrow_right.png) no-repeat;
    background-size: contain;
    width: 81px;
    height: 32px;
  }

  margin-bottom: 22px;
}
.l_method .l_entrybtn{
  margin-bottom: 55px;
}
.l_methodAbout{
  margin-bottom: 60px;
  font-weight: 600;
}
.l_methodAbout_sttl{
  text-align: center;
  margin-bottom: 40px;
}
.l_methodAbout p{
  margin-bottom: 40px;
  font-size: min(2.2vw,20px);
  letter-spacing: .075em;
  line-height: 1.45;
/*  padding-left: 15px;*/
}
.l_methodAbout ul{
  font-size: min(2vw,20px);
  letter-spacing: 0;
}
.l_methodAbout li{
  display: flex;
  align-items: center;
  gap: 15px;
}
.l_methodAbout li:not(:last-child){
  margin-bottom: 5px;
}
.l_methodAbout .el_ex{
  display: inline-block;
  background: #e94738;
  border-radius: 22px;
  padding: 7px 20px 8px 20px;
}
.l_methodAbout .el_ex img{
  display: block;
  height: 18px;
  width: auto;
}
.l_methodAbout li strong{
  margin-block: 5px;
  padding: 5px 20px 5px;
  padding: 5px 15px 5px;
  display: inline-block;
  text-align: center;
  border: 2px solid #140d32;
  border-radius: 100px;
  font-weight: 600;
}
.l_methodAbout li strong i{
  font-style: normal;
  /*font-size: 120%;
  font-weight: 700;*/
  /*font-family: "hiragino-kaku-gothic-pron", "Hiragino Sans",  Meiryo, sans-serif;*/
}
.l_scrollTxt{
  padding: 20px 15px 20px;
  background: #fff;
  border-radius: 15px; 
  border: 2px solid currentColor;
  overflow-y: scroll;
  height: min(22.5vw,270px);
}
.l_scrollTxt{
  font-size: min(100);
  line-height: 1.72;
  letter-spacing: -0.03em;
}

@media (max-width: 768px) {
  .l_method{
    padding: 7.7vw 0 6.6vw 0;
  }
  .l_method .l_container{
    width: 93.3vw;
    margin-inline: auto;
  }
  .l_method .el_sttlArea{
    margin-bottom: 10vw;
  }
  .l_methodstep{
    flex-direction: column;
    gap:21.3vw;
    margin-bottom: 10.6vw;
  }
  .l_methodstep li{
    border-radius: 2vw;
    width: 100%;
    padding: 15.3vw 8vw 11.3vw;
    border: 2px solid #e94738;
  }
  .l_btn_sttl{
    font-size: 6.4vw;
    color: #e94738;
    &::before{
      top: .1vw;
      left: -7.7vw;
      width: 12.2vw;
      height: 5.2vw;
    }
    &::after{
      top: .1vw;
      right: -6.8vw;
      width: 12.2vw;
      height: 5.2vw;
    }

    margin-bottom: 5vw;
  }
  .l_methodstep li p.el_bold{
    font-weight: 600;
  }
  .l_methodstep li:not(:last-child)::after{
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    top: inherit;
    bottom: -13.2vw;
    transform: translateX(50%) translateY(0) rotate(90deg);
    width: 0;
    height: 0;
    border-left: 22px solid #e94738;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
  }
  .l_methodstep li span{
    display: inline-block;
    position: absolute;
    top: -4.9vw;  
    left: 50%;
    transform: translateX(-50%);

    border-radius: 2.9vw;
    padding: 3vw 4vw;
  }
  .l_methodstep li span img{
    width: 20.5vw;
  }
  .l_methodstep li .el_img{
    height: 100%;
    padding: 0 17.6vw;
    display: inline-block;
  }
  .l_methodstep li:nth-of-type(1) .el_img{
    padding-bottom: 5.3vw;
  }
  .l_methodstep li:nth-of-type(3) .el_img{
    padding-top: 2.6vw;
    padding-bottom: 3.3vw;
  }
  .l_methodstep li p{
    padding: 4.6vw 0 0 0;
    font-size: 4.4vw;
    line-height: 1.38;
    letter-spacing: .04em;
  }
  .l_method .l_entrybtn{
    margin-bottom: 11.3vw;
  }
  .l_methodAbout{
    margin-bottom: 4.6vw;
    font-size: 4vw;
  }
  .l_methodAbout:nth-of-type(3){
    margin-bottom: 8vw;
  }
  .l_methodAbout_sttl{
    width: 29vw;
    margin: auto;
    margin-bottom: 4.8vw;
  }
  .l_methodAbout p{
    margin-inline: 3vw;
    margin-bottom: 10.6vw;
    font-size: 4vw;
  }

  .l_methodAbout li{
    align-items: flex-start;
    line-height: 1;
    letter-spacing: -0.03em;
    font-size: 3.4vw;
    gap: 3.3vw;
  }
  .l_methodAbout .el_ex{
    display: table;
    margin-bottom: 4vw;
    padding: 1.4vw 3.4vw;
  }
  .l_methodAbout .el_ex img{
    display: block;
    width: 7vw;
    height: auto;
  }
  .l_methodAbout li strong{
    margin-left: 1vw;
    padding: 1vw 2vw .8vw;
    border:  1px solid currentColor;
    letter-spacing: 0em;
  }
  .l_methodAbout li strong i{
    font-size: 110%;
    margin: -3px 0;
    display: inline-block;
  }
  .l_scrollTxt{
    padding: 4vw 3.3vw 2vw;
    border-radius: 2vw; 
    border: 2px solid #295095;
    height:75.2vw;
  }
  .l_scrollTxt{
    font-size: 3vw;
    line-height: 1.5;
  }
}

/*****************
l_prize
*****************/
.l_prize{
  margin-bottom: 80px;
  /*background: #fff5bb;
  background: url("../img/method_btm.png") top -10px center repeat-x #fff5bb;*/
}
.l_prize .el_sttlArea{
  margin-bottom: 55px;

  h2{
    padding-top: 5px;
    letter-spacing: .3em;
  }
}
.l_prizeList{
  margin-bottom: 65px;
  text-align: center;
  transform: translateX(-9px);

  li:not(:first-child){
    margin-top: 50px;
  }
}
.l_prizeTxt{
  margin-bottom: 40px;
  li{
    margin-left: 1.3em;
    text-indent: -1.3em;
    font-size: min(2.2vw,20px);
    font-weight: 600;
    line-height: 1.6;
    &:not(:first-child){
      margin-top: 30px;
    }
  }
}
.l_prizeFlow{
  margin-bottom: 30px;
}
.l_prizeBrand{
  margin-bottom: 50px;
  h3{
    margin-bottom: 10px;
    font-size: min(3.1vw,28px);
    font-weight: 600;
    span{
      font-size: min(1.5vw,19px);
    }
  }
  p{
    font-size: min(2vw,18px);
    font-weight: 600;
    line-height: 1.88;
  }
}

ul.l_prizeList img{
  width:80%;
  }

@media (max-width: 768px) {
  .l_prize{
    margin-bottom: 10vw;
  }
  .l_prize .l_container{
    width: 93.3vw;
    margin-inline: auto;
  }
  .l_prize .el_sttlArea{
    margin-bottom: 6.6vw;

    h2{
      padding-top: .6vw;
    }
  }
  .l_prizeList{
    width: 85.8vw;
    margin-inline: auto;
    margin-bottom: 6.6vw;
    transform: translateX(0);

    li:not(:first-child){
      margin-top: 5.3vw;
    }
  }
  .l_prizeTxt{
    margin-inline: 2.6vw;
    margin-bottom: 8vw;
    li{
      margin-left: 0;
      text-indent: 0;
      font-size: 4vw;
      line-height: 1.46;
      &:not(:first-child){
        margin-top: 5.3vw;
      }
    }
  }
  .l_prizeFlow{
    width: 89.3vw;
    margin-inline: auto;
    margin-bottom: 0;
  }
  .l_prizeBrand{
    width: 89.3vw;
    margin-inline: auto;
    margin-bottom: 10.4vw;
    h3{
      margin-bottom: 3.3vw;
      font-size: 5.6vw;
      span{
        font-size: 4vw;
      }
    }
    p{
      font-size: 3.7vw;
      line-height: 1.78;
    }
  }

  ul.l_prizeList img{
    width:100%;
    }

}

/*****************
.l_atten
*****************/
.l_atten {
  margin-bottom: 75px;
  .el_txtTtl{
    margin-bottom: 40px;
    font-size: min(3.6vw,46px);
    font-weight: 600;
    letter-spacing: .2em;
    text-align: center;
  }
  .l_scrollTxt{
    p:not(:last-child){
      margin-bottom: 30px;
    }
    a{
      color: #007bff;
      &:hover{
        text-decoration: underline;
      }
    }
  }
}

@media (max-width: 768px) {
  .l_atten {
    margin-bottom: 8.6vw;
    .el_txtTtl{
      margin-bottom: 4.6vw;
      font-size: 6.4vw;
    }
    .l_scrollTxt{
      p:not(:last-child){
        margin-bottom: 4vw;
      }
    }
  }
  .l_atten .l_container{
    width: 93.3vw;
    margin-inline: auto;
  }
}

/*****************
.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: 164px;
}


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

  .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: 2;

  opacity: 0;
  width: 100px;

  padding-bottom: 40px;
}


/*　上に上がる動き　*/
#page-top_img.UpMove{
animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
from {
  opacity: 0;
transform: translateY(230px);
}
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: 19.7vw;

  }
}

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;*/
  }

}
