@charset "UTF-8";
#splash {
  height: 100vh;
  overflow: hidden;
  transition: all 1s linear 3s;
  opacity: 0;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  pointer-events: none;
}

.loading #splash { opacity: 1;}
#splash .flex {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#splash .logo_h {
  position: absolute;
  left: calc(50% - 112px);
  transition: opacity 1s ease;
}
.loading #splash .logo_h {opacity: 0;}
#bigger {
  width: 140vw;
  margin-left: -20vw;
  transition: transform 10s linear, opacity 0.5s ease;
  transform: scale(2) rotate(20deg);
  
}
#bigger svg {opacity: 0; transition: opacity 1s linear;}
.showBigger #bigger svg { opacity: 1;}
.loading #bigger {
  transform: scale(1) rotate(-10deg);
}
#body { transition: opacity 1s ease;}
.loading #body { opacity: 0;}

@media only screen and (max-width: 782px) {
  #splash { display: none;}
  #bigger {
    width: 240vw;
    margin-left: -70vw;
  }
}
#amin_logo_svg {transition-delay: 4s;}
.show-mainimg #amin_logo_svg { opacity: 1;}
.show-mainimg.loading #amin_logo_svg { transform: rotate(0deg) scale(1.05); opacity: 0;}
#mainimg_photo {
  position: fixed;
  left: 0;
  top:0;
  z-index: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
#mainimg_photo img {
  transition: opacity 2s ease;
}
.opening #mainimg_photo img { opacity: 0;}
#mainimg_photo img { width: 100%; height: 100%; object-fit: cover;}
@media only screen and (max-width: 782px) {
  #mainimg_photo { /*display: flex; align-items: flex-end;*/}
  #mainimg_photo img { width: 100%; height: auto; }
}

#mainimg {
  position: relative;
  height: 100vh;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  z-index: 8;
}
#mainimg.autoHeight { height: auto;}
#mainimg h2 { margin-top: 50px; font-size: 52px; font-feature-settings: "palt";}
#mainimg h3 { margin-top: 10px; font-size: 24px;}
#mainimg h4.line { margin-top: -10px; font-size: 18px; display: flex; justify-content: center; align-items: center;}
#mainimg h4.line::before,
#mainimg h4.line::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #fff;
}
#mainimg h4.line span { margin: 0 25px;}
#mainimg .final { margin-top: 40px;}
#mainimg .final .year { font-size: 30px; font-family: "ChopardLight";}
#mainimg .final .date { font-size: 70px; font-family: "ChopardLight";}
#mainimg .final .week { font-size: 32px;}
#mainimg .final .large { font-size: 70px;}
#mainimg .gradBtn a { width: 360px; font-size: 30px; padding-top: 5px;}
#mainimg .gradBtn.long a { width: 400px;}
#mainimg .gradBtn a.small { font-size: 20px;padding-top: 10px;padding-bottom: 10px;}
#mainimg .gradBtn.notBtn a { width: 470px; height: 50px; font-size: 20px; min-height: inherit; padding: 0; pointer-events: none; font-weight: bold;}
.note { font-size: 86%; margin-top: 1em;}

#mainimg .inner h1 { margin-top: max(250px, 18vw);}
#mainimg .inner,
#member .inner { width: 960px;box-sizing: border-box;}
#mainimg .inner p { margin-top: 7rem;}
.lightblue { color: #9ad5e5;}

@media only screen and (max-width: 782px) {
  #mainimg {
    min-height: 400px;
    text-align: center;
    box-sizing: border-box;
  }
  #mainimg.spPaddingTop {
    justify-content: flex-start;
    padding-top: 270px;
  }
  #mainimg h1 img { width: 285px;}
  #mainimg .inner,
  #member .inner { width: 92%; }
  #mainimg .inner h1 { margin-top: 40px;}
  #mainimg .inner h1 img { width: 260px;}
  #mainimg h2 {margin-top: 40px; font-size: 30px;}
  #mainimg h2.img img  { max-width: 90%;}
  #mainimg h3 {margin-top: 2px; font-size: 16px;}
  #mainimg h4.line { margin-top: -5px; font-size: 11px;}
  #mainimg h4.line::before,
  #mainimg h4.line::after {
    width: 32px;
  }
  #mainimg h4.line span { margin: 0 12px;}
  #mainimg .final { margin-top: 40px;}
  #mainimg .final .year { font-size: 20px;}
  #mainimg .final .date { font-size: 40px;}
  #mainimg .final .week { font-size: 20px;}
  #mainimg .final .large { font-size: 40px; display: block; margin: -12px 0 15px; line-height: 1;}
  #mainimg .gradBtn a { width: 240px; height: 40px; font-size: 18px;}
  #mainimg .gradBtn.long a { width: 280px;}
  #mainimg .gradBtn a.small { font-size: 15px;}
  #mainimg .gradBtn.notBtn a { width: 260px; height: 30px; font-size: 13px;}
  
  #mainimg .inner p { margin-top: 3rem; text-align: left;}
}
@media only screen and (max-width: 400px) {
  #mainimg h1 img { width: 260px;}
}
#mainimg > * {transition: opacity 2s ease 1.5s, transform 2s ease 1.5s;}

