@charset "UTF-8";

/*
main color   : #002060
sub color    : #001847
accent color : #d20c36
*/

/* ==================================================
tag
================================================== */
html {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho;
}

body {
  min-width: 1200px;
}

body.lower {
  background: #f0f0f0;
}

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

  html,
  body {
    min-width: 0;
  }
}

/* a
-------------------------------------------------- */
a {
  color: #002060;
  text-decoration: none;
  transition: All 0.4s ease;
}

a:hover {
  text-decoration: underline;
  opacity: .8;
}

a[href^="tel:"] {
  color: inherit;
}

@media screen and (min-width: 768px) {

  /* pc only */
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}

/* p
-------------------------------------------------- */
p+p {
  margin-top: 1.8em;
}

/* ==================================================
breadcrumbs
================================================== */
.breadcrumbs-list {
  margin: 16px 0;
  line-height: 25px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}

.breadcrumbs-list li:not(:last-child) {
  background: url(../images/common/icon_arrow03.png) right center no-repeat;
  margin: 0 7px 0 0;
  padding: 0 10px 0 0;
}

/* ==================================================
pagenation
================================================== */
.pagenation {
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
}

.pagenation li {
  width: 26px;
  margin: 0 2px;
  line-height: 30px;
  text-align: center;
  background: #aaa;
}

.pagenation li>* {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.pagenation li:hover,
.pagenation li.current {
  background: #002060;
}

/* ==================================================
numbering list
================================================== */
.numbering-list {
  margin: 0 0 54px;
  counter-reset: num 0;
}

.numbering-list li {
  min-height: 50px;
  margin: 0 0 40px;
  padding-left: 70px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  position: relative;
}

.numbering-list li:before {
  counter-increment: num 1;
  content: counter(num) " ";
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 35px;
  border-radius: 50%;
  background: #002060;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .numbering-list {
    margin: 0 0 32px;
  }

  .numbering-list li {
    min-height: 40px;
    margin: 0 0 24px;
    padding-left: 56px;
  }

  .numbering-list li:before {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
}

/* ==================================================
table
================================================== */
/* 1
-------------------------------------------------- */
.styled-table01 {
  width: 100%;
  line-height: 2.5;
  border-top: 1px solid #333;
}

.styled-table01 th,
.styled-table01 td {
  padding: 35px 0;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #333;
}

.styled-table01 th {
  width: 190px;
}

@media screen and (max-width: 768px) {
  .styled-table01 {
    line-height: 1.4;
  }

  .styled-table01 th,
  .styled-table01 td {
    padding: 16px 0;
  }

  .styled-table01 th {
    width: 100px;
  }
}


/* ==================================================
dl
================================================== */
.styled-dl01 dt {
  min-height: 50px;
  margin: 0 0 24px;
  color: #002060;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.styled-dl01 dd {
  line-height: 2;
}

/* ==================================================
utility class
================================================== */
/* span br
-------------------------------------------------- */
.app-br {
  display: block;
}

/* device visivility
-------------------------------------------------- */
@media screen and (min-width: 768px) {

  /* pc only */
  .sp-only {
    display: none !important;
  }
}

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

  /* sp only */
  .pc-only {
    display: none !important;
  }
}

/* font
-------------------------------------------------- */
.color-red {
  color: #d20c36 !important;
}

.weight-bold {
  font-weight: bold !important;
}

/* ==================================================
header
================================================== */
.l-header {
  padding: 70px 0 0;
}

.l-header .l-fix-area {
  width: 100%;
  min-width: 1200px;
  padding: 0 0 0 5%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}

.l-header .l-visual-wrap {
  position: relative;
  z-index: 4000;
}

