@charset "UTF-8";

@font-face {
  font-family: "Futura";
  src: url("../font/FuturaLTPro-Book.otf") format("opentype");
  font-display: swap;
}
.font-en {
  font-family: "Futura",sans-serif;
}
@font-face {
  font-family: "FuturaM";
  src: url("../font/FuturaLTProMedium.otf") format("opentype");
  font-display: swap;
}
.font-enM {
  font-family: "FuturaM",sans-serif;
  letter-spacing: 0.03em;
}





body,
.font-jp {
  font-family: "Hiragino Kaku Gothic ProN","hiragino-kaku-gothic-pron", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
  font-style: normal;
}
.fcolor-wh {
  color: #ffffff;
}
.fcolor-red {
  color: #cc0c2f;
}
.fcolor-blue {
  color: #021851;
}
.font-normal {
  font-weight: normal;
}


/* =================================================================
  header
=================================================================*/
header{
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content:space-between;
  background: #ffffff !important;
}
header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #cc0c2f;
}
header a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.header-logo {
  width: auto;
  height: 27px;
  margin-top: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px)
{
  header::before {
    height: 0.8vw;
  }
  .header-logo {
    width: auto;
    height: 3.6vw;
    margin-top: 3.7333vw;
    margin-bottom: 1.3333vw;
  }
}

/* =================================================================
  FV
=================================================================*/
#kv {
  position: relative;
  background-color: #021851;
  padding-top: 8rem;
}
#kv .main-title {
  font-weight: 100;
  line-height: 1;
  margin-bottom: 4rem;
}
#kv .kv-catch_point {
  display: inline-block;
  background-image: url('../images/kv-tit-detail.png');
  background-repeat: repeat-x;
  background-size: contain;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
#kv .main-img {
  width: 100%;
  margin: auto;
}

.floating_banner-box {
  position: fixed;
  right: 0;
  top: 25rem;
  /* position: absolute;
  right: 0;
  bottom: -16.5rem; */
  z-index: 2;
  background-color: #cc0c2f;
  transition: 0.5s;
}
.floating_banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3rem 1rem 4.6rem;
  text-align: center;
  max-width: 48px;
  overflow: hidden;
}
.floating_banner:before{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  background:#021851;
  position: absolute;
  /* top: -100%;
  left: 0; */
  top: 0;
  left: -100%;
  transition: 0.3s;
}
.floating_banner p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
}
.floating_banner img {
  display: block;
  position: absolute;
  bottom: 3rem;
  width: 18px;
  margin: 1.5rem auto 0 7px;
}
.floating_banner:hover {
  opacity: 1;
}

.floating_banner:hover:before{
  left: 0;
  transition: 0.3s;
}
.floating_banner:hover .ico-arrow,
.floating_banner:hover p{
  filter: invert();
}
.floating_banner:hover .ico-arrow,
.floating_banner:hover p{
  z-index: 2;
  color: white!important;
  filter:none;
}
@media screen and (max-width: 1100px)
{
  #kv .main-title {
    font-size: 7.27273vw;
  }
}
@media screen and (max-width: 768px)
{
  #kv {
    padding-top: 10.6667vw;
  }
  #kv .main-title {
    font-size: 8.6667vw;
    margin-bottom: 5.3333vw;
  }
  #kv .kv-catch .fsize18 {
    font-size: 3.6vw;
    margin-bottom: 3.3333vw;
  }
  #kv .kv-catch_point {
    font-size: 4vw;
    line-height: 1.3;
  }

  .floating_banner-box {
    /* bottom: -21.3333vw; */
    top: 33rem;
  }
  .floating_banner {
    padding: 5.3333vw 2.6667vw 9.3333vw;
    max-width: 9.6vw;
  }
  .floating_banner p {
    font-size: 3.2vw;
  }
  .floating_banner img {
    bottom: 5.3333vw;
    width: 3.7333vw;
    margin: 1.5rem auto 0 7px;
  }
}

/* =================================================================
  LEAD
=================================================================*/
#LEAD .container {
  margin-top: 10rem;
  margin-bottom: 12rem;
}
#LEAD h3 {
 font-size: 120px;
 line-height: 1;
}
#LEAD h3 small,
#LEAD h3 span {
  display: block;
}
#LEAD h3 span {
  margin-top: 1.5rem;
}
#LEAD p {
  line-height: 2;
}
#LEAD p span {
  line-height: 1.5;
}
/* #LEAD p b {
  font-weight: 600;
} */
@media screen and (max-width: 768px)
{
  #LEAD .container {
    margin-top: 13.3333vw;
    margin-bottom: 16vw;
  }
  #LEAD h3 {
    font-size: 16vw;
   }
   #LEAD h3 small {
    font-size: 5.3333vw;
  }
  #LEAD h3 span {
    font-size: 9.6vw;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  #LEAD p {
    line-height: 1.5;
    font-size: 3.2vw;
  }
  #LEAD p span {
    line-height: 1;
    font-size: 3.7333vw;
  }
  #LEAD p b {
    font-size: 3.7333vw;
  }
}


/* =================================================================
  TITLE
=================================================================*/
.section-title{
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  margin-top: -38px;
}
.section-title .font-en {
  font-weight: normal;
  line-height: 1;
}
.section-title .ttl-bar {
  display: block;
  width: 50px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #cccccc;
  font-size: 0;
}
@media screen and (max-width: 768px)
{
  .section-title{
    margin-top: -5.6vw;
  }
  .section-title .font-en {
    font-size: 13.3333vw;
  }
  .section-title .font-jp {
    font-size: 4vw;
  }
  .section-title .ttl-bar {
    width: 6.6667vw;
  }
}

/* =================================================================
  ABOUT
=================================================================*/
#ABOUT {
  background-color: #f3f3f3;
}
#ABOUT .container{
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.table-row .inner{
  width: 100%;
  max-width: 900px;
  margin: auto;
  /* padding: 2.5rem 0 2.5rem 12.7778rem; */
  padding: 2.5rem 0 2.5rem 10rem;
  border-bottom: 2px solid #ffffff;
}
.table-row .inner span.th{
  background: white;
  color: #021851;
  line-height: 1;
  max-width: 100px;
  min-width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
.chance-box {
  width: 100%;
  max-width: 600px;
  margin: 60px auto 0;
  border: 1px solid #b39c00;
  text-align: center;
}
.chance-box .box-top {
  background-color: #b39c00;
  padding-top: 1rem;
  padding-bottom: .5rem;
  font-size: 24px;
}
.chance-box .box-top span {
  background: linear-gradient(to top, rgba(243,243,243,0.5) 30%, transparent 20%);
  padding-left: 1rem;
  padding-right: 1rem;
}
.chance-box .box-top small {
  font-size: 27px;
}
.chance-box .box-bottom {
  background-color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.chance-box .box-bottom p {
  font-size: 18px;
  font-weight: bold;
}
.chance-box .box-bottom p span {
  background: linear-gradient(to top, #b39c00 30%, transparent 20%);
}
@media screen and (max-width: 768px)
{
  #ABOUT .container{
    padding-top: 22.6667vw;
    padding-bottom: 16vw;
  }
  .table-row .inner{
    max-width: 100%;
    padding: 3.3333vw 0;
  }
  .table-row .inner span.th{
    max-width: 16vw;
    min-width: 16vw;
    height: 5.3333vw;
    margin-right: 2.6667vw;
    font-size: 3.6vw;
  }
  .table-row .fsize72 {
    font-size: 9.6vw;
  }
  .table-row .fsize30 {
    font-size: 4vw;
  }
  .table-row .fsize27 {
    font-size: 3.6vw;
  }
  .table-row .fsize18 {
    font-size: 2.4vw;
  }
  .table-row .fsize15--sp,
  .table-row .fsize14 {
    font-size: 2.8vw;
  }
  .mb05--sp{
    margin-bottom: 5px;
  }

  .chance-box {
    max-width: 100%;
    margin: 9.3333vw auto 0;
  }
  .chance-box .box-top {
    padding-top: .5rem;
    font-size: 4vw;
  }
  .chance-box .box-top span {
    background: linear-gradient(to top, rgba(243,243,243,0.5) 20%, transparent 20%);
    padding-left: 0;
    padding-right: 0;
  }
  .chance-box .box-top small {
    font-size: 4vw;
  }
  .chance-box .box-bottom {
    padding-top: 3.0667vw;
    padding-bottom: 4vw;
  }
  .chance-box .box-bottom p {
    font-size: 3.6vw;
  }
  .chance-box .box-bottom p span {
    background: linear-gradient(to top, #b39c00 20%, transparent 20%);
  }

}

/* =================================================================
  EVENT
=================================================================*/
#EVENT{
  position: relative;
  color: white;
  background-color: #cc0c2f;
}
.content-box {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.content-box div.box {
  min-height: 5.8rem;
}
.event-number{
  width: 8.4rem;
  margin-bottom: 2rem;
}
.event-title{
  font-size:2.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.content1,
.content2,
.content3,
.content4{
  position: relative;
  background-color: #021851;
  padding: 3rem 3.5rem 4rem;
  border-bottom: 2px solid #cc0c2f;
}
.content1,.content3{
  border-right: 2px solid #cc0c2f;
}

.square {
  width: 20px;
  height: 20px;
  position: absolute;
}
.square-1 {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  top: 1rem;
  left: 1rem;
}
.square-2 {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  top: 1rem;
  right: 1rem;
}
.square-3 {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  bottom: 1rem;
  left: 1rem;
}
.square-4 {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  bottom: 1rem;
  right: 1rem;
}
.event-img {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px)
{
  .content-box {
    max-width: 100%;
  }
  #EVENT .container .fsize21 {
    font-size: 4vw;
  }
  #EVENT .pickup-overview-caption {
    padding-top: 27.3333vw;
  }
  .event-number{
    width: 22.2667vw;
    margin-bottom: 3.6vw;
  }
  .event-title{ 
    font-size: 4.8vw;
  }
  .event-caption{
    font-size: 3.6vw;
  }
  .content1,
  .content2,
  .content3,
  .content4{
    padding: 6.6667vw 8vw 8vw;
    border-bottom: 2.6667vw solid #cc0c2f;
  }
  .content1,.content3{
    border-right: none;
  }
  .content4{
    border-bottom: none;
  }
  .square {
    width: 2.6667vw;
    height: 2.6667vw;
  }
  .square-1 {
    top: 2vw;
    left: 2vw;
  }
  .square-2 {
    top: 2vw;
    right: 2vw;
  }
  .square-3 {
    bottom: 2vw;
    left: 2vw;
  }
  .square-4 {
    bottom: 2vw;
    right: 2vw;
  }

}

/* =================================================================
  ITEM
=================================================================*/
#ITEM{
  overflow-x: hidden;
}
#ITEM .pickup-overview{
  position: relative;
  padding-top: 14rem;
}
#ITEM .pickup-overview:before{
  content: "";
  display: block;
  height: 468px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  background-color: #021851;
  z-index: -1;
}
.circle-box {
  position: relative;
  width: 30rem;
  height: 30rem;
  background-color: #cc0c2f;
  border-radius: 50%;
}
.circle-box p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 2.1rem;
  color: #ffffff;
}
.circle-box p span {
  font-size: 2.7rem;
  background: linear-gradient(to top, #021851 25%, transparent 20%);
  padding-left: 1rem;
  padding-right: 1rem;
}
.pickup-img1{
  position: absolute;
  top: 15%;
  left: 50%;
  margin: auto;
  margin-left: -620px;
  width: 465px;
  z-index: 1;
}
.pickup-img2{
  position: absolute;
  top: 18%;
  right:  50%;
  margin: auto;
  margin-right: -610px;
  width: 439px;
  z-index: 1;
}
.pickup-img-sp {
  display: none;
}

#ITEM .container-box {
  position: relative;
}
#ITEM .container-box:before {
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 5%;
  bottom: 0;
  margin: auto;
  background-color: #f3f3f3;
}
#ITEM .row p {
  color: #021851;
}