#mainimg .gradeLineBtn {  margin-top: 80px;}
#mainimg .gradeLineBtn a { min-height: 80px;}

#mainimg dl.movie {
  margin: 10rem 0;
}
#mainimg dl.movie dt {
  font-weight: bold;
  text-align: center;
  font-size: 180%;
  margin-bottom: 10px;
}
#mainimg dl.movie dd {
  width: 100%;
  position: relative;
}
#mainimg dl.movie dd::before {
  content: "";
  width: 100%;
  display: block;
  padding: 63% 0 0 0;
}
#mainimg dl.movie dd iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#header .right {
  transition: opacity 2s ease 1s;
}
body.opening #mainimg > * {
  opacity: 0;
  transform: translateY(3vw);
}
body.opening #header .right {
  opacity: 0;
}

#body > main { position: relative; z-index: 9;}

body.show-mainimg #shadow {opacity: 0;}
#header .logo img,
#header .sns { transition: all 0.5s ease;}
body.show-mainimg:not(.show-menu) #header .logo img{ opacity: 0; pointer-events: none;}
body.show-mainimg:not(.show-menu) #header .sns {
  position: absolute;
  top: 180px;
  right: 5px;
  flex-direction: column;
}
body.show-mainimg:not(.show-menu) #header .sns li { margin-bottom: 10px;}
#homeheader { opacity: 0; pointer-events: none; position: fixed; left: 0; top: 0; width: 100%; z-index: 99;transition: all 2s ease 1s;}
#homeheader .logo {
  position: absolute;
  left: 75px;
  top: 45px;
  width: 250px;
  text-align: center;
}
.device-tb #homeheader .logo { width: 200px;left: 55px;top: 25px;}
#homeheader .logo figure.text { margin-top: 12px;}
#homeheader .logo figure.text img { width: 80%; height: auto;}
body.show-mainimg:not(.show-menu) #homeheader { opacity: 1; pointer-events: auto;}

body.show-mainimg.opening #homeheader {
  opacity: 0;
  transform: translateY(3vw);
}

#homeheader .gradeLineBtn {
  position: absolute;
  right: 200px;
  top: 50px;
}

@media only screen and (max-width: 782px) {
  body.show-mainimg:not(.show-menu) #header .sns {
    display: flex;
    top: 70px;
    right: 10px;
    flex-direction: column;
    margin-right: 0;
  }
  body.show-mainimg:not(.show-menu) #header .sns li { margin-bottom: 10px;}
  #header .sns li a { width: 30px; height: 30px;}
  #homeheader .logo {
    left: 32px;
    top: 25px;
    width: 120px;
  }
  #homeheader .logo figure.text { margin-top: 10px;}
  #homeheader .logo figure.text img { width: 80%; height: auto;}

  #homeheader .gradeLineBtn {
    width: 190px;
    right: 60px;
    top: 10px;
    font-size: 10px;
    font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  #mainimg > * {transition: opacity 0.5s ease 0.5s}
  #mainimg .spAbsolute_h1 {
    position: absolute;
    left: 0;
    top: calc(50% - 86px);
    width: 100%;
    text-align: center;
  }
  #mainimg .spAbsolute_h2 {
    position: absolute;
    left: 0;
    top: 56%;
    width: 100%;
    text-align: center;
  }
  #mainimg .spAbsolute_h2 h2 {
    margin-top: 0;
  }
  #mainimg .spAbsolute_h2 .gradBtn a { margin-left: auto; margin-right: auto;}
  #homeheader { transition: all 0.5s ease;}
  body.opening #mainimg > *,
  body.show-mainimg.opening #homeheader {
    transform: none;
  }
