@charset "UTF-8";
/*********************************************
*
* 共通パーツ、初期設定
*
*********************************************/
/************************
**ブレイクポイント
************************/
/*min-widthベース、基本*/
/*max-widthベース、特定のクラスを途中まで、の場合*/
/*min-width,max-width混合、特定のクラスを途中から途中まで、の場合*/
/************************
**safari用
************************/
/************************
**全体
************************/
/*ボタン化(aタグ、buttonタグを親要素に全体化)*/
.ab-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ab-b {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*テキストを一塊にし、途中で改行させない*/
.txtb {
  display: inline-block;
}

/************************
**サイズ別br 使わないものはコメントアウト
************************/
.smartbr {
  display: block;
}
@media screen and (min-width: 576px) {
  .smartbr {
    display: none;
  }
}

/*スマホ(768px未満)*/
.spbr {
  display: block;
}
@media screen and (min-width: 768px) {
  .spbr {
    display: none;
  }
}

.smbr {
  display: none;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .smbr {
    display: block;
  }
}

.mdbr {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mdbr {
    display: block;
  }
}

.lgbr {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .lgbr {
    display: block;
  }
}

.xlbr {
  display: none;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .xlbr {
    display: block;
  }
}

.xxlbr {
  display: none;
}
@media screen and (min-width: 1400px) {
  .xxlbr {
    display: block;
  }
}

.sm-flbr {
  display: none;
}
@media screen and (min-width: 576px) {
  .sm-flbr {
    display: block;
  }
}

.md-flbr,
.pcbr {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-flbr,
  .pcbr {
    display: block;
  }
}

.lg-flbr {
  display: none;
}
@media screen and (min-width: 992px) {
  .lg-flbr {
    display: block;
  }
}

.xl-flbr {
  display: none;
}
@media screen and (min-width: 1200px) {
  .xl-flbr {
    display: block;
  }
}

.xxl-flbr {
  display: none;
}
@media screen and (min-width: 1400px) {
  .xxl-flbr {
    display: block;
  }
}

/************************
**image pc/sp切り替え
************************/
.image-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .image-sp {
    display: none;
  }
}

.image-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .image-pc {
    display: block;
  }
}

/*********************************************
*
*Header
*
*********************************************/
header .tt-header__top {
  background-color: #ffffff;
  color: #284480;
}
header .tt-header__bottom-item {
  width: 20%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  header .tt-header__bottom-item {
    width: 12.5%;
    max-width: 150px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  header .tt-header__bottom-item {
    height: auto;
    aspect-ratio: 5/2;
    padding-top: 5px;
  }
}
header .tt-header__bottom-item-home {
  display: none;
}
@media screen and (min-width: 768px) {
  header .tt-header__bottom-item-home {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  header .tt-header__bottom-item-home svg {
    width: 38.25px;
    height: 23.25px;
  }
}
header .tt-header__bottom-item-home svg .cls-1 {
  fill: none;
}
header .tt-header__bottom-item-detail {
  display: none;
}
@media screen and (min-width: 768px) {
  header .tt-header__bottom-item-detail {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  header .tt-header__bottom-item-detail svg {
    width: 38.25px;
    height: 23.25px;
  }
}
header .tt-header__bottom-item-detail svg .cls-1 {
  fill: none;
}
@media screen and (min-width: 768px) {
  header .tt-header__bottom-item-rakukoshi svg {
    width: 38.25px;
    height: 23.25px;
  }
}
@media screen and (min-width: 768px) {
  header .tt-header__bottom-item-monoless svg {
    width: 24.75px;
    height: 26.25px;
  }
}
@media screen and (min-width: 1200px) {
  header .tt-header__bottom-item-sdgs {
    padding: 0;
  }
}
header .tt-header__bottom-item-cm {
  display: none;
}
@media screen and (min-width: 768px) {
  header .tt-header__bottom-item-cm {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  header .tt-header__bottom-item-cm svg {
    width: 38.25px;
    height: 23.25px;
  }
}
header {
  /************************
  **#
  ************************/
}

/*********************************************
*
*footer
*
*********************************************/
footer {
  /************************
  **#
  ************************/
}

/*********************************************
*
*共通
*
*********************************************/
/*********************************************
*
*#mainv
*
*********************************************/
.add2026_mainv .mainv_wrapper {
  position: relative;
  background-color: #284480;
  padding: 6.25vw 0;
}
@media screen and (min-width: 768px) {
  .add2026_mainv .mainv_wrapper {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  .add2026_mainv .mainv_wrapper {
    padding: 30px 0;
  }
}
.add2026_mainv .mainv_wrapper .mainv-box {
  display: flex;
  overflow: hidden;
  gap: 20px;
}
.add2026_mainv .mainv_wrapper .mainv-box .mainv-block {
  display: flex;
  gap: 20px;
  animation: infinity-scroll-left 45s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.add2026_mainv .mainv_wrapper .mainv-box .mainv-block .mainv-item {
  width: 74.0740740741vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .add2026_mainv .mainv_wrapper .mainv-box .mainv-block .mainv-item {
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 992px) {
  .add2026_mainv .mainv_wrapper .mainv-box .mainv-block .mainv-item {
    width: 25vw;
  }
}
@media screen and (min-width: 1400px) {
  .add2026_mainv .mainv_wrapper .mainv-box .mainv-block .mainv-item {
    width: 20vw;
  }
}
.add2026_mainv .mainv_wrapper .mainv-box .mainv-block .mainv-item img {
  width: 100%;
  height: auto;
}
.add2026_mainv .mainv_wrapper .mainv_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  animation: sptitle 0.5s forwards linear 3s;
}
@keyframes sptitle {
  0% {
    opacity: 1;
    pointer-events: auto;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .add2026_mainv .mainv_wrapper .mainv_title {
    top: 0;
    left: 5.5%;
    transform: translateX(0);
    display: block;
    animation: unset;
  }
}
.add2026_mainv .mainv_wrapper .mainv_title .title-wrap {
  height: 100%;
  width: 100%;
  position: relative;
}
.add2026_mainv .mainv_wrapper .mainv_title .title-wrap img {
  width: auto;
  height: 100%;
  max-width: none !important;
}

.blk_lucksite06 {
  margin-top: -1.5%;
  background-color: #ffffff;
}
.blk_lucksite06 img {
  width: 100%;
  height: auto;
}

/*********************************************
*
*#service_lucksite
*
*********************************************/
.blk_lucksite-alt01 {
  padding: 0.5em;
  font-size: 3.125vw;
  font-weight: 800;
  color: #000;
}
@media screen and (min-width: 768px) {
  .blk_lucksite-alt01 {
    font-size: min(1.5625vw, 24px);
  }
}

/*********************************************
*
*#instagram-sns
*
*********************************************/
#instagram-sns .sns-banner img {
  width: 100%;
  height: auto;
}

/*********************************************
*
*#youtube
*
*********************************************/
#youtube .youtube-banner {
  background-color: #e9eff2;
  padding: 0 0 20px;
}
#youtube .youtube-banner img {
  width: 100%;
  height: auto;
}

/*********************************************
*
*#fmcm
*
*********************************************/
#fmcm .fmcm-banner {
  background-color: #e9eff2;
  padding: 0 0 20px;
  position: relative;
}
#fmcm .fmcm-banner img {
  width: 100%;
  height: auto;
}
#fmcm .fmcm-banner .fmcm-link {
  position: absolute;
  top: 12.7%;
  left: 23.5%;
  width: 72.2%;
  height: 6.2%;
}
@media screen and (min-width: 768px) {
  #fmcm .fmcm-banner .fmcm-link {
    top: 44.5%;
    left: 40.5%;
    width: 40.7%;
    height: 21.5%;
  }
}
#fmcm .fmcm-banner .fmcm-link .link-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#fmcm .fmcm-banner .fmcm-button {
  position: absolute;
  bottom: 4.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  #fmcm .fmcm-banner .fmcm-button {
    bottom: 7.5%;
    left: 50%;
    width: 90%;
    flex-direction: row;
    gap: 10px;
  }
}
#fmcm .fmcm-banner .fmcm-button .button-item {
  position: relative;
}

