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

/* 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: #000;
  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(1159px,96.58vw);
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .l_container {
  width: 91.4vw;
  }
}

[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(1159px,96.58vw);
  margin: auto;
  padding: 20px 4px 12px;
}
.logo{
  display: inline-block;
}
.logo_tv{
  width: 100%;
  max-width: 244px;
}

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

/*****************
main
*****************/
.loading{
  font-family: 'Noto Sans JP', "hiragino-kaku-gothic-pron", "Hiragino Sans",  Meiryo, sans-serif;
}
.main-content{
  font-family: 'Noto Sans JP', "hiragino-kaku-gothic-pron", "Hiragino Sans",  Meiryo, sans-serif;
  color: #140d32;
}
.dp_sp{
  display: none;
}
.dp_pc{
  display: block;
}
.main-top {
  background: url("../img/main_bg.png") top center no-repeat #00a8ff;
  padding-bottom: 10px;
  width: 100%;
  margin: auto;
}
.main-top .img{
  width: min(96.83vw,1162px);
  margin: auto;
  padding-top: min(2.5vw,30px);
  padding-bottom: 25px;
  transform: translateX(1px);
}
.main-top .img img{
  width: 100%;
}

@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);
  }
}


/*****************
common
*****************/
.el_btn{
  position: relative;
  background: #f2c200;
  margin: auto;
  width: min(52.8vw,613px);
  padding: min(3.7vw,43px) 0 min(4.3vw,50px);
  display: block;
  text-align: center;
/*  border: 3px solid #140d32;*/
  border-radius: 30px;
  box-shadow: 0px 5px 0px 4px #cb8702;
  font-weight: 800;
  font-size: min(2.2vw,26px);
  letter-spacing: 0.08em;
  text-shadow: 0px 1px #fbed00;
  color: #fff;
}
.el_btn::after{
  content: "";
  display: block;
  position: absolute;
  right: 43px;
  top: 50%;
  width: 39px;
  height: 39px;
  transform: translateY(-50%);
  background: url("../img/icon_brn_arrow.png") no-repeat;
  background-size: 100%;
}
.el_sttl {
  text-align: center;
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .el_btn{
    width: 100%;
    padding: 6vw 0 7.2vw;
    /*border: 2px solid #140d32;*/
    border-radius: 4vw;
    font-size: 3.7vw;
    box-shadow: 0px 3px 0px 2px #cb8702;
    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: 8.9vw;
  }
}