/*
  #homeheader .logo {
    left: calc(50% - 62.5px);
    top: 95px;
    width: 125px;
  }
  */
  #mainimg dl.movie {
    margin: 5rem 0;
  }
}

#member {
  margin-top: 150px;
  position: relative;
  z-index: 9;
}
#member .lnav {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  z-index: 2;
}
#member .lnav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#member .lnav li {
  width: calc(33.3% - 30px);
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 114%;
  margin-bottom: 10px;
}
#member .lnav li a {
  justify-content: flex-start;
  height: 80px;
  padding-left: 2rem;
  position: relative;
  text-align: center;
  line-height: 1.6;
}
#member .lnav li a i {
  position: absolute;
  right: 2rem;
  top: calc(50% - 3px);
  width: 10px;
  height: 10px;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media only screen and (max-width: 782px) {
  #member {
    margin-top: 60px;
  }
  #member .lnav {
    position: relative;
    top: auto;
  }
  #member .lnav ul {
    display: flex;
    justify-content: center;
  }
  #member .lnav li {
    width: 90%;
    font-size: 100%;
  }
  #member .lnav li a {
    justify-content: flex-start;
    height: 60px;
    padding: 0 2rem 0 2rem;
    white-space: nowrap;
  }
  #member .lnav li a i {
    right: 1rem;
    top: calc(50% - 5px);
    width: 8px;
    height: 8px;
  }
}

.fullBg {
  width: 100%;
  height: 650px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.fullBg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: -30px;
  left: 0;
}
.fullBg h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 50px;
}

@media only screen and (max-width: 782px) {
  .fullBg { height: auto;}
  .fullBg img { position: relative; }
  .fullBg h2 { font-size: 25px; margin-top: -60px;}
  #member .lnav + .fullBg { margin-top: -40px; position: relative; z-index: 1; height: auto; justify-content: flex-start;}
  #member .lnav + .fullBg img { height: 80vw; width: 100vw;}
  #member .lnav + .fullBg h2 { margin-top: 50vw;}
}

.fullBg + * { z-index: 2;}

#member article {
  margin: 80px 0 0 0;
  text-align: center;
  transform: translateY(3vw);
  opacity: 0;
  transition: all 0.5s ease;
}
#member article.inview {
  transform: translateY(0);
  opacity: 1;
}
#member article.taisho { margin-top: -60px;}
#member article figure { text-align: center;}
#member article h3 { 
  font-size: 60px; 
  line-height: 1.6; 
  position: relative; 
  max-width: 700px;
  font-weight: bold;
  margin: 2rem auto 0;
}
#member article.taisho h3 { font-size: 80px; max-width: inherit;}
#member article h3::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(154,213,229);
  background: -webkit-linear-gradient(left, rgba(154,213,229,1) 0%, rgba(4,52,144,1) 50%, rgba(244,96,131,1) 100%);
  background: -o-linear-gradient(left, rgba(154,213,229,1) 0%, rgba(4,52,144,1) 50%, rgba(244,96,131,1) 100%);
  background: linear-gradient(to right, rgba(154,213,229,1) 0%, rgba(4,52,144,1) 50%, rgba(244,96,131,1) 100%);
}
#member article h3 span {
  display: inline-block;
  background: #000;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  border-radius: 100px;
}
#member article h4 { color: #f46083; font-weight: bold;}
#member article.taisho h4 { font-size: 114%;}
#member article h5 { margin: 30px 0 0 0;  font-size: 40px; font-weight: bold; line-height: 1.6; }
#member article h6 { margin: 10px 0 0 0; font-size: 20px; font-weight: bold; line-height: 1.6; }
#member article.taisho h5 { font-size: 50px;}
#member article.taisho h6 { font-size: 25px;}
#member article ul.mem {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 40px auto 0;
}
#member article ul.mem li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ad5e5;
  font-weight: bold;
  line-height: 1.5;
  flex-wrap: wrap;
}
#member article ul span { white-space: nowrap;}
#member article ul .small + .small { margin-left: 1rem;}
#member article ul .name { margin-left: 3rem; font-size: 50px;}
#member article ul .san { margin-left: 3rem; font-size: 30px;}
#member article .text {
  margin: 40px auto 0;
  max-width: 700px;
  text-align: left;
}
#member article.taisho .text {max-width: inherit;}
#member article ul .hide { opacity: 0; pointer-events: none;}