/*********************************************
*
*#revo
*
*********************************************/
/*********************************************
*
*#revo
*
*********************************************/
#service_dcc .dcc_wrap {
  background-color: #284480;
  position: relative;
}
#service_dcc .dcc_wrap img {
  width: 100%;
}
#service_dcc .dcc_wrap a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 6%;
}
@media screen and (min-width: 768px) {
  #service_dcc .dcc_wrap a {
    bottom: 1.5%;
    width: 32.5%;
    height: 10%;
  }
}

/*********************************************
*
*#service_wc
*
*********************************************/
#service_wc .wc-banner img {
  width: 100%;
  height: auto;
}

/*********************************************
*
*#service_kansaibaske
*
*********************************************/
#service_kansaibaske .kbsk-wrapper {
  position: relative;
}
#service_kansaibaske .kbsk-wrapper img {
  width: 100%;
  height: auto;
}
#service_kansaibaske .kbsk-wrapper .kbsk-posi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  #service_kansaibaske .kbsk-wrapper .kbsk-posi {
    width: 75%;
  }
}
#service_kansaibaske .kbsk-wrapper .kbsk-posi .kbsk-box {
  display: flex;
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #service_kansaibaske .kbsk-wrapper .kbsk-posi .kbsk-box {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}
#service_kansaibaske .kbsk-wrapper .kbsk-posi .kbsk-box .kbsk-item {
  flex: 1 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #service_kansaibaske .kbsk-wrapper .kbsk-posi .kbsk-box .kbsk-item {
    flex: 0 0 100%;
  }
}
#service_kansaibaske .kbsk-wrapper .kbsk-nav button {
  position: absolute;
  top: 70%;
  width: 20px;
  height: 50px;
  background-color: #284480;
  border: none;
}
#service_kansaibaske .kbsk-wrapper .kbsk-nav button.prev {
  left: 2.5%;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}
#service_kansaibaske .kbsk-wrapper .kbsk-nav button.next {
  right: 2.5%;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}

/*********************************************
*
*#service_evessa
*
*********************************************/
#service_evessa h3 {
  position: relative;
}
#service_evessa h3 .evessa_gift {
  position: absolute;
  top: 30.5%;
  left: 2.35%;
  width: 16%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
#service_evessa h3 .evessa_gift .gift-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

/*********************************************
*
*#service_crowdloan
*
*********************************************/
#service_crowdloan .clowdloan-banner {
  padding: 20px 0;
  background-color: #e9eff2;
}
#service_crowdloan .clowdloan-banner img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */