@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(90%) contrast(110%);
}
a:hover img {
  /*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(90%) contrast(110%);
}

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

.clearfix:after {
  clear: both;
}

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

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

[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(1200px,98vw);
  margin: auto;
  padding: 20px 45px 14px;
}
.logo{
  display: inline-block;
}
.logo_tv{
  width: 100%;
  max-width: 239px;
}

@media (max-width: 768px) {
  .header {
    border-bottom: none;
  }
  .inner-header{
    max-width: 100%;
    padding: 2.8vw 2.6vw 3.2vw;
  }
  .logo_tv{
    width: 32.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;
  background: #000;
}
.main-content{
  font-family: 'Noto Sans JP', "hiragino-kaku-gothic-pron", "Hiragino Sans",  Meiryo, sans-serif;
  background: url(../img/bg.png) repeat-y;
  background-size: cover;
}
.dp_sp{
  display: none;
}
.dp_pc{
  display: block;
}
.main-top {
  width: 100%;
  margin: auto;
  padding-top: min(4.8vw,58px); 
  padding-bottom: min(2.5vw,30px); 
  background: url(../img/bg_main.png) top center;
  background-size: cover;
}
.main-top .img{
  width: min(1217px,100vw);
  margin: auto;
}
.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 {
    padding-top: 0; 
    padding-bottom: 0;  
  }
  .main-top .img{
    width: 100vw;
    margin: auto;
  }
}

/*****************
l_present
*****************/
.l_present_detail{
  margin: auto;
  padding-top: min(8.5vw,103px);
  width: min(90vw,1080px);
}
.l_present .l_btn{
  transform: translateX(7px);
  margin: auto;
  padding: 43px 0 63px;
  display: flex;
  justify-content: center;
  gap: min(3vw,37px);
}
.l_present .l_btn li{
  width: min(43.6vw,524px);
 }
@media (max-width: 768px) {
  .l_present_detail{
    padding-top: 14.5vw;
    width: 93.8vw;
  }
  .l_present .l_btn{
    transform: translateX(0); 
    padding: 6vw 0 7.46vw;
    flex-direction: column;
    align-items: center;
    gap: 4.6vw;
    width: 93.8vw;
  }
  .l_present .l_btn li{
    width: 100%;
  }
}

/*****************
l_atten
*****************/
.l_atten{
  padding: 0 0 155px;
}
.atten_txt{
  background: #fff;
  height: 629px;
  padding: 25px 20px;
  overflow-y: scroll;
  font-size: min(1.6vw,20px);
  font-weight: 500;
  line-height: 1.66;
  border: 1px solid #8a8a8a;
}
.atten_txt h3{
  font-size: min(1.6vw,20px);
}
.atten_txt h4{
  font-size: min(1.6vw,20px);
}
.atten_txt p{
  margin-bottom: 30px;
}
.atten_txt a{
  color: #2188e9;
  text-decoration: underline;
}
.atten_txt a:hover{
  text-decoration: none;
}

@media (max-width: 768px) {
  .l_atten{
    background: url("../img/main_bg.png") top center no-repeat;
    background-size: 200% auto;
    padding: 0 0 20.9vw;
  }
  .atten_txt{
    height: 83.3vw;
    padding: 5.3vw 3.3vw 4vw;
    font-size: 3.2vw;
  }
  .atten_txt h3{
    font-size: 3.2vw;
  }
  .atten_txt h4{
    font-size: 3.2vw;
  }
  .atten_txt p{
    margin-bottom: 4vw;
  }
}

/*****************
footer 追加
*****************/
.footer{
  background: #000;
  position: relative;
  z-index: 3;
}
.inner-footer{
  width: min(100vw,1200px);
  margin: auto;
  padding: 14px 44px 19px 0;
  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: 177px;
}


@media (max-width: 768px) {
  .inner-footer{
    max-width: 100%;
    padding: 1.3vw 3.3vw 2.6vw;
  }
  .el_footerLogo{
    width: 23.3vw;
  }

  .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: 178px;

  padding-bottom: 40px;
}

  /*#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: #c51302;
  text-decoration: none;
  color: #fff;
  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_img.UpMove{
animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
from {
  opacity: 0;
transform: translateY(100px);
}
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(100px);
}
}

@media (max-width: 768px) {
  /*
#page-top {
    right: 2vw;
}
#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;
}
*/
#page-top_img {
  position: fixed;
  bottom: 18.6vw;
  right: 2.6vw;
  z-index: 2;

  opacity: 0;
  width: 36vw;
  padding-bottom: 25px;
}
}



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

}