@media only screen and (max-width: 782px) {
  #member article {
    margin: 70px 0 0 0;
  }
  #member article.taisho { margin-top: 60px;}
  #member article h3 { 
    font-size: 30px; 
  }
  #member article.taisho h3 { font-size: 40px;}
  #member article h5 { margin: 15px 0 0 0;  font-size: 22px; }
  #member article h6 { margin: 5px 0 0 0; font-size: 11px; }
  #member article.taisho h5 { font-size: 25px;}
  #member article.taisho h6 { font-size: 13px;}
  #member article ul.mem {
    margin: 20px auto 0;
    align-items: center;
  }
  #member article ul.mem li {
    display: block;
  }
  #member article ul .small + .small { margin-left: 0.2rem;}
  #member article ul .small.hide + .small { margin-left: 0;}
  #member article ul .name { margin-left: 0; font-size: 25px;}
  #member article ul .small:first-child { line-height: 2;}
  #member article ul .small:not(.hide) + .small::before,
  #member article ul .small:first-child + .name::before {
    content: "\A";
    white-space: pre;
  }
  #member article ul .san { margin-left: 0.2rem; font-size: 15px;}
  #member article .text {
    margin: 20px auto 0;
  }
  #member article ul .hide { display: none;}
}


@media only screen and (min-width: 783px) {
  /* PC */
  main section .title {
    width: 350px;
  }
  main section .contents {
    width: calc(100% - 350px);
  }
  main section.fix-title .contents {
    margin-left: 350px;
  }
}

main section#news .title h2 span.en { margin-top: 7px;}
main section#news .title h2 span.jp { letter-spacing: -0.3rem;}

@media only screen and (min-width: 782px) {
  /* PC */
  #news .title .gradeLineBtn {
    position: absolute;
    top: 210px;
    left: 160px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
  #news .title .gradeLineBtn a {
    min-height: 50px;
    padding: 25px 7px;
  }
  #news .title .gradeLineBtn a::before {
    background: linear-gradient(to bottom, rgba(154,213,229,1) 0%, rgba(4,52,144,1) 50%, rgba(244,96,131,1) 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
  }
  #news .title .gradeLineBtn a:hover::before { -webkit-mask:none; mask: none; z-index: -1;}
}
@media only screen and (max-width: 782px) {
  main section#news .title h2 span.jp { letter-spacing: 0;}
  #news .title .gradeLineBtn {
    position: absolute;
    top: 10px;
    right: 0px;
  }
}

@media only screen and (min-width: 1500px) {
  main section#news .title{
    transform: none;
    width: calc(50% - 400px);
  }
  main section#news .contents {
    padding-left: 0;
    width: calc(50% + 400px);
  }
  main section#news.fix-title .contents {
    margin-left: calc(50% - 400px);
  }
  #news .title .gradeLineBtn { left: calc(50vw - 590px);}
}



#news .swiper { padding: 10px 50px 50px 10px;}
.swiper-pagination-bullet { background: #818181; opacity: 1;border: #000 2px solid;}
.swiper-pagination-bullet-active {
  border: #f46083 2px solid;
  background: #000;
}
.swiper-button-next, .swiper-button-prev {
  opacity: 0!important; pointer-events: none;
}
.swiper-slide{ height: auto; }
#news .swiper-slide {
  width: 320px;
}
@media only screen and (max-width: 782px) {
  #news .swiper { padding: 0px;}
  #news .swiper-slide {
    width: 285px;
    margin-bottom: 30px;
  }
  #news .swiper.swiper-initialized {
    padding-left: 30px;
  }
  #news .swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
}
#news article {
  width: 100%;
  height: 100%;
  background: #cccbcb;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}