.slider-wrapper{
  position: relative;
  height: 350px;
  margin-bottom: 6rem;
  overflow: hidden;
}
.slick-contaier{
  position: absolute;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  height: 350px;
}
.slider img{
  width: 230px;
  max-width: 230px;
  min-width: 230px;
  height: 350px;
  max-height: 350px;
  min-height: 350px;
}

.bg-red {
  background: #cc0c2f;
  color: white;
}
.bg-blue {
  background: #021851;
  color: white;
  padding: 13rem 2rem;
}
.bg-blue .brand-logo_wh {
  width: 601px;
}
.bg-blue p {
  line-height: 1.9;
}
@media screen and (max-width: 1650px)
{
  /* .slider-wrapper{
    display: none;
  } */
}
@media screen and (max-width: 768px)
{
  #ITEM{
    margin-top: 16vw;
  }
  #ITEM .pickup-overview-caption .fsize21 {
    font-size: 4vw;
  }
  #ITEM .pickup-overview{
    margin-bottom: 17.3333vw;
    padding-top: 26.6667vw;
    padding-bottom: 24.9333vw;
  }
  #ITEM .pickup-overview:before{
    height: 100%;
  }
  .circle-box {
    width: 48vw;
    height: 48vw;
  }
  .circle-box p {
    font-size: 4vw;
  }
  .circle-box p span {
    font-size: 4.8vw;
    background: linear-gradient(to top, #021851 10%, transparent 20%);
    padding-left: 0;
    padding-right: 0;
  }
  .pickup-img1,.pickup-img2{
    display: none;
  }
  .pickup-img-sp {
    display: block;
    position: absolute;
  }
  .pickup-img-sp01 {
    width: 29.4667vw;
    bottom: 23.3333vw;
    left: 0;
  }
  .pickup-img-sp02 {
    width: 27.7333vw;
    bottom: 22.6667vw;
    right: 0;
  }
  .pickup-img-sp03 {
    width: 56.2667vw;
    bottom: -11.3333vw;
    left: 20.2667vw;
    z-index: 2;
  }
  #ITEM .container {
    margin-bottom: 10.6667vw;
  }
  #ITEM .container-box:before {
    height: 90vw;
    top: 0;
  }
  #ITEM h4.fsize54 {
    font-size: 9.6vw;
  }
  #ITEM .row p {
    font-size: 2.8vw;
  }
  .slider-wrapper{
    overflow: hidden;
    /* margin-left: -3rem;
    margin-right: -3rem; */
  }
  .slick-contaier{
    position: absolute;
    width: 100vw;
    left: 0;
    margin-left: 0;
    height: 350px;
  }

  .bg-red p {
    font-size: 5.6vw;
    font-size: 5.3333vw;
    line-height: 1.3;
  }
  .bg-red.p4 {
    padding: 4rem 2rem;
  }
  .bg-blue {
    padding: 6rm 0;
  }
  .bg-blue .brand-logo_wh {
    width: 93.3333vw;
    margin-bottom: 6vw;
  }
  .bg-blue p.fsize30 {
    font-size: 4.8vw;
  }
  .bg-blue p.fsize21 {
    font-size: 3.6vw;
  }
}