/*****************
l_method
*****************/
.l_method{
  padding: 77px 0 40px 0;
  background: url("../img/main_btm.png") top -10px center repeat-x #fff;
}
.l_methodstep{
  display: flex;
  column-gap: 34px;/*48px */
  margin-bottom: 48px;
}
.l_methodstep li{
  position: relative;
  background: #fff;
  border-radius: 15px;
  border: 6px solid #00a8ff;
  width: calc((100% - 34px * 2) / 3);/*48px */
  padding: 42px 18px 15px;
}
.l_methodstep li:not(:last-child)::after{
  content: "";
  display: block;
  position: absolute;
  right: -36px;/*-38px */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 22px solid #00a8ff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
.l_methodstep li span{
  display: inline-block;
  position: absolute;
  top: -19px;  
  left: 50%;
  transform: translateX(-50%);
  background: #00a8ff;
  border-radius: 22px;
  padding: 12px 15px;
}
.l_methodstep li span img{
  width: 78px;
}
.l_methodstep li .el_img{
  height: min(21.8vw,153px);
  padding: 0 min(3.5vw,41px);
  display: flex;
  align-items: center;
}
.l_methodstep li p{
  padding: 10px 0 0 0;
  font-weight: 600;
  font-size: min(1.5vw,18px);
  line-height: 1.33;
  letter-spacing: -0.05em;
}
.l_method .l_entrybtn{
  margin-bottom: 60px;
}
.l_methodAbout{
  margin-bottom: 43px;
  font-weight: 600;
  font-size: min(2vw,24px);
}
.l_methodAbout p{
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.666;
/*  padding-left: 15px;*/
}
.l_methodAbout ul{
}
.l_methodAbout li{
  display: flex;
  align-items: center;
  gap: 15px;
}
.l_methodAbout li:not(:last-child){
  margin-bottom: 10px;
}
.l_methodAbout .el_ex{
  display: inline-block;
  background: #00a8ff;
  border-radius: 22px;
  padding: 10px 27px 11px 26px;
}
.l_methodAbout .el_ex img{
  display: block;
  height: 21px;
  width: auto;
}
.l_methodAbout li strong{
  padding: 5px 20px 5px;
  display: inline-block;
  text-align: center;
  border: 2px solid #140d32;
  border-radius: 100px;
}
.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_methodTxt{
  padding: 30px 25px 40px;
  background: #fff;
  border-radius: 15px; 
}
.l_methodTxt{
  font-size: min(2vw,24px);
  line-height: 1.5;
  letter-spacing: -0.03em;
}

@media (max-width: 768px) {
  .l_method{
    margin-top: -1.3vw;
    padding: 9vw 0 10vw 0;
    background: #fff;
    overflow: hidden;
  }
  .l_method .el_sttl {
    width: 77.8vw;
  }
  .l_methodstep{
    flex-direction: column;
    gap: 16.6vw;
    margin-bottom: 6.4vw;
  }
  .l_methodstep li{
    border-radius: 2vw;
    width: 100%;
    padding: 10.6vw 4.6vw 9.3vw;
    border: 3px solid #00a8ff;
  }
  .l_methodstep li:not(:last-child)::after{
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    top: inherit;
    bottom: -8.8vw;
    bottom: -11.8vw;
    transform: translateX(50%) translateY(0) rotate(90deg);
    width: 0;
    height: 0;
    border-left: 22px solid #00a8ff;
    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: 2.8vw 3.7vw;
  }
  .l_methodstep li span img{
    width: 19.7vw;
  }
  .l_methodstep li .el_img{
    height: 100%;
    padding: 0 11vw;
    display: inline-block;
  }
  .l_methodstep li:nth-of-type(1) .el_img{
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
  }
  .l_methodstep li:nth-of-type(3) .el_img{
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .l_methodstep li p{
    padding: 2.6vw 0 0 0;
    font-size: 5.3vw;
    font-size: 4.6vw;
    line-height: 1.2;
    line-height: 1.37;
  }
  .l_method .l_entrybtn{
    margin-bottom: 6.4vw;
  }
  .l_methodAbout{
    margin-bottom: 6.6vw;
    font-size: 4.2vw;
  }
  .l_methodAbout p{
    margin-bottom: 9.3vw;
    padding-left: 0;
    line-height: 1.5;
    text-align: left;
    letter-spacing: -0.03em;
  }

  .l_methodAbout li{
    display: block;
    line-height: 1.5;
    letter-spacing: -0.03em;
  }
  .l_methodAbout li:not(:last-child){
    margin-bottom: 5vw;
  }
  .l_methodAbout li:nth-of-type(3){
    margin-right: -2em;
    letter-spacing: -0.05em;
  }
  .l_methodAbout .el_ex{
    display: table;
    border-radius: 2.7vw;
    margin-bottom: 2.4vw;
    padding: 1.7vw 5.3vw 2.4vw;
  }
  .l_methodAbout .el_ex img{
    display: block;
    height: 4vw;
  }
  .l_methodAbout li strong{
    margin-left: 2.6vw;
    padding: 0 1.3vw;
    border:  1px solid #140d32;
    letter-spacing: 0em;
  }
  .l_methodAbout li strong i{
    font-size: 110%;
    margin: -3px 0;
    display: inline-block;
  }
  .l_methodTxt{
    padding: 5.3vw 3vw 6vw 4.6vw;
    border-radius: 2vw; 
  }
  .l_methodTxt{
    font-size: 3.7vw;
    line-height: 1.28;
  }
}

/*****************
l_prize
*****************/
.l_prize{
  padding: 100px 0 80px 0;
  background: #00a8ff;
  background: url("../img/method_btm.png") top -10px center repeat-x #00a8ff;
}
.l_prize .el_sttl{
  transform: translateX(12px);
}
.l_prizePresent{
  display: flex;
  /*align-items: flex-end;*/
  gap: 35px 48px;
  margin: auto;
  margin-bottom: 60px;
  
  width: min(90vw,756px);
  flex-wrap: wrap;
  /*justify-content: center;*/
}
.l_prizePresent li{
  position: relative;
  background: #fff;
  border-radius: 15px;
/*  width: calc((100% - 48px * 2) / 3);*/
  width: min(calc(45vw - 24px),353px);
  padding: 50px 24px 25px;
}
.l_prizePresent li span{
  display: inline-block;
  position: absolute;
  top: -3px; 
  left: 9px;
  width: 44px;
}
.l_prizePresent li .el_img{
  padding: 0;
  display: flex;
  align-items: center;
}
/*.l_prizePresent li:nth-of-type(1) .el_img,.l_prizePresent li:nth-of-type(2) .el_img{
  padding-bottom: min(0.6vw,8px);
}*/
.l_prizePresent li p{
  text-align: center;
  padding: 10px 0 0 0;
  font-weight: 600;
  font-size: min(1.5vw,18px);
  line-height: 1.33;
}
.l_prizePresent .el_sbtn{
  background: #00a8ff;
  margin: auto;
  width: min(23.5vw,273px);
  margin-top: 10px;
  height: min(4.6vw,54px);
  /*padding: 18px 0 20px;*/
  display: block;
  text-align: center;
  border-radius: 30px;
  font-weight: 600;
  font-size: min(.9vw,11px);
  letter-spacing: 0.2em;
  line-height: 1.4;
  /*text-shadow: 0px 1px #c23700;*/
  color: #fff;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.l_prize .l_lead{
  margin-bottom: 35px;
  text-align: center;
  font-weight: 600;
  font-size: min(2.7vw,32px);
  line-height: 1.25;
  color: #fff;
}
/*.l_prize .el_btn{
  margin-bottom: 126px;
}*/

@media (max-width: 768px) {
  .l_prize{
    padding: 8.9vw 0 15vw 0;
    background: #00a8ff;
    background: url("../img/method_btm.png") top -8px center repeat-x #00a8ff;
    background-size: 3.3%;
  }
  .l_prize .el_sttl{
    transform: translateX(0);
    width: 48.5vw;
    margin-bottom: 7.6vw;
  }
  .l_prizePresent{
    flex-direction: column;
    align-items: flex-end;
    gap: 5vw;
    margin-bottom: 4vw;
  }
  .l_prizePresent li{
    border-radius: 2vw;
    width: 100%;
    padding: 13vw 6.1vw 6.1vw;
  }
  .l_prizePresent li span{
    top: -0.8vw; 
    left: 2.1vw;
    width: 11.6vw;
  }
  .l_prizePresent li:nth-of-type(1) .el_img,.l_prizePresent li:nth-of-type(2) .el_img{
    padding-bottom: 0;
  }
  .l_prizePresent li p{
    padding: 2.6vw 0 0 0;
    font-size:4.6vw;
    line-height: 1.3;
  }
  .l_prizePresent .el_sbtn{
    width: 71.2vw;
    height: 14vw;
    margin-top: 3vw;
    /*padding: 4.8vw 0 5.5vw;*/
    border-radius: 3.6vw;
    font-size: 3vw;
  }
  .l_prize .l_lead{
    margin-bottom: 3vw;
    font-size: 5.3vw;
    line-height: 1.4;
    text-align: left;
  }
  /*.l_prize .el_btn{
    margin-bottom: 5.7vw;
  }*/
}

/*****************
.rakureco
*****************/
.l_rakureco{
  padding: 100px 0 103px 0;
  background: #fff;
  background: url("../img/main_btm.png") top -10px center repeat-x #fff;
}
.l_rakureco .el_sttl{
  width: min(67.6vw,812px);
  margin: auto;
  margin-bottom: 80px;
}
.l_rakurecoLi{
  display: flex;
  gap: 40px 27px;
  margin: auto;
  margin-bottom: 57px;
  width: min(96.5vw,1159px);
  flex-wrap: wrap;
}
.l_rakurecoLi li{
  width: calc((100% - 27px) / 2);
}
.l_rakurecobtn{
  position: relative;
  background: #00a8ff;
  margin: auto;
  width: min(52.8vw,613px);
  padding: min(3.7vw,43px) 0 min(4.3vw,50px);
  display: block;
  text-align: center;
  border-radius: 27px;
  font-weight: 600;
  font-size: min(2.2vw,26px);
  letter-spacing: 0.2em;
  color: #fff;
}
.l_rakurecoImg{
  width: min(96.5vw,1159px);
  margin: auto;
  padding-top: 59px;

  figcaption{
    padding-top: 10px;
    font-size: min(1.3vw,16px);
    font-weight: 600;
    color: #16527c;
    text-align: right;
  }
}

@media (max-width: 768px) {
  .l_rakureco{
    padding: 14.2vw 0 4vw 0;
    background: #fff;
    background: url("../img/main_btm.png") top -8px center repeat-x #fff;
    background-size: 3.3%;
  }
  .l_rakureco .el_sttl{
    width: 91.4vw;
    margin-bottom: 9.7vw;
  }
  .l_rakurecoLi{
    flex-direction: column;
    align-content: center;
    gap: 4.4vw;
    margin-bottom:  6.8vw;
    width: 75.4vw;
  }
  .l_rakurecoLi li{
    width: 100%;
  }
  .l_rakurecobtn{
    width: 81.3vw;
    padding: 6vw 0 6vw;
    /*border: 2px solid #140d32;*/
    border-radius: 3.6vw;
    font-size: 3.4vw;
  }
  .l_rakurecoImg{
    width: 92.5vw;
    padding-top: 7.3vw;
  
    figcaption{
      padding-top: 1.7vw;
      font-size: 2.1vw;
    }
  }
}

/*****************
.atten
*****************/
.l_atten{
  padding: 120px 0 350px;
  background: url("../img/main_btm.png") top -10px center repeat-x #fff;
}
.l_atten .el_sttl{
  margin-bottom: 33px;
}
.atten_txt{
  border-radius: 8px;
  background: #fff;
  height: 400px;
  height: 650px;
  margin: auto;
  padding: 30px 25px;
  overflow-y: scroll;
  font-size: min(2vw,24px);
  line-height: 1.5;
  border: 2px solid #dadada;
}
.atten_txt h4{
  font-size: min(2vw,24px);
}
.atten_txt p{
  margin-bottom: 35px;
}
.atten_txt a{
  color: #2188e9;
  text-decoration: underline;
}
.atten_txt a:hover{
  text-decoration: none;
}

@media (max-width: 768px) {
  .l_atten{
    padding: 16.8vw 0 41vw;
    background: url("../img/main_btm.png") top -8px center repeat-x #fff;
    background-size: 3.3%;
  }
  .l_atten .el_sttl{
    width: 35.4vw;
    margin-bottom: 4.4vw;
  }
  .atten_txt{
    border-radius: 1vw;
    height: 60.8vw;
    padding: 5.3vw 2.6vw;
    font-size: 3.2vw;
    border: 1px solid #dadada;
  }
  .atten_txt h4{
    font-size: 3.2vw;
  }
  .atten_txt p{
    margin-bottom: 4.6vw;
  }
}

/*****************
footer 追加
*****************/
.footer{
  background: #000;
  position: relative;
  z-index: 3;
}
.inner-footer{
  max-width: 1140px;
  margin: auto;
  padding: 11px 15px 16px;
  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: 184px;
}


@media (max-width: 768px) {
  .inner-footer{
    max-width: 100%;
  }
  .el_footerLogo{
    width: 40%;
  }

  .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 {
    position: fixed;
    right: 5vw;
    font-weight: 700;
    z-index: 2;
    opacity: 0;
    width: 127px;
    padding-bottom: 20px;
  transform: translateY(150px);
}
/*#page-top {
    position: fixed;
    bottom: 0;
    right: 5vw;
    font-weight: 700;
    z-index: 2;
    opacity: 0;
    width: 108px;
}
#page-top a {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
   background-color: #f3d43e;
    text-decoration: none;
    color: #000;
    width: 120px;
    padding: 12px 5px;
    text-align: center;
    display: block;
    border: 3px solid #000;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}
#page-top a:hover {
    text-decoration: none;
    filter: brightness(110%) contrast(80%);  
}
#page-top a::after {
    content: '';
    display: inline-block;
    background-image: url("../img/arrow_black_m.png");
    width: 11px;
    height: 7px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}*/

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

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

#page-top.floatAnime{
  animation: floatAnime 2s linear infinite;
  opacity: 0;
}

@keyframes floatAnime {
  0% { transform: translateX(0); opacity: 0; }
  25% { transform: translateX(-10px);opacity: 1; }
  50% { transform: translateX(0) }
  100% { transform: translateX(10px);opacity: 1; }
}

@media (max-width: 768px) {
  #page-top {
    right: 2vw;
    width: 16.9vw;
  }
  #page-top a {
    border-radius: 2vw 2vw 0 0;
    width: auto;
  }
  #page-top a::after{
    width: 9px;
    height: 6px;
  }
  #page-top a:hover {
      text-decoration: none;
      filter: none;  
  }
  #page-top a:hover img{
    opacity: 1;
  }
}


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

}