.l-news-wrap {
  background: linear-gradient(to right, #002060 0%, #002060 50%, #d20c36 50%, #d20c36 100%);
}

@media screen and (max-width: 768px) {
  .l-header .l-fix-area {
    min-width: 0;
  }
}

/* logo
-------------------------------------------------- */
.header-logo {}

/* utility
-------------------------------------------------- */
.header-utility {
  display: flex;
}

.header-utility .mail {
  background: #d20c36;
}

/* 言語切り替えボタン */

.tr-btn .sp-none {
  display: flex;
}
.tr-btn .pc-none {
  display: none;
}
@media screen and (max-width:768px) {
  .tr-btn .sp-none {
    display: none;
  }
  .tr-btn .pc-none {
    display: flex;
  }
}

.tr-btn {
  min-width: 80px;
  letter-spacing: 0.08em;
  height: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.tr-btn:hover {
  text-decoration: none;
}
.tr-btn span {
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tr-btn span::before {
  margin-bottom: 5px;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url("../img/common/tr-btn_icon.png") no-repeat;
  background-size: contain;
}


/* main visual
-------------------------------------------------- */
.header-main-visual {
  background: #0c121e;
}

/* scene
------------------------- */
.header-main-visual .scenes-wrap {
  position: relative;
  z-index: 100;
}

.header-main-visual .scene {
  height: calc(100vh - 70px);
  padding-bottom: 40px;
  background: center / cover;
  box-sizing: border-box;
  position: relative;
}

.header-main-visual .scene01 {
  background-image: url(../images/top/visual_bg01.jpg);
}

.header-main-visual .scene02 {
  background:
    url(../images/top/visual-tri-sp.png)no-repeat right bottom,
    url(../images/top/visual_bg02.jpg)no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  .header-main-visual .scene02 {
    background:
      url(../images/top/visual-tri-sp.png)no-repeat right bottom/80%,
      url(../images/top/supporter.png)no-repeat center bottom/80%,
      url(../images/top/visual_bg02-sp.jpg)no-repeat center/cover;
  }
}

/* catch, decoration
------------------------- */
.header-main-visual .scene .catch {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.catch.wow.fadeInUp.animated {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: -15vw;
}

.scene02.scene.slick-slide.slick-current.slick-active {
  position: relative;
}

.scene02.scene.slick-slide.slick-current.slick-active:before {
  content: 'TeamトリプルV サポーター 岡田結実';
  position: absolute;
  right: 15vw;
  bottom: 2vh;
  color: #fff;
  font-size: 14px;
  z-index: 1000;
}


@media screen and (max-width: 768px) {
  .header-main-visual .scene .catch {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
  }

  .catch.wow.fadeInUp.animated {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    top: 15vh;
    left: 0;
    right: 0;
    bottom: auto;
  }

  .scene02.scene.slick-slide.slick-current.slick-active:before {
    content: 'TeamトリプルV サポーター 岡田結実';
    position: absolute;
    right: 5vw;
    bottom: 5vh;
    color: #fff;
    font-size: 3vw;
    z-index: 1000;
  }
}

.header-main-visual .scene .catch .fadeOut {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.header-main-visual .scene02 .deco {
  max-width: 70%;
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
}

/* scroll
------------------------- */
.header-main-visual .scroll {
  padding: 70px 0 0;
  color: #d20c36;
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
}

.header-main-visual .scroll:before {
  content: '';
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #d20c36;
  border-bottom: 1px solid #d20c36;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;

  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
}

.header-main-visual .scroll a {
  color: inherit;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/* ==================================================
footer
================================================== */
.l-footer {
  padding: 89px 0 0;
  color: #fff;
  background: #002060;
}

.l-footer .l-logo-wrap {
  margin: 0 0 59px;
}

.l-footer .l-nav-wrap {
  margin: 0 0 61px;
}

.l-footer .l-bottom {
  height: 35px;
  padding: 0 0.6% 0 1.5%;
  background: #001847;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-footer a {
  color: inherit;
}

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

  /* sp only */
  .l-footer {
    padding: 32px 0 0;
  }

  .l-footer .l-logo-wrap {
    margin: 0 0 32px;
  }

  .l-footer .l-nav-wrap {
    margin: 0 8px 32px;
  }

  .l-footer .l-bottom {
    height: auto;
    padding: 16px 8px;
    flex-direction: column;
  }
}

/* to top
-------------------------------------------------- */
.totop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 5000;
}

@media screen and (max-width: 768px) {
  .totop {
    right: 10px;
    bottom: 90px;
  }
}

/* logo
-------------------------------------------------- */
.footer-logo {
  text-align: center;
}

/* utility nav
-------------------------------------------------- */
.footer-utility-nav {
  display: flex;
}

.footer-utility-nav li {
  margin: 0 9px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #fff;
}

.footer-utility-nav li:last-child {
  border-right: none;
}

.footer-utility-nav a {
  font-size: 12px;
}

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

  /* sp only */
  .footer-utility-nav {
    margin: 0 0 1.6rem;
    flex-wrap: wrap;
  }

  .footer-utility-nav li {
    width: calc((100% - 8px) / 2);
    margin: 0 8px 0 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #4c5d7f;
    background: url(../images/common/icon_arrow01.png) left center / 10px auto no-repeat;
  }

  .footer-utility-nav li:nth-child(2n) {
    margin-right: 0;
  }

  .footer-utility-nav a {
    height: 3em;
    padding: 0 0 0 20px;
    line-height: 1.3;
    font-size: 13px;
    display: flex;
    align-items: center;
  }
}

/* copyright
-------------------------------------------------- */
.footer-copyright {
  line-height: 1.2;
  text-align: center;
  font-size: 13px;
}

/* ==================================================
sidebar
================================================== */


/* ==================================================
コンテンツ
================================================== */
.l-main {
  line-height: 2;
  font-size: 15px;
  overflow: hidden;
}

/* section
-------------------------------------------------- */
.l-section-area {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 50px 140px;
  background: #fff;
  box-sizing: border-box;
}

.l-area-inner {
  transition: All 1s ease;
}

.l-area-inner:not(.active) {
  transform: rotate3d(2, -1, 0, -50deg) translate(200px, 200px) scale(2);
  opacity: 0;
  pointer-events: none;
}

*+.section {
  margin-top: 75px;
}

.section:last-child {
  margin-bottom: 0;
}

.section-footer {
  padding: 32px 0 0;
}

@media screen and (max-width: 768px) {
  .l-section-area {
    margin: 0 8px 32px;
    padding: 16px;
  }

  *+.section {
    margin-top: 2.4rem;
  }
}

/* title
-------------------------------------------------- */
/* 1
------------------------- */
.styled-title01 {
  margin: 0 0 40px;
  padding: 0 0 25px;
  line-height: 1.3;
  color: #002060;
  font-size: 52px;
  text-align: center;
  position: relative;
}

.styled-title01:after {
  content: '';
  width: 60px;
  border-top: 1px solid #d20c36;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.styled-title01 .sub-text {
  margin: 5px 0 11px;
  color: #092664;
  font-size: 20px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .styled-title01 {
    margin: 0 0 32px;
    padding: 0 0 24px;
    font-size: 9vw;
  }

  .styled-title01 .sub-text {
    font-size: 6vw;
  }
}

/* 2
------------------------- */
.styled-title02,
.styled-title02-big {
  margin: 0 0 32px;
  padding: 0 0 32px;
  line-height: 1.3;
  color: #002060;
  font-size: 32px;
  text-align: center;
  position: relative;
}

.styled-title02-big {
  font-size: 50px;
}

.styled-title02:after,
.styled-title02-big:after {
  content: '';
  width: 120px;
  border-top: 1px solid #d20c36;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.styled-title02 .sub-text,
.styled-title02-big .sub-text {
  color: #092664;
  font-size: 16px;
}

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

  .styled-title02,
  .styled-title02-big {
    margin: 0 0 32px;
    padding: 0 0 24px;
    font-size: 6vw;
  }
}

/* 3
------------------------- */
.styled-title03 {
  margin: 0 0 53px;
  padding: 10px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-size: 25px;
  letter-spacing: .1em;
  background: #002060;
}

@media screen and (max-width: 768px) {
  .styled-title03 {
    padding: 8px;
    font-size: 6vw;
  }
}

/* 4
------------------------- */
.styled-title04 {
  margin: 0 0 32px;
  line-height: 1.3;
  color: #002060;
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .styled-title04 {
    margin: 0 0 32px;
    padding: 0 0 24px;
    font-size: 6vw;
  }
}

/* 5
------------------------- */
.styled-title05 {
  margin: 0 0 53px;
  padding: 10px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-size: 25px;
  letter-spacing: .1em;
  background: #002060;
}

@media screen and (max-width: 768px) {
  .styled-title05 {
    padding: 8px;
    font-size: 6vw;
  }
}

/* 6
------------------------- */
.styled-title06 {
  margin: 0 0 20px;
  padding: 0 0 4px;
  line-height: 1.3;
  color: #002060;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #002060;
}

@media screen and (max-width: 768px) {
  .styled-title06 {}
}

/* 7
------------------------- */
.styled-title07 {
  margin: 0 0 10px;
  padding: 0 0 0 15px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(#d20c36, #d20c36) left center / 4px .72em no-repeat;
}

/* ==================================================
page lead
================================================== */
/* layout
-------------------------------------------------- */
.l-page-lead-area {
  margin: 0 0 50px;
  padding: 50px 0 70px;
  background: #fff;
}

.l-page-lead-area .under-line {
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .l-page-lead-area {
    margin: 0 0 32px;
    padding: 24px 8px;
  }
}

/* section
-------------------------------------------------- */
.page-lead-section .lead-title {
  margin: 0 0 32px;
  line-height: 1.2;
  text-align: center;
  color: #002060;
  font-size: 80px;
  letter-spacing: 3px;
}

.page-lead-section .lead-content {
  padding: 0 0 43px;
  line-height: 1.6;
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
  position: relative;
}

.page-lead-section .lead-content:empty {
  padding: 0;
}

.page-lead-section .lead-content:after {
  content: '';
  width: 120px;
  border-top: 1px solid #d20c36;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .page-lead-section .lead-title {
    font-size: 10vw;
  }

  .page-lead-section .lead-content {
    text-align: left;
    font-size: 4vw;
  }
}

/* ==================================================
contact
================================================== */
.contact-form-table .required-mark {
  margin-left: 3px;
}