#news article.new::before {
  content: "NEW";
  font-family:ChopardLight;
  color: #fff;
  background: #f46083;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: -10px;
  top: -10px;
  box-sizing: border-box;
  padding-top: 2px;
  position: absolute;
  font-size: 75%;
  z-index: 5;
}
#news article img { max-width: 100%; height: auto;}
#news article a { color: #000; text-decoration: none; padding-bottom: 55px; position: relative; display: block; height: 100%; box-sizing: border-box;}
#news article a .date { margin-top: 10px; font-size: 80%;}
#news article a h3 { font-weight: bold;}
#news article a h4 { font-weight: bold; margin-top: 3px; line-height: 1.6;}
#news article a .cate {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #043490;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 86%;
  padding-left: 1.2em;
  color: #fff;
  box-sizing: border-box;
}
.photo { margin-top: 150px; overflow: hidden; position: relative; z-index: 2; transition: all 0.5s ease; opacity: 0; transform: translateY(3vw);}
.photo img { width: 100%; transform: translateY(3px);}
.photo:nth-of-type(3) img { width: 100%; transform: translateY(6px);}

.photo.inview {opacity: 1; transform: translateY(0);}

.large { font-size: 114%; line-height: 2.2; letter-spacing: 0.1rem;}
.device-pc #overview .contents,
.device-pc #about .contents,
.device-pc #gaiyo .contents,
.device-pc #shinsa .contents {
  width: 880px;
}
.device-tb #overview .contents,
.device-tb #about .contents,
.device-tb #gaiyo .contents,
.device-tb #shinsa .contents {
  padding-right: 30px;
}
@media only screen and (max-width: 782px) {
  .photo { margin-top: 60px; }
  .large { font-size: 114%; line-height: 1.8; letter-spacing: 0.1rem;}
  .large + p { margin-top: 10px;}
  #overview .contents,
  #about .contents,
  #gaiyo .contents,
  #shinsa .contents {
    width: auto !important;
  }
}
#about .large + hr { margin: 150px 0 120px;}

#about h3 { font-size: 24px;}
#about p:not(:first-child) { margin-top: 30px;}
#about .gradBtn { width: 365px; font-size: 20px;}

@media only screen and (max-width: 782px) {
  #about .gradBtn { width: 240px;}
  #about .gradBtn a { height: 60px; font-size: 15px;}
}

#gaiyo .flex {
  margin-bottom: 20px;
}
.device-pc #gaiyo .flex {
  display: flex;
  justify-content: space-between;

}

#gaiyo .flex dl {
  background: rgba(28,28,28,0.7);
  border-radius: 0 0 8px 8px;
}
.device-pc .flex dl { width: calc(50% - 20px);}
#gaiyo .flex dt {
  font-size: 22px;
  padding: 15px 0;
  text-align: center;
  border-radius: 8px 8px 0 0;
  background: rgba(154,213,229,0.4);
  background: -webkit-linear-gradient(left, rgba(154,213,229,0.4) 0%, rgba(102,51,204,0.4) 50%, rgba(244,96,131,0.4) 100%);
  background: -o-linear-gradient(left, rgba(154,213,229,0.4) 0%, rgba(102,51,204,0.4) 50%, rgba(244,96,131,0.4) 100%);
  background: linear-gradient(to right, rgba(154,213,229,0.4) 0%, rgba(102,51,204,0.4) 50%, rgba(244,96,131,0.4) 100%);
}
#gaiyo .flex dd {
  padding: 20px 30px 20px;
  text-align: center;
}
#gaiyo .flex dd li {
  font-size: 20px;
  border: #505d61 1px solid;
  background: #000;
  padding: 3px 0;
  margin: 6px 0;
}
#gaiyo .flex dl:nth-child(2) dd { padding-top: 35px;}
#gaiyo .term { font-size: 30px;}
#gaiyo .term .en { font-size: 45px;}

