@charset "UTF-8";
/* default
---------------------------------------------------- */

@font-face {
  font-family: "MyFont_ShueiNGoKinStdN";
  src: local("AP-OTF-ShueiNGoKinStdN-B.otf"), url("../../../../../common/font/AP-OTF-ShueiNGoKinStdN-B.otf");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "MyFont_GOTHICB";
  src: local("GOTHICB.TTF"), url("../../../../../common/font/GOTHICB.TTF");
  font-display: swap;
  font-weight: 700;
}

:root {
  --mainpink: #f27271;
  --subpink: #fdeae6;
  --black1: #231f20;
  --black2: #4c4948;
  --white: #fff;
  --pink: #f27b99;
  --blue: #3fafb2;
  --green: #77bc67;

  --title-f-size: 24px;
  --sbtitle-f-size: 20px;
  --txt-f-size: 15px;
  --remark-f-size: 14px;
  --btn-f-size: 18px;
  --border-radius: 15px;
  --big-f-size: 1.5em;
  --padding: 10%;
}


/*----------------------- */


.mainContentMT {
  width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
  overflow: hidden;
  width: 940px !important;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

/* ここから */

/* howtouseit
---------------------------------------------------- */
#howtouseit2025_mainvisual {
  position: relative;
}


.mainvisual-logo {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 42%;
  max-width: 600px;
}

#howtouseit2025 {
  font-family: "MyFont_ShueiNGoKinStdN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Arial", "Meiryo", sans-serif;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  background-size: 30%;

}

#howtouseit2025 * {
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
}

#howtouseit2025 img {
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0;
}

#howtouseit2025 .pc {
  display: block !important;
}

#howtouseit2025 .sp {
  display: none !important;
}

#howtouseit2025 ol,
#howtouseit2025 ul {
  list-style-type: none;
}

#howtouseit2025 a {
  outline: none;
  font-size: inherit;
  text-decoration: none;
}

/* font
---------------------------------------------------- */

#howtouseit2025 .title {
  font-size: var(--title-f-size);
  font-weight: 700;
  line-height: 1.2;
}

#howtouseit2025 .subtitle {
  font-size: var(--sbtitle-f-size);
  font-weight: 700;
  line-height: 1.5;
}

#howtouseit2025 .text {
  font-size: var(--txt-f-size);
  font-weight: 400;
  line-height: 2;
}

#howtouseit2025 .remark {
  padding: 10px 0 0 10px;
  font-size: var(--remark-f-size);
  color: var(--white);
  font-weight: 400;
  line-height: 2;
}

#howtouseit2025 .big {
  font-size: var(--big-f-size);
  font-weight: 700;
}

#howtouseit2025 .number {
  font-family: "MyFont_GOTHICB", "MyFont_ShueiNGoKinStdN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Arial", "Meiryo", sans-serif;
  font-size: 2em;
}

#howtouseit2025 .lineTrigger {
  background-repeat: no-repeat;
  background-size: 200% 0.5em;
  background-position: 100% 0.8em;
  transition: 0.8s;
  transition-delay: 0.5s;
  opacity: 1;
}

#howtouseit2025 .line.lineTrigger {
  background-position: 0 0.8em;
}





/* .btn
---------------------------------------------------- */

#howtouseit2025 #btn {
  padding: 0 0 8%;
}

#howtouseit2025 #btn .btn {
  text-align: center;
  position: fixed;
  width: min(100%, 440px);
  padding: 0 0 4em;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  opacity: 0;
}

#howtouseit2025 #btn .btn.non-fixed {
  box-shadow: none;
  margin: auto;
  padding: 0;
  background: none;
  position: relative;
}

#howtouseit2025 .btn a {
  display: block;
  width: 90%;
  border-radius: calc(var(--border-radius) / 2);
  margin: 0 auto;
  font-size: var(--btn-f-size);
  padding: 0.8em 0;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  transition: all ease 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  animation: poyopoyo 6s ease-out infinite;
  color: #fff;
  background-color: var(--mainpink);
}

@keyframes poyopoyo {

  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }

  50%,
  70% {
    transform: scale(0.96);
  }
}

#howtouseit2025 .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  z-index: 1;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: var(--white);
}

#howtouseit2025 .btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.55em;
  margin: auto;
  z-index: 2;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  transform: rotate(45deg);
  color: var(--mainpink);
}