/* =================================================================
  OUTLINE
=================================================================*/
#OUTLINE .outline_bk {
  background: #f3f3f3;
  padding-top: 14rem;
  padding-bottom: 8rem;
}
#OUTLINE table {
  border-top: 2px solid #ffffff;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
td,th{
  border-bottom: 2px solid #ffffff;
  padding: 1.5rem 0;
}
th{
  width: 26%;
  padding-left: 2rem;
  padding-right: 2rem;
}
ul{
 padding-left: 2rem;
}
li{
  list-style:disc;
}
ol{
  padding-left: 2rem;
}
ol li{
  list-style-type: decimal;
}
@media screen and (max-width: 768px)
{
  #OUTLINE {
    padding-top: 16vw;
    padding-bottom: 10.6667vw;
  }
  #OUTLINE .outline_bk {
    padding-top: 26.6667vw;
    padding-bottom: 10vw;
  }
  td,th{
    display: block;
    width: 100%;
  }
  th{
    border-bottom: none;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    font-size: 3.6vw;
  }
  td{
    padding-top: 0.5rem;
    font-size: 3.6vw;
  }
  #OUTLINE td .fsize16 {
    font-size: 2.8vw;
    display: inline-block;
  }
}


/* =================================================================
  BUTTON
=================================================================*/
.btn-check{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  padding: 2.5rem 2rem;
  text-align: center;
  max-width: 400px;
  overflow: hidden;
}
.btn-check.black{
  background-color: #021851;
  color: white;
  max-width: 540px;
  padding: 2rem 2rem;
}
.btn-check.entry{
  border: none;
  background-color: #cc0c2f;
  color: white;
}
.btn-check:before{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  background:white;
  position: absolute;
  top: 0;
  left: -100%;
  transition: 0.3s;
}
.btn-check.black:before{
  background-color: #cc0c2f;
}
.btn-check.entry:before{
  background:#021851;
}
.btn-check:hover{
  opacity: 1;
}
.btn-check:hover:before{
  left: 0;
  transition: 0.3s;
}
.btn-check .ico-arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  max-width: 18px;
}
.btn-check:hover .ico-arrow,
.btn-check:hover p{
  filter: invert();
}
.btn-check.entry:hover .ico-arrow,
.btn-check.entry:hover p{
  z-index: 2;
  color: white!important;
  filter:none;
}

/* @keyframes slidein {
  0% {
    transform: translateX(0);
  }
  40% {
   transform: translateX(15px);
  }
	100% {
    transform: translateX(0);
  }
}
.btn-check:hover .ico-arrow {
  animation : slidein 1s infinite;
} */

@media screen and (max-width: 768px)
{
  #OUTLINE .vbox.pt10 {
    padding-top: 10.6667vw;
  }
  .btn-check{
    max-width: 66.6667vw;
    padding: 5.3333vw 2rem;
    padding: 4.6667vw 2rem;
  }
  .btn-check p {
    font-size: 3.2vw;
  }
  .btn-check.black{
    max-width: 80vw;
    padding: 2rem 2rem;
  }
  .btn-check .ico-arrow{
    max-width: 4vw;
  }
}

/* =================================================================
  footer
=================================================================*/
footer {
  position: relative;
  background-color: #000000;
}

.btn-back2top{
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.btn-back2top:hover{
  opacity: 1;
  transform:  translateY(-5px);
  transition: .3s;
}
.btn-back2top img{
  width: 80px;
}
.btn-back2top.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px)
{
  .btn-back2top{
    bottom: 1rem;
    right: 1rem;
  }
   .btn-back2top img{
    width: 60px;
  }
}