#gaiyo .flex .gradBtn { width: 400px;}
#gaiyo .flex .gradBtn a { height: 95px; padding-top: 5px; font-size: 30px;}
.device-pc #gaiyo .flex .text { width: calc(100% - 440px);}
#gaiyo .flex .text .note { margin-top: 0; margin-bottom: 15px;}
.device-tb #gaiyo .flex .text .note { margin-top: 20px; }
#gaiyo .gradeLineBtn.download a {padding-left: 80px; height: 60px;}
#gaiyo .gradeLineBtn.download a::after {
  width: 29px;
  height: 32px;
  content: "";
  position: absolute;
  z-index: 3;
  left: 35px;
  top: 15px;
  background: url("/assets_v2/img/home/icon_dl@2x.png") no-repeat left top / contain;
}
#gaiyo .gradeLineBtn.download a::before {border: 3px solid transparent;}

#gaiyo .h401 {
  font-size: 24px;
  margin-bottom: 20px;
}
#gaiyo ol { padding-left: 22px; margin-bottom: 80px;}
#gaiyo ol li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -22px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 782px) {
  #gaiyo .flex {
    display: block;
    margin-bottom: 10px;
  }
  #gaiyo .flex dl {
    width:auto;
    border-radius: 0 0 5px 5px;
  }
  #gaiyo .flex dl + dl { margin-top: 20px;}
  #gaiyo .flex dt {
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
  }
  #gaiyo .flex dd {
    padding: 15px 20px 15px;
  }
  #gaiyo .flex dd li {
    font-size: 16px;
  }
  #gaiyo .flex dl:nth-child(2) dd { padding: 30px 0;}
  #gaiyo .term { font-size: 16px;}
  #gaiyo .term .en { font-size: 30px;}

  #gaiyo .flex .gradBtn { width: 270px; margin: 25px 0 20px;}
  #gaiyo .flex .gradBtn a { height: 70px; font-size: 20px;}
  #gaiyo .flex .text { width: auto;}
  #gaiyo .flex .text .note { margin-top: 20px; margin-bottom: 10px;}
  #gaiyo .gradeLineBtn.download a {padding-left: 55px; height: 50px;}
  #gaiyo .gradeLineBtn.download a::after {
    width: 20px;
    height: 30px;
    content: "";
    position: absolute;
    z-index: 3;
    left: 25px;
    top: 14px;
    background: url("/assets_v2/img/home/icon_dl@2x.png") no-repeat left top / contain;
  }
  #gaiyo .gradeLineBtn.download a::before {border: 3px solid transparent;}

  #gaiyo .h401 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #gaiyo ol { padding-left: 15px; margin-bottom: 40px;}
  #gaiyo ol li {
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -15px;
    margin-bottom: 5px;
  }
}