@media (hover: hover) {
  #howtouseit2025 .btn a:hover {
    color: var(--mainpink);
    background-color: #fff;
    border: solid 1px var(--mainpink);
  }

  #howtouseit2025 .btn a:hover:before {
    background: var(--mainpink);
  }

  #howtouseit2025 .btn a:hover:after {
    color: #fff;
  }

}

#entry.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*エントリーボタン*/

#entry.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100%);
  }
}


/* #howtouseit2025_pc_fixed
---------------------------------------------------- */
#howtouseit2025_pc_fixed {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;

}


#howtouseit2025_pc_fixed .pc_fixed {
  height: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #412A2C;

  padding: max(3%, 40px);
  background-image: url(../img/back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

#howtouseit2025 #howtouseit2025_pc_fixed .vertical-rl {
  color: #fff;
  font-size: 12px;
  writing-mode: vertical-rl;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(max(1.5%, 20px) - 0.5em);
  line-height: 1;
}

/* #index
---------------------------------------------------- */

#howtouseit2025 #index,
#howtouseit2025 .howtouseit-logo_all {
  width: calc(50% - 220px);
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#index .index_all {
  width: auto;
}

.index__item {
  list-style: none;
  width: auto;
  /* 幅は中身に合わせる */
}


#howtouseit2025 .index__link {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  width: 100%;
  max-width: 260px;
  text-decoration: none;

}

#howtouseit2025 .index__link p {
  line-height: 1.5;
}

#howtouseit2025 #index .index_all li {
  position: relative;
  transition: all ease 0.3s;
  /* color: var(--black-color); */
}


.index__item+.index__item {
  border-top: solid 1px var(--white);
}


/* #contents
---------------------------------------------------- */

#howtouseit2025 #contents {
  width: 460px;
  margin: 0 auto;
  position: relative;
  /* background: #333; */
  box-sizing: content-box;
}

/* #howtouseit2025_head
---------------------------------------------------- */

#howtouseit2025 #howtouseit2025_head {
  position: relative;
}

#howtouseit2025 #howtouseit2025_head .head_contents {
  width: 100%;
  padding: calc(var(--padding) * 2) 0 var(--padding);
}

#howtouseit2025 #howtouseit2025_pc_fixed .howtouseit-logo {
  width: max(20%, 400px);
  margin: 0 0 var(--padding);
}

#howtouseit2025 #howtouseit2025_head .howtouseit-logo {
  width: 25%;
  position: absolute;
  top: 5%;
  left: 5%;
  display: none;
}

.poyonTrigger {
  opacity: 0;
}

.poyon {
  animation-name: poyon;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
}

@keyframes poyon {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    opacity: 0;
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1)
  }

  40% {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1)
  }

  65% {
    opacity: 1;
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1)
  }

  75% {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

#howtouseit2025 .title_svg {
  width: 90%;
  margin: 0 auto;
  position: relative;
}



#howtouseit2025 #howtouseit2025_head .text {
  margin: 3em auto;
}


/* theme_svg
---------------------------------------------------- */

#howtouseit2025 .container {
  padding: var(--padding) 0;
}

#howtouseit2025 .theme_title {
  padding: var(--padding) 0;
}

#howtouseit2025 .theme_title .title {
  margin: 1em 0 0;
}


/* セクション_リード文
---------------------------------------------------- */
.section_lead {
  padding-top: 10%;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.8;
  color: var(--white);
  text-align: justify;
}



/* 追加タブ！！！！
---------------------------------------------------- */
.container-tab ul {
  margin: 0;
  padding: 40px 16px 0;
  list-style: none;
  display: flex;
  /* border-bottom: 2px solid #ddd; */
  color: var(--blue);
}

.container-tab ul li {
  width: 100%;
  padding: 24px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  background-color: var(--white);
}

.container-tab ul li.selected {
  color: var(--white);
  background-color: var(--blue);
}

.container-tab ul li:not(.selected):hover {
  background-color: #f0f0f0;
}

.tab img {
  width: 50px;
  display: block;
  margin: 0 auto;
}

.tab {
  border-radius: 50% 50% 0px 0px;
  /* background: var(--white) */
}

.tab-design1 {
  border: 3px solid var(--blue);
  color: var(--blue);
}

.tab-design2 {
  border: 3px solid var(--pink);
  color: var(--pink);
}

