@charset "UTF-8";
/* .site-main p,
.site-main span{letter-spacing: 0;} */
body {
  color: #000;
}
.lead {
  font-size: 15px;
  line-height: 2;
}
.notes {
  color: #595959;
  line-height: 1.8;
}
.center {
  text-align: center;
}
.sp {
  display: none;
}
.underline {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .lead {
    font-size: 13px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* *{outline: 1px solid rgba(159, 159, 159, 0.1);} */

.site-main {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.section-hero {
  position: relative;
  z-index: 1;
}
.section-body {
  position: relative;
  z-index: 1;
}
/* .section-body>*{
  position: relative;
  z-index: 0;
} */
.elem-body {
  position: relative;
  z-index: 2;
}
.section-pickup {
  position: relative;
  z-index: 11;
}
.section-pickup > * {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 641px) {
  .bgline1 {
    top: 1040px;
    left: calc(50% - 980px);
  }
  .bgline2 {
    top: 850px;
    right: -150px;
  }
  .bgline3 {
    top: 810px;
    right: -150px;
  }
  .bgline4 {
    top: 353px;
    left: calc(50% - 1160px);
    /* left: -500px; */
  }
  .bgline5 {
    bottom: -646px;
    right: -150px;
  }
}

@media only screen and (max-width: 640px) {
  .bgline1 {
    top: 237vw;
    left: -200vw;
  }
  .bgline2,
  .bgline3 {
    display: none;
  }
  .bgline4 {
    top: 97vw;
    left: -105vw;
  }
  .bgline5 {
    bottom: -172vw;
    left: 20vw;
  }
}

[class^="bgline"] {
  z-index: 1;
  display: block;
  position: absolute;

  /* background-color: #CCC; */
  /* outline: 1px solid rgba(159, 159, 159, 0.1); */
  width: 1000px;
  height: 1000px;
}
[class^="bgline"]:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3f6fb8;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
}

.section-pickup {
  background-color: #f1f1f1;
  padding-top: 70px;
  padding-bottom: 130px;
}

.section-pickup .elem-table {
  margin: 50px 0 10px;
}
.section-pickup .btn-wrap {
  margin-top: 40px;
}
.section-pickup .title-1 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #0e154a;
  border-bottom: 2px solid #008cc9;
  padding: 1.4em;
}
.section-pickup .elem1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-pickup .wrap-elem {
  padding: 45px 55px 65px;
  background-color: #fff;
}
.section-pickup .part-img {
  width: 43%;
}
.section-pickup .part-txt {
  width: 49%;
}
.section-pickup .part-img .lead {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 0.5em;
  margin-top: 1.4em;
}
.section-pickup .part-img .red-line-announce {
  text-align: center;
  margin-top: 0.5em;
}
.section-pickup .part-img .red-line-announce__txt {
  line-height: 1.4;
  font-size: 15px;
}
.section-pickup .part-txt .title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #008cc9;
  border-radius: 10px;
  color: #008cc9;
  padding: 0.8em;
  letter-spacing: 0.1em;
}
.section-pickup .part-txt .title > span {
  position: absolute;
  left: -2px;
  top: -25px;
  font-size: 20px;
  line-height: 1;
  background-color: #008cc9;
  border-radius: 8px;
  color: #fff;
  padding: 0.3em 0.8em 0.4em;
}
.section-pickup .part-txt .title > span:before {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #008cc9 transparent transparent;
}
.section-pickup .part-txt .title + .lead {
  margin-top: 1.2em;
}
.section-pickup .part-txt .lead + .notes {
  margin-top: 1.6em;
}

@media only screen and (max-width: 640px) {
  .section-pickup {
    padding-top: 8.8vw;
    padding-bottom: 18.6vw;
  }
  .section-pickup .elem-table {
    margin: 7vw 0 4vw;
  }
  .section-pickup .btn-wrap {
    margin-top: 6vw;
  }
  .section-pickup .title-1 {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 2px solid #008cc9;
    padding: 0.8em;
  }
  .section-pickup .notes {
    font-size: 10px;
  }
  .section-pickup .elem1 {
    display: block;
  }
  .section-pickup .wrap-elem {
    padding: 8vw 6vw 9.6vw;
    background-color: #fff;
  }
  .section-pickup .part-img {
    width: 69%;
    margin: 0 auto 6.4vw;
  }
  .section-pickup .part-txt {
    width: 100%;
  }
  .section-pickup .part-img .lead {
    font-size: 10px;
    padding: 0.2em;
  }
  .section-pickup .part-img .red-line-announce__txt {
    font-size: min(3.1vw, 11px);
  }
  .section-pickup .part-txt .title {
    position: relative;
    font-size: 18px;
    border-radius: 5px;
    padding: 0.7em;
    letter-spacing: 0.1em;
  }
  .section-pickup .part-txt .title > span {
    top: -20px;
    font-size: 14px;
    border-radius: 6px;
  }
  .section-pickup .part-txt .title + .lead {
    margin-top: 1.2em;
  }
  .section-pickup .part-txt .lead + .notes {
    margin-top: 1.6em;
  }
}

.elem-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  vertical-align: middle;
}
.elem-table td,
.elem-table th {
  vertical-align: middle;
  padding: 1.2em;
  font-size: 15px;
}
.elem-table th {
  background-color: #e0e0e0;
  text-align: center;
}
.elem-table td {
  background-color: #f5f5f5;
}
.elem-table td .large,
.elem-table th .laegr {
  font-size: 130%;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .elem-table {
    border-spacing: 0;
  }
  .elem-table td,
  .elem-table th {
    display: block;
    width: 100%;
    font-size: 13px;
  }
  .elem-table th {
    padding: 0.3em;
  }
  .elem-table tr + tr {
    display: block;
    margin-top: 3px;
  }
}

.section-hero {
  background: url(../images/fv-bg_pc.png) no-repeat 0 100%;
  background-size: cover;
}

.section-hero .row {
  max-width: 1240px;
  padding-top: 50px;
}

.section-usersft {
  background: url(../images/fv-bg_pc.png) no-repeat 0 100%;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 70px;
  border-bottom: 3px solid #f1f1f1;
}
.section-usersft .row {
  max-width: 1240px;
}

.com-elem-btns {
  padding-top: 24px;
}
.com-elem-btns {
  width: 100%;
  max-width: 1320.46px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.com-elem-btns > li {
  position: relative;
  width: calc(100% / 3.001);
  margin: 0 -18px;
}
.com-elem-btns .active,
/* .com-elem-btns>li:nth-child(2), */
.com-elem-btns>li:nth-child(3) {
  pointer-events: none;
}

@media only screen and (min-width: 641px) {
  .com-elem-btns .active a:before,
  .com-elem-btns > li:hover:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: calc(50% - 20px);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 21px 0 21px;
    border-color: #414670 transparent transparent transparent;
  }

  .section-usersft .com-elem-btns .active a:before,
  .section-usersft .com-elem-btns > li:hover:before {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .section-hero {
    background-image: url(../images/fv-bg_sp.png);
  }

  .section-usersft {
    background-image: url(../images/fv-bg_sp.png);
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .section-usersft .row {
    padding: 0;
  }
  .section-hero .row {
    padding-top: 5vw;
  }
  .com-elem-btns {
    display: block;
  }
  .com-elem-btns > li {
    width: 100%;
    margin: 0;
  }
  .com-elem-btns > li + li {
    margin-top: -5vw;
  }
}

.section-body .headline {
  padding: 45px 0 100px;
}
.section-body {
  padding-bottom: 110px;
  /* overflow: hidden; */
}
.elem-body + .elem-body {
  margin-top: 110px;
}
/* .elem-body{
  position: relative;
  z-index: 0;
} */
.elem-body:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50px;
  bottom: -170px;
  left: 0;
  right: 0;
}

.wrap-elem-body > .elem-body:nth-child(odd):before {
  background: #363636;
  background: -moz-linear-gradient(left, #363636 0%, #363636 66%, #ffffff 66%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #363636 0%, #363636 66%, #ffffff 66%, #ffffff 100%);
  background: linear-gradient(to right, #363636 0%, #363636 66%, #ffffff 66%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#ffffff',GradientType=1 );
}
.wrap-elem-body > .elem-body:nth-child(even):before {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 66%, #ffffff 66%, #363636 66%, #363636 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 66%, #ffffff 66%, #363636 66%, #363636 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 66%, #ffffff 66%, #363636 66%, #363636 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#363636',GradientType=1 );
}

.elem-body > .row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elem-body .part-img {
  position: relative;
  z-index: 1;
  width: 40.81%;
  margin-top: -30px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 641px) {
  .elem-body:not(.type2) .part-img + .part-txt {
    width: calc(59.19% + 7%);
    margin-left: -7%;
    padding-left: calc(70px + 7%);
  }
  .elem-body.type2 .part-img + .part-txt {
    width: calc(59.19% + 7%);
    margin-right: -7%;
    padding-right: calc(70px + 7%);
  }
}

.elem-body.type2 > .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.elem-body .part-txt {
  position: relative;
  z-index: 0;
  padding: 70px 70px 60px;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 640px) {
  .section-body .headline {
    padding: 5vw 0 10vw;
  }
  .section-body {
    padding-bottom: 20vw;
  }
  .elem-body + .elem-body {
    margin-top: 25.6vw;
  }
  .elem-body:before {
    top: 90vw;
    bottom: -170px;
    left: 0;
    right: 0;
  }
  .elem-body > .row {
    display: block;
  }
  .elem-body .part-img {
    width: 63%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: 4vw;
    box-shadow: none;
  }
  .elem-body:not(.type2) .part-img + .part-txt {
    width: 100%;
    margin-left: 0;
    padding-left: 4vw;
  }

  .elem-body.type2 > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  /* .elem-body.type2 .part-img+.part-txt{
    width: 100%;
    margin-right: 0;
    padding-right: 4vw;
  }
  .elem-body .part-txt{
    position: relative;
    z-index: 0;
    padding: 10vw 4vw 10vw;
    padding-top: calc(43vw  - 80px);
    margin-top: calc(-43vw + 40px);
    background-color: #FFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  } */

  .elem-body .part-img + .part-txt {
    padding: 10vw 4vw 10vw;
    padding-top: calc(43vw - 80px);
    margin-top: calc(-43vw + 40px);
  }
  .elem-body .part-txt {
    padding: 10vw 4vw 10vw;
    /* padding-top: calc(43vw  - 80px);
    margin-top: calc(-43vw + 40px); */
  }
}

.elem-body .part-txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 90px 90px;
  border-color: transparent transparent #f0f0f0 transparent;
}
.elem-body .part-num {
  position: absolute;
  top: -30px;
  right: 70px;
  width: 98px;
  height: 60px;
}
.elem-body.type1 .part-num {
  right: auto;
  left: calc(70px + 10.5%);
}
.elem-body.type2 .part-num {
  right: auto;
  left: 70px;
}
.elem-body .title + .lead {
  margin-top: 30px;
}
.elem-body .lead + .lead {
  margin-top: 1em;
}
.elem-body .title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 0.8em;
  border-bottom: 2px solid #3f6fb8;
}
.elem-body .lead {
  letter-spacing: 0.1em;
  color: #333;
}
.elem-body .lead > span {
  font-size: 108%;
  font-weight: bold;
  color: #3f6fb8;
}
@media only screen and (max-width: 640px) {
  .elem-body .part-img + .part-txt .part-num {
    position: relative;
    top: auto;
    right: auto;
    width: 24vw;
    height: 14vw;
    margin-top: -16px;
    margin-bottom: 20px;
  }
  .elem-body .part-num {
    top: -9vw;
    right: 4vw;
    width: 24vw;
    height: 14vw;
  }
  .elem-body.type1 .part-num {
    right: auto;
    left: auto;
  }
  .elem-body.type2 .part-num {
    right: auto;
    left: auto;
  }
  .elem-body .title + .lead {
    margin-top: 1em;
  }
  .elem-body .title {
    font-size: 17px;
  }
}

.h2-title > * {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #0e154a;
  letter-spacing: 0.1em;
}
.h2-title > span {
  margin-top: 0.1em;
}
.section .h2-title {
  margin-bottom: 44px;
}
.h2-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.h2-elem > * {
  line-height: 1.2;
  text-align: center;
}
.h2-elem .part1 {
  background-color: #0e154a;
  color: #fff;
  border-bottom: 2px solid #008cc9;
  font-size: 17px;
  padding: 0.7em 3em;
}
.h2-elem .part-title {
  font-size: 40px;
  font-weight: bold;
  margin-top: 0.5em;
  padding-bottom: 0.15em;
  border-bottom: 2px solid #3f6fb8;
}
.h2-elem .part-lead {
  font-size: 16px;
  margin-top: 1em;
}

@media only screen and (max-width: 640px) {
  .section .h2-title {
    margin-bottom: 7.4vw;
  }
  .h2-title > * {
    font-size: 13px;
  }
  .h2-title > img {
    width: 74vw;
    height: auto;
  }
  .h2-elem .part-wrap {
    width: 100%;
  }
  .h2-elem .part1 {
    font-size: 10px;
    padding: 1.2em 1em;
    letter-spacing: 0;
  }
  .h2-elem .part-title {
    font-size: 26px;
    padding-bottom: 0.6em;
  }
  .h2-elem .part-lead {
    font-size: 13px;
    margin-top: 1em;
  }
}

.btn-sq {
  display: inline-block;
  background-color: #b8311c;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  border-bottom: 4px solid #dbdbdb;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.btn-sq > * {
  position: relative;
  display: block;
  color: inherit;
  font-size: 22px;
  width: 424px;
  height: 77px;
  line-height: 77px;
}
.btn-sq > *:hover {
  color: inherit;
}
.btn-sq > *:before {
  content: "";
  position: absolute;
  top: calc(50% - 8.5px);
  left: calc(50% - 6.5em);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 14px;
  border-color: transparent transparent transparent #fff;
}
.btn-sq:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

@media only screen and (max-width: 640px) {
  .btn-sq {
    width: 100%;
    border-radius: 5px;
    border-bottom: 3px solid #dbdbdb;
  }
  .btn-sq > * {
    font-size: 14px;
    width: 100%;
    height: 51px;
    line-height: 51px;
  }
  .btn-sq > *:hover {
    color: inherit;
  }
  .btn-sq > *:before {
    top: calc(50% - 5.5px);
    left: calc(50% - 6.5em);
    border-width: 5.5px 0 5.5px 9px;
  }
}

.movein_elem {
  opacity: 0;
  position: relative;
}
.movein_elem.movein {
  animation: movein 1s 1 forwards;
  -webkit-animation: movein 1s 1 forwards;
}

@keyframes movein {
  0% {
    top: 50px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes movein {
  0% {
    top: 50px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

/* ------------------------------------------------------------
 site-header
------------------------------------------------------------ */

.site-header {
  position: relative;
}
.site-header:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background: #658bc0;
  background: -moz-linear-gradient(left, #658bc0 0%, #0e154a 80%, #0e154a 100%);
  background: -webkit-linear-gradient(left, #658bc0 0%, #0e154a 80%, #0e154a 100%);
  background: linear-gradient(to right, #658bc0 0%, #0e154a 80%, #0e154a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#658bc0', endColorstr='#0e154a',GradientType=1 );
}
.site-header > .row {
  position: relative;
}
.site-header .masthead {
  padding: 10px 0;
  background-color: #ffffff;
}
.site-header .masthead .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
}

.site-header .masthead .content .brand-logo .brand-logo-desc {
  font-size: 11px;
  letter-spacing: inherit;
}
.site-header .masthead .content .brand-logo .brand-logo-img {
  line-height: 1;
}
.site-header .masthead .content .brand-logo .brand-logo-img > a {
  display: inline-block;
  padding: 5px 5px 5px 0;
  line-height: 1;
}
.site-header .masthead .content .brand-logo .brand-logo-img img {
  /* width: 515px;
    max-width: 100%; */
  height: 20px;
}

.site-header .masthead .content .saisontop {
  width: calc(100% - 500px - 180px);
  padding-right: 20px;
  text-align: right;
}
.site-header .masthead .content .saisontop > a {
  position: relative;
  font-size: 12px;
  border-bottom: 1px solid #464646;
}
.site-header .masthead .content .saisontop > a::after {
  position: absolute;
  top: calc(50% - 0.1em);
  right: -0.75em;
  width: 0.5em;
  height: 0.5em;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-header .masthead .content .official {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
}
.site-header .masthead .content .official > img {
  height: 45px;
  padding: 0 20px;
}
.site-header .masthead .content .official > img:last-child {
  padding-right: 0;
}
.site-header .masthead .content .official > img:not(:last-child) {
  border-right: 1px solid #262626;
}
.site-header .masthead .content .official {
  padding: 5px 0;
}
@media only screen and (max-width: 640px) {
  .site-header .masthead .content.row {
    padding: 0;
    margin: 0;
  }
  .site-header .masthead {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0 8px 0 15px;
  }
  .site-header .masthead .content .brand-logo {
    width: auto;
  }

  .site-header .masthead .content .brand-logo .brand-logo-img img {
    /* width: 80%; */
    max-width: 200px;
  }
  .site-header .masthead .content .official {
    width: auto;
    height: auto;
    padding: 0;
  }
  .site-header .masthead .content .official > img {
    height: 22px;
    padding: 0 8px;
  }
  .site-header .masthead .content .official > img:last-child {
    padding-right: 8px;
  }
}

/* .site-header .masthead,
main{
  background-color: #000;
  color: #FFF;
} */
.site-header .masthead .content .brand-logo img {
  width: 320px;
  height: 20px;
}
.site-header .masthead .content .official > img:not(:last-child) {
  border: none;
}
.site-header .masthead .content .official > img {
  padding: 0 10px;
}
.site-header .masthead .content .official > img.logo-tik {
  height: 39px;
}
@media only screen and (max-width: 640px) {
  .site-header .masthead .content .official > img {
    padding: 0 5px;
  }
  .site-header .masthead .content .official > img.logo-tik {
    height: 20px;
  }
}