#gaiyo ol li::before {
  content: "("counter(cnt)")";
}
.purple { color: #6633cc;}

table.tb01 {
  font-size: 114%;
  /*background: rgba(0,0,0,0.7);*/
  width: 100%;
  background: rgba(154,213,229,0.4);
  background: -webkit-linear-gradient(left, rgba(154,213,229,0.4) 0%, rgba(102,51,204,0.4) 50%, rgba(244,96,131,0.4) 100%);
  background: -o-linear-gradient(left, rgba(154,213,229,0.4) 0%, rgba(102,51,204,0.4) 50%, rgba(244,96,131,0.4) 100%);
  background: linear-gradient(to right, rgba(154,213,229,0.4) 0%, rgba(102,51,204,0.4) 50%, rgba(244,96,131,0.4) 100%);
}
table.tb01 thead {
  /*
  background: rgba(154,213,229,0.4);
  background: -webkit-linear-gradient(left, rgba(154,213,229,0.4) 0%, rgba(102,51,204,0.4) 50%, rgba(244,96,131,0.4) 100%);
  background: -o-linear-gradient(left, rgba(154,213,229,0.4) 0%, rgba(102,51,204,0.4) 50%, rgba(244,96,131,0.4) 100%);
  background: linear-gradient(to right, rgba(154,213,229,0.4) 0%, rgba(102,51,204,0.4) 50%, rgba(244,96,131,0.4) 100%);
  */
}
table.tb01 thead th {
  padding: 15px 10px;
  text-align: left;
}
table.tb01 thead th:first-child { text-align: center;}
table.tb01 thead th:first-child[align='left'] { text-align: left; padding-left: 15px;}
table.tb01 tbody { background: #000;}
table.tb01 tbody th,
table.tb01 tbody td { border-bottom: #363636 1px solid;padding: 15px 10px; font-weight: normal;}
.chart { margin-bottom: 35px;}
.pc130 { width: 130px;}
@media only screen and (max-width: 782px) {
  table.tb01 { font-size: 12px;}
  table.tb01 .sp { font-size: 14px; font-weight: bold;}
  table.tb01 th { white-space: nowrap;}
  .chart { margin-bottom: 25px;}
  .pc130 { width: 60px;}
}
.hukidashi {
  font-size: 20px;
  font-weight: bold;
  background: #f46083;
  position: relative;
  padding: 10px 30px;
  display: inline-block;
  line-height: 1.6;
}
.hukidashi::before {
  content: "";
  width:40px;
  height: 40px;
  border: transparent 20px solid;
  border-left: #f46083 20px solid;
  box-sizing: border-box;
  position: absolute;
  left: 30px;
  bottom: -18px;
  z-index: 0;
}
.xlarge { margin-top: 20px; line-height: 1.5; font-size: 45px; font-weight: bold;}
.xlarge .small { font-size: 14px;}
@media only screen and (max-width: 782px) {
  .hukidashi {
    font-size: 15px;
    padding: 8px 20px;
  }
  .hukidashi::before {
    width:20px;
    height: 20px;
    border: transparent 10px solid;
    border-left: #f46083 10px solid;
    left: 15px;
    bottom: -9px;
  }
  .xlarge { margin-top: 12px;  font-size: 32px;}
  .xlarge .small { font-size: 12px;}
}
ul.plus {
  margin: 20px 0 30px;
  display: flex;
  flex-wrap: wrap;
}
ul.plus li {
  position: relative;
  padding: 20px 0 20px 60px;
  white-space: nowrap;
  font-size: 22px;
}
ul.plus li:first-child { margin-right: 35px;}
ul.plus li i {
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: #f46083;
  border-radius: 50%;
  display: block;
}
ul.plus li i::before,
ul.plus li i::after {
  content: "";
  width: 20px;
  height: 4px;
  background: #fff;
  left: calc(50% - 10px);
  top: calc(50% - 2px);
  z-index: 2;
  display: block;
  position: absolute;
}
ul.plus li i::after { transform: rotate(90deg);}
@media only screen and (max-width: 782px) {
  ul.plus {
    margin: 12px 0 17px;
  }
  ul.plus li {
    padding: 10px 0 10px 40px;
    white-space: normal;
    font-size: 16px;
  }
  ul.plus li:first-child { margin-right: 0px;}
  ul.plus li i {
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
  ul.plus li i::before,
  ul.plus li i::after {
    width: 12px;
    height: 3px;
    left: calc(50% - 6px);
    top: calc(50% - 1.5px);
  }
}

table.tb02 { width: 100%;}
table.tb02 th,
table.tb02 td {
  text-align: left;
  padding-bottom: 25px;
}
table.tb02 th { padding-right: 20px;}
@media only screen and (max-width: 782px) {
  table.tb02,
  table.tb02 tr,
  table.tb02 th,
  table.tb02 td { display: block;}
  table.tb02 th { padding-bottom: 5px;}
  table.tb02 td { padding-bottom: 20px;}
}
.banner { margin: 120px 0 0 0; text-align: center;}
.banner a:hover { animation: flash 0.5s ease;}
.banner img { max-width: 92%;}
@media only screen and (max-width: 782px) {
  .banner { margin: 60px 0 0 0; }
}

.kyosantokuten .img_text figure { text-align: center; margin-top:1em;margin-bottom: 2em;}
.kyosantokuten .img_text figure img { max-width:50vw;}
.kyosantokuten h4 {
  font-weight: bold;
  font-size: 130%;
  margin-top: 1rem;
  line-height: 1.8;
}
.kyosantokuten p {
  margin-top: 1em;
}
@media only screen and (min-width: 783px) {
  .kyosantokuten .img_text {
    display: flex;
    justify-content: space-between;
  }
  .kyosantokuten h4 {font-size: 140%;}
  .kyosantokuten .img_text figure { width: 240px; margin-bottom: 3em;}
  .kyosantokuten .img_text .text { width: calc(100% - 280px);}
}



.lnav_toppage {
  transition: opacity 0.5s ease;
  position: relative;
  width: 100%;
  z-index: 10;
}
.lnav_toppage ul {
  width: 700px;
  height: 60px;
  
  margin: 0 auto;
  
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
  
}
.lnav_toppage li {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.lnav_toppage li a {
  color: #fff;
  font-size: 92%;
  text-decoration: none;
  height: 100%;
  width: 300px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 30px;
  background: rgb(244,96,131);
  background: -webkit-linear-gradient(left, rgba(154,213,229,1) 0%, rgba(4,52,144,1) 35%, rgba(4,52,144,1) 65%, rgba(244,96,131,1) 100%);
  background: -o-linear-gradient(left, rgba(154,213,229,1) 0%, rgba(4,52,144,1) 35%, rgba(4,52,144,1) 65%, rgba(244,96,131,1) 100%);
  background: linear-gradient(to right, rgba(154,213,229,1) 0%, rgba(4,52,144,1) 35%, rgba(4,52,144,1) 65%, rgba(244,96,131,1) 100%);
  box-sizing: border-box;
  padding-left: 40px;
}
.lnav_toppage li a::before {
  content:"";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 30px;
  top: calc(50% - 6px);
  border: transparent 2px solid;
  box-sizing: border-box;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  transform: rotate(45deg);
}

@media only screen and (max-width: 782px) {

  .lnav_toppage {
    
  }
  .lnav_toppage ul {
    width: 335px;
    height: auto;
    padding: 0 30px;
    display: block;
  }
  .lnav_toppage li {
    margin: 15px auto 0;
    height: 60px;
  }
  .lnav_toppage li a { margin: 0 auto;}
  .lnav_toppage li a::before {
   border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  }
}




.lnav_archive {
  transition: opacity 0.5s ease;
  position: fixed;
  left: 0;
  top: 150px;
  width: 100%;
  z-index: 10;
}
.lnav_archive ul {
  width: 700px;
  height: 60px;
  border-radius: 30px;
  margin: 0 auto;
  background: rgb(244,96,131);
  background: -webkit-linear-gradient(left, rgba(154,213,229,0.8) 0%, rgba(4,52,144,0.7) 50%, rgba(244,96,131,0.8) 100%);
  background: -o-linear-gradient(left, rgba(154,213,229,0.8) 0%, rgba(4,52,144,0.7) 50%, rgba(244,96,131,0.8) 100%);
  background: linear-gradient(to right, rgba(154,213,229,0.8) 0%, rgba(4,52,144,0.7) 50%, rgba(244,96,131,0.8) 100%);
  display: flex;
  justify-content: space-between;
  padding: 0 70px;
  box-sizing: border-box;
}
.lnav_archive li {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
}
.lnav_archive li a {
  color: #fff;
  font-size: 86%;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.lnav_archive li a::before {
  content:"";
  width: 25px;
  height: 25px;
  position: absolute;
  left: calc(50% - 12.5px);
  bottom: 0;
  border: transparent 12.5px solid;
  box-sizing: border-box;
  border-bottom: #f46083 12.5px solid;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.lnav_archive li.on a::before,
.lnav_archive li a:hover::before {
  opacity: 1;
}
@media only screen and (max-width: 782px) {

  .lnav_archive {
    top: 65px;
  }
  .lnav_archive ul {
    width: 335px;
    height: 40px;
    border-radius: 320px;
    padding: 0 25px;
  }
  .lnav_archive li.pc {
    display: none;
  }
  .lnav_archive li a {
    font-size: 86%;
  }
  .lnav_archive li a::before {
    width: 15px;
    height: 15px;
    left: calc(50% - 7.5px);
    border: transparent 7.5px solid;
    border-bottom: #f46083 7.5px solid;
  }
  /*.lnav_archive li.on a::before,
  .lnav_archive li a:hover::before {
    opacity: 0;
  }*/
}
@media only screen and (max-width: 400px) {
  .lnav_archive ul {padding: 0 15px;}
  .lnav_archive li a { font-size: 11px; letter-spacing: 0;}
}

@media only screen and (min-width: 783px) {
  .lnav_archive + main section .contents { padding-top: 30px;}
}
@media only screen and (max-width: 782px) {
  .lnav_archive + main section .title { margin-top: 50px;}
}



.show-mainimg .lnav_archive { opacity: 0;}