.tab-design3 {
  border: 3px solid var(--green);
  color: var(--green);
}

.tab-design1+.tab-design2,
.tab-design2+.tab-design3 {
  margin-left: 2px;
}

.container-tab .tab-content {
  display: none;
  /* padding: 0 16px; */
  min-height: 150px;

  background-color: var(--white);
}

.container-tab .tab-content.selected {
  display: block;
}

.icon {
  width: 22%;
  height: auto;
  max-width: 80px;
}


/* タブの中！！！！
---------------------------------------------------- *


/* tab-1テーマ */

#tab-1 {
  border: 3px solid var(--blue);
  color: var(--blue);
}

.container-tab.tab-1 ul li.tab-design1 {
  color: var(--blue);
  background: var(--white);
}

.container-tab.tab-1 ul li.tab-design1.selected {
  color: var(--white);
  background-color: var(--blue);
}


/* tab-2テーマ */
#tab-2 {
  border: 3px solid var(--pink);
  color: var(--pink);
}

.container-tab.tab-2 ul li.tab-design2 {
  color: var(--pink);
  background-color: var(--white);
}

.container-tab.tab-2 ul li.tab-design2.selected {
  color: var(--white);
  background-color: var(--pink);
}


/* tab-3テーマ */

#tab-3 {
  border: 3px solid var(--green);
  color: var(--green);
}

.container-tab.tab-3 ul li.tab-design3 {
  color: var(--green);
  background: var(--white);
}

.container-tab.tab-3 ul li.tab-design3.selected {
  color: var(--white);
  background-color: var(--green);
}


/* プロフィール
----------------------- */

.profile {
  margin: 0 auto;
  padding: 32px 0;
  width: 100%;
  max-width: 300px;
}

.profile__img {
  margin: 0 auto;
  width: 140px;
}

.profile__title {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 300px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  color: var(--tab-color);
  margin-top: 10px;
}

.profile__text {
  display: inline-block;
  text-align: justify;
  color: var(--black2);
  font-size: 16px;
}



/* アイテム
----------------------- */

.itemList {
  padding: 16px 16px 32px;
}

.item {
  padding-bottom: 32px;
}

.item_title {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 240px;
}

.item_title-line {
  padding: 32px 0;
}

.item_img {
  display: block;
  margin: 0 auto;
}

.item__link {
  text-align: center;
  color: #136add;
  font-size: 16px;
  transition: .3s;
  margin-top: 8px;
  display: inline-block;
}

.item__link:hover {
  opacity: 0.8;
  border-bottom: 1px solid #136add;
}

.item__link::before {
  content: "> ";
  width: 8px;
  height: 8px;
}


.item_title+.item_img {
  margin-top: 24px;
}

.item_link+.item__img {
  margin-top: 24px;
}



/* AI
----------------------- */

.contents-ai {
  padding: 40px 16px 0;

  background-color: #f0f2f3;
  background-image: linear-gradient(90deg, #4c49480f 1px, transparent 1px), linear-gradient(#4c49480f 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 17px 17px;
}

/* 自転車
----------------------- */

.decoration {
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 110px;
  overflow: hidden;
}

.bicycle {
  position: absolute;
  top: 0;
  height: 100px;
  left: 100%;
  /* 画面外の右端スタート */
  animation: slideLeft 10s linear infinite;
}

@keyframes slideLeft {
  0% {
    left: 100%;
    /* 右端の外 */
  }

  100% {
    left: -100%;
    /* 左端の外まで移動 */
  }
}


/* あなたの活用術を大募集！
----------------------- */


.contents-offering {
  /* margin-top: 80px; */
  padding: 40px 0;
  background-color: var(--subpink);
}

.offering__title,
.offering__koe {
  padding: 0 16px;
}

.offering__title+.offering__koe {
  margin-top: 40px;
}

.offering__title+.offering__koe {
  margin-top: 40px;
}

.offering__koe+.offering__campaign {
  margin: 32px 0;
}

.contents-offering>#btn {
  margin-top: 40px;
}

/* #limited
---------------------------------------------------- */

#howtouseit2025 #limited p.limited_period {
  display: inline-block;
  padding: 0.25em 1.5em;
  border-radius: 0.5em;
  margin: 2em 0 1em;
  border: solid 2px;
}



/* Arrows
---------------------------------------------------- */

#howtouseit2025 .slick-prev,
#howtouseit2025 .slick-next {
  line-height: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  display: block;
  width: 2.5em;
  height: 2.5em;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  outline: none;
  z-index: 3;
}

#howtouseit2025 .slick-prev {
  left: 5%;
}

#howtouseit2025 .slick-next {
  right: 5%;
}

#howtouseit2025 .slick-prev::before,
#howtouseit2025 .slick-next::before {
  content: "";
  width: 30%;
  height: 30%;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#howtouseit2025 .slick-next::before {
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: var(--mainpink);
  left: 25%;
}

#howtouseit2025 .slick-prev::before {
  border-bottom: solid 2px;
  border-left: solid 2px;
  border-color: var(--mainpink);
  right: 25%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

/* Dots
---------------------------------------------------- */

#howtouseit2025 .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5em;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#howtouseit2025 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#howtouseit2025 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#howtouseit2025 .slick-dots li button:hover,
#howtouseit2025 .slick-dots li button:focus {
  outline: none;
}

#howtouseit2025 .slick-dots li button:hover:before,
#howtouseit2025 .slick-dots li button:focus:before {
  opacity: 1;
}

#howtouseit2025 .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.25;
}

#howtouseit2025 .slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: #fff;
}

/* #footer
---------------------------------------------------- */

#howtouseit2025 #footer {
  padding: var(--padding) 0;
  position: relative;
  z-index: 2;
}

/* #footer
---------------------------------------------------- */

#howtouseit2025 .scroll_arrow {
  width: 23px;
  position: absolute;
  bottom: calc(max(3%, 40px) * 2.6);
  right: calc((100% / 2) - 260px);
  animation: scroll_arrow 3.5s infinite;
}

@keyframes scroll_arrow {
  0% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, 30px);
  }

  0%,
  80%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

#howtouseit2025 #footer .remark {
  width: 90%;
  margin: 0 auto;
}

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

  #howtouseit2025 #howtouseit2025_head .head_contents {
    padding: calc(var(--padding) * 4) 0 var(--padding);
  }

  #howtouseit2025 .howtouseit-logo_all {
    display: none;
  }

  #howtouseit2025 #howtouseit2025_head .howtouseit-logo {
    display: block;
  }

  #howtouseit2025 .scroll_arrow {
    left: 587px;
    bottom: 190px;
  }


  #howtouseit2025 #index {
    width: calc(100% - 490px);
    margin: 0 0 0 auto;
  }

  #howtouseit2025 #contents,
  #howtouseit2025 #btn .btn {
    margin: 0 0 0 100px;
  }

}

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


  #howtouseit2025 .container {
    padding: 0 16px;
  }

  #howtouseit2025 .bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/back-sp.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
  }

  #howtouseit2025 #btn {
    display: block;
  }

  #howtouseit2025 #index {
    display: none;
  }

  #howtouseit2025 #contents,
  #howtouseit2025 #btn .btn {
    margin: 0 auto;
  }

  #howtouseit2025 #btn .btn {
    padding: 0 0 2em;
  }


  #howtouseit2025 #footer {
    padding: var(--padding) 0 60%;
  }

  #howtouseit2025 .scroll_arrow {
    display: block;
    left: calc((100% / 2) + 240px);
  }

}

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

  article p,
  article li {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }


  #fftop_recomDetail section {
    padding: 0;
  }

  #howtouseit2025 .sp {
    display: block !important;
  }

  #howtouseit2025 .pc {
    display: none !important;
  }

  #howtouseit2025_pc_fixed {
    display: none;
  }

  #howtouseit2025 #contents {
    width: 100%;
    border: none;
    box-sizing: border-box;
  }

  #howtouseit2025 .prize_text {
    color: #fff;
  }


  /* .btn
---------------------------------------------------- */

  #fftop_recomDetail #howtouseit2025 #btn {
    padding: 0 0 var(--padding);
  }

  #howtouseit2025 .btn {
    padding: 0 0 2em;
  }

  #howtouseit2025 .btn a {
    padding: 0.9em 0;
  }


  .btn__text {
    color: var(--white);
  }

  /* 追加  */


  .mainvisual-logo {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 80%;
    max-width: 600px;
  }


  /* 追加タブ！！！！
---------------------------------------------------- */
  .container-tab ul {
    padding: 40px 0 0;
  }

  .container-tab ul li {
    padding: 8px 2px;
  }


}