@charset "UTF-8";
/* =========================================================
colors
========================================================= */
/* =========================================================
default
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanrp.min.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

@media print {
  html, body {
    _zoom: 70% !important;
  }
}

html {
  font-size: 62.5%;
  font-family: YakuHanJP,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: 300;
}

body {
  -webkit-overflow-scrolling: touch;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: unset;
  }
}

/* ie11 hack */
_:-ms-fullscreen, :root body {
  overflow-x: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #2a2a2a;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

main {
  display: block;
}

/* responsive */
.pc {
  display: block !important;
}

.pc.in_nbsp {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .pc.in_nbsp {
    display: none !important;
  }
}

.tb {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .tb {
    display: block !important;
  }
}

.sp_l {
  display: none !important;
}

@media screen and (min-width: 376px) and (max-width: 768px) {
  .sp_l {
    display: block !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.ss {
  display: none !important;
}

@media screen and (max-width: 320px) {
  .ss {
    display: block !important;
  }
}

/* =========================================================
animation
========================================================= */
/*********************************************/
/* loading */
/*********************************************/
.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
  border: 1px solid #F28127;
  border-radius: 50%;
  border-right: 1px solid rgba(0, 143, 75, 0.2);
  border-top: 1px solid rgba(0, 143, 75, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* 汎用 detected to Animate.css */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* keyvisual pause animation */
.pauseAnime {
  display: none;
}

.startAnime {
  display: block !important;
}

/* keyvisual heading background: detected to Animate.css */
@-webkit-keyframes slideOutLeft {
  0% {
    visibility: visible;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideOutLeft {
  0% {
    visibility: visible;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* ボタン出現アニメ detected to Animate.css */
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.animate__pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/* 汎用ちょっと動く */
@-webkit-keyframes scAnimeCommonTop {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scAnimeCommonTop {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes scAnimeCommonBottom {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scAnimeCommonBottom {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes scAnimeCommonLeft {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes scAnimeCommonLeft {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes scAnimeCommonRight {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes scAnimeCommonRight {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* 
汎用フェード
*/
.scAnime0,
.scAnime1 {
  opacity: 0;
}

.scAnimation0 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: scAnime0;
          animation-name: scAnime0;
  visibility: visible !important;
}

@-webkit-keyframes scAnime0 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scAnime0 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*下から*/
.scAnimation1 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: scAnime1;
          animation-name: scAnime1;
  visibility: visible !important;
}

@-webkit-keyframes scAnime1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scAnime1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* 汎用クリッピング左右 */
@-webkit-keyframes scAnimeClipLeft {
  0% {
    visibility: visible;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes scAnimeClipLeft {
  0% {
    visibility: visible;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@-webkit-keyframes scAnimeClipRight {
  0% {
    visibility: visible;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes scAnimeClipRight {
  0% {
    visibility: visible;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

/* =========================================================
layout
========================================================= */
/* IEハック用mixin */
@media screen and (min-width: 769px) and (max-width: 1019px) {
  body {
    min-width: 1020px;
  }
}

/* layout */
.wrapper {
  width: 100%;
  height: 100%;
}

header article.keyvisual {
  background-image: url(/lp/taiken/online/images/bg__beige-sp.png);
  background-repeat: repeat-y;
  background-size: cover;
  padding-bottom: 8vw;
}

@media screen and (min-width: 769px) {
  header article.keyvisual {
    background-image: url(/lp/taiken/online/images/bg__beige-pc.png);
    padding-bottom: 70px;
  }
}

header article.keyvisual section.visuals {
  position: relative;
  padding: 13vw 4vw 0;
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0;
    padding-top: 60px;
  }
}

header article.keyvisual section.visuals h1 {
  position: relative;
  min-height: 66vw;
  background-image: url(/lp/taiken/online/images/keyvisual__bg.svg);
  background-repeat: no-repeat;
  background-position: center top 2vw;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals h1 {
    min-height: unset;
    background-position: center top 20px;
    background-size: 685px 462px;
    min-height: 482px;
  }
}

header article.keyvisual section.visuals h1 .catch {
  position: absolute;
  top: -5vw;
  left: 0;
  color: #F28127;
  font-family: "Caveat", cursive;
  font-size: 7.5vw;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals h1 .catch {
    top: 0px;
    left: 100px;
    font-size: 44px;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

header article.keyvisual section.visuals h1 .read {
  position: relative;
  width: 55vw;
  margin: 0 auto;
  padding-top: 6vw;
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals h1 .read {
    width: 424px;
    padding-top: 70px;
  }
}

header article.keyvisual section.visuals h1 .read::before, header article.keyvisual section.visuals h1 .read::after {
  content: "";
  position: absolute;
  width: 10vw;
  height: 14vw;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals h1 .read::before, header article.keyvisual section.visuals h1 .read::after {
    width: 41px;
    height: 46px;
  }
}

header article.keyvisual section.visuals h1 .read::before {
  left: -10vw;
  top: 7vw;
  background-image: url(/lp/taiken/online/images/keyvisual__deco_left.svg);
  background-position: right top;
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals h1 .read::before {
    left: -50px;
    top: 50px;
  }
}

header article.keyvisual section.visuals h1 .read::after {
  right: -10vw;
  top: 7vw;
  background-image: url(/lp/taiken/online/images/keyvisual__deco_right.svg);
  background-position: left top;
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals h1 .read::after {
    right: -50px;
    top: 50px;
  }
}

header article.keyvisual section.visuals h1 .title {
  position: relative;
  z-index: 4;
  margin: 3vw auto 0;
  width: 66vw;
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals h1 .title {
    width: 420px;
    margin-top: 30px;
  }
}

header article.keyvisual section.visuals h1 .title::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -.1vw;
  left: .05vw;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals h1 .title::after {
    top: 0;
    left: 0;
    width: 540px;
    height: 230px;
  }
}

header article.keyvisual section.visuals h1 .title img {
  position: relative;
  z-index: 3;
}

header article.keyvisual section.visuals .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 24vw;
  margin-top: -1vw;
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals .comment {
    min-height: 240px;
    margin-top: -340px;
  }
}

header article.keyvisual section.visuals .comment .unit {
  position: relative;
  width: 44vw;
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals .comment .unit {
    width: 50%;
  }
}

header article.keyvisual section.visuals .comment .unit .balloon {
  position: absolute;
  z-index: 3;
  top: 0;
}

header article.keyvisual section.visuals .comment .unit .illust {
  position: absolute;
  z-index: 2;
}

header article.keyvisual section.visuals .comment .unit.what .balloon {
  right: 0;
  width: 24vw;
  height: auto;
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals .comment .unit.what .balloon {
    top: 0;
    right: unset;
    left: 0;
    width: 148px;
  }
}

header article.keyvisual section.visuals .comment .unit.what .illust {
  top: -5vw;
  width: 26vw;
  height: auto;
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals .comment .unit.what .illust {
    top: 90px;
    width: 245px;
  }
}

header article.keyvisual section.visuals .comment .unit.any .balloon {
  width: 27vw;
  height: auto;
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals .comment .unit.any .balloon {
    top: 0;
    right: 0;
    width: 151px;
  }
}

header article.keyvisual section.visuals .comment .unit.any .illust {
  top: -2vw;
  right: -2vw;
  width: 25vw;
  height: auto;
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals .comment .unit.any .illust {
    top: 110px;
    right: 0;
    width: 231px;
  }
}

header article.keyvisual section.visuals p.intro {
  text-align: center;
  font-size: 4.3vw;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  header article.keyvisual section.visuals p.intro {
    position: relative;
    font-size: 1.6rem;
  }
}

main article {
  width: 100%;
  background-color: #fff;
}

main article section {
  width: calc(100% - 8vw);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  main article section {
    width: 100%;
    max-width: 1020px;
  }
}

main article section h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

main article section h2 .en {
  z-index: 3;
  display: block;
  color: #F28127;
  font-family: "Caveat", cursive;
  font-size: 7.5vw;
}

@media screen and (min-width: 769px) {
  main article section h2 .en {
    font-size: 3.6rem;
  }
}

main article section h2 .jp {
  z-index: 3;
  margin-top: 1vw;
  color: #2a2a2a;
  font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 6.4vw;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  main article section h2 .jp {
    margin-top: 10px;
    font-size: 3.6rem;
  }
}

main article section h2 .jp sup {
  padding-left: 1vw;
  vertical-align: super;
  font-size: 3.8vw;
}

@media screen and (min-width: 769px) {
  main article section h2 .jp sup {
    padding-left: 5px;
    font-size: 2.2rem;
  }
}

main article section p {
  font-size: 4.3vw;
}

@media screen and (min-width: 769px) {
  main article section p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

body.Android main article section p {
  line-height: 1.7;
}

main article section p sup {
  padding-left: 1vw;
  vertical-align: super;
  font-size: 2.8vw;
}

@media screen and (min-width: 769px) {
  main article section p sup {
    padding-left: 5px;
    font-size: 1.2rem;
  }
}

main article section .image {
  margin: 0 auto;
}

main article section .btn {
  background-color: #F28127;
  margin: 0 auto;
  border-radius: 4px;
  padding: 4px;
}

@media screen and (min-width: 769px) {
  main article section .btn {
    width: 400px;
    cursor: pointer;
    -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  main article section .btn:hover {
    background-color: #fff;
  }
  main article section .btn:hover a {
    -webkit-transition: border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    border-color: #F28127;
    -webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    color: #F28127;
  }
  main article section .btn:hover a::after {
    -webkit-transition: border-left-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: border-left-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    border-left-color: #F28127;
  }
}

main article section .btn a {
  position: relative;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 14vw;
  border: 2px dotted #fff;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  main article section .btn a {
    height: 70px;
  }
}

main article section .btn a span {
  margin: 0 auto;
  font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 4.3vw;
}

@media screen and (min-width: 769px) {
  main article section .btn a span {
    font-size: 1.8rem;
  }
}

main article section .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2vw;
  display: inline-block;
  border: 3vw solid transparent;
  border-left: 4vw solid #fff;
  zoom: .8;
}

@media screen and (min-width: 769px) {
  main article section .btn a::after {
    right: 20px;
    border: 8px solid transparent;
    border-left: 14px solid #fff;
    zoom: 1;
  }
}

@media screen and (min-width: 769px) {
  main article section .btn.long {
    width: 800px;
  }
}

main article section .btn.white {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  main article section .btn.white:hover {
    background-color: #F28127;
  }
  main article section .btn.white:hover a {
    -webkit-transition: border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: border-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    border-color: #fff;
    -webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    color: #fff;
  }
}

main article section .btn.white a {
  border: 2px dotted #F28127;
  color: #2a2a2a;
}

main article section .btn.white a::after {
  content: none;
}

main article section.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main article.experiencer {
  padding: 6vw 0 8vw;
}

@media screen and (min-width: 769px) {
  main article.experiencer {
    padding: 10px 0;
  }
}

main article.experiencer section {
  position: relative;
}

@media screen and (min-width: 769px) {
  main article.experiencer section {
    max-width: 640px;
  }
}

main article.experiencer section .head {
  position: relative;
  z-index: 3;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: -6vw;
}

@media screen and (min-width: 769px) {
  main article.experiencer section .head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
  }
}

main article.experiencer section .head h2 {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26.7vw;
  height: 26.7vw;
  background-color: #fff;
  border: 1px solid #F28127;
  border-radius: 13.35vw;
  color: #F28127;
  font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  font-size: 4.8vw;
}

@media screen and (min-width: 769px) {
  main article.experiencer section .head h2 {
    width: 122px;
    height: 122px;
    border-radius: 61px;
    font-size: 2rem;
  }
}

main article.experiencer section .body {
  position: relative;
  z-index: 2;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: calc(100% - 32vw);
}

@media screen and (min-width: 769px) {
  main article.experiencer section .body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 220px;
    margin-top: 50px;
    margin-left: 20px;
  }
}

main article.experiencer section .body h3 {
  font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 6.4vw;
}

@media screen and (min-width: 769px) {
  main article.experiencer section .body h3 {
    font-size: 2.4rem;
  }
}

main article.experiencer section .body h4 {
  font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 4.8vw;
}

@media screen and (min-width: 769px) {
  main article.experiencer section .body h4 {
    font-size: 1.8rem;
  }
}

main article.experiencer section .body p {
  margin-top: 2vw;
  border-top: 2px dotted #F28127;
  padding-top: 2vw;
  text-align: justify;
}

@media screen and (min-width: 769px) {
  main article.experiencer section .body p {
    margin-top: 10px;
    padding-top: 10px;
  }
}

main article.experiencer section .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 72vw;
}

@media screen and (min-width: 769px) {
  main article.experiencer section .image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 270px;
    margin: 0;
  }
}

main article.checkpoint {
  background-image: url(/lp/taiken/online/images/bg__beige-sp.png);
  background-repeat: repeat-y;
  background-size: cover;
  padding: 6vw 0 10vw;
}

@media screen and (min-width: 769px) {
  main article.checkpoint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-image: url(/lp/taiken/online/images/bg__beige-pc.png);
    padding: 40px 0 70px;
  }
}

main article.checkpoint section h2 {
  position: relative;
}

main article.checkpoint section h2::before, main article.checkpoint section h2::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

main article.checkpoint section h2::before {
  top: 2vw;
  left: 4vw;
  background-image: url(/lp/taiken/online/images/checkpoint__deco_drop.svg);
  width: 14vw;
  height: 16vw;
}

@media screen and (min-width: 769px) {
  main article.checkpoint section h2::before {
    top: 10px;
    left: 180px;
    width: 58px;
    height: 67px;
  }
}

main article.checkpoint section h2::after {
  top: -3vw;
  right: 4vw;
  background-image: url(/lp/taiken/online/images/checkpoint__deco_question.svg);
  width: 17vw;
  height: 25vw;
}

@media screen and (min-width: 769px) {
  main article.checkpoint section h2::after {
    top: 0px;
    right: 160px;
    width: 74px;
    height: 94px;
  }
}

main article.checkpoint section ul {
  position: relative;
}

@media screen and (min-width: 769px) {
  main article.checkpoint section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 908px;
    margin: 0 auto 0;
  }
}

main article.checkpoint section ul li {
  margin-top: 6vw;
  border-top: 2px dotted #F28127;
  border-bottom: 2px dotted #F28127;
  padding-top: 4vw;
  padding-bottom: 5vw;
}

@media screen and (min-width: 769px) {
  main article.checkpoint section ul li {
    width: 434px;
    margin-top: 0;
    border-top: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  main article.checkpoint section ul li:nth-child(1), main article.checkpoint section ul li:nth-child(2) {
    margin-top: 30px;
    border-top: 2px dotted #F28127;
  }
}

main article.checkpoint section ul li + li {
  margin-top: 0;
  border-top: none;
}

@media screen and (min-width: 769px) {
  main article.checkpoint section ul li:nth-child(1) img {
    height: 22px;
    width: 408px;
  }
}

@media screen and (min-width: 769px) {
  main article.checkpoint section ul li:nth-child(2) img {
    height: 20px;
    width: 412px;
  }
}

@media screen and (min-width: 769px) {
  main article.checkpoint section ul li:nth-child(3) img {
    height: 20px;
    width: 429px;
  }
}

@media screen and (min-width: 769px) {
  main article.checkpoint section ul li:nth-child(4) img {
    height: 20px;
    width: 407px;
  }
}

main article.checkpoint section ul li img {
  height: 14vw;
  width: auto;
}

main article.reservation {
  background-image: url(/lp/taiken/online/images/bg__blue-sp.png);
  background-repeat: repeat-y;
  background-size: cover;
  padding: 6vw 0 10vw;
}

@media screen and (min-width: 769px) {
  main article.reservation {
    background-image: url(/lp/taiken/online/images/bg__blue-pc.png);
    padding: 40px 0 70px;
  }
}

main article.reservation section ol {
  counter-reset: step;
  margin-top: 2vw;
}

@media screen and (min-width: 769px) {
  main article.reservation section ol {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 440px);
    margin-top: 40px;
  }
}

main article.reservation section ol li {
  position: relative;
  background-color: #fff;
  margin: 5vw 0 0 8vw;
  padding: 4vw 4vw 4vw 12vw;
}

@media screen and (min-width: 769px) {
  main article.reservation section ol li {
    margin: 24px 0 0 120px;
    padding: 20px 20px 20px 40px;
  }
  main article.reservation section ol li:first-child {
    margin-top: 0;
  }
}

main article.reservation section ol li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: -8vw;
  top: -4vw;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16vw;
  height: 16vw;
  background-color: #F28127;
  border-radius: 8vw;
  color: #fff;
  font-size: 7.6vw;
  font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
}

@media screen and (min-width: 769px) {
  main article.reservation section ol li::before {
    left: -60px;
    top: -20px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    font-size: 3.2rem;
  }
}

main article.reservation section ol li::after {
  content: none;
}

main article.reservation section ol li h3 {
  color: #F28127;
  font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 4.8vw;
}

@media screen and (min-width: 769px) {
  main article.reservation section ol li h3 {
    font-size: 1.8rem;
  }
}

main article.reservation section ol li p {
  margin-top: 2vw;
}

@media screen and (min-width: 769px) {
  main article.reservation section ol li p {
    margin-top: 5px;
  }
}

main article.reservation section .image {
  width: 70vw;
  margin-top: 2vw;
}

@media screen and (min-width: 769px) {
  main article.reservation section .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 440px;
    margin-top: 40px;
  }
}

main article.reservation section .btn {
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  main article.reservation section .btn {
    margin-top: 40px;
  }
}

main article.online {
  background-image: url(/lp/taiken/online/images/bg__pink-sp.png);
  background-repeat: repeat-y;
  background-size: cover;
  padding: 6vw 0 6vw;
}

@media screen and (min-width: 769px) {
  main article.online {
    background-image: url(/lp/taiken/online/images/bg__pink-pc.png);
    padding: 40px 0 70px;
  }
}

main article.online section h2 {
  position: relative;
}

main article.online section h2::before, main article.online section h2::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

main article.online section h2::before {
  top: 3vw;
  left: 0;
  background-image: url(/lp/taiken/online/images/online__deco_left.svg);
  width: 16vw;
  height: 31vw;
}

@media screen and (min-width: 769px) {
  main article.online section h2::before {
    top: 10px;
    left: 185px;
    width: 82px;
    height: 151px;
  }
}

main article.online section h2::after {
  top: 3vw;
  right: 0;
  background-image: url(/lp/taiken/online/images/online__deco_right.svg);
  width: 16vw;
  height: 32vw;
}

@media screen and (min-width: 769px) {
  main article.online section h2::after {
    top: 10px;
    right: 190px;
    width: 79px;
    height: 150px;
  }
}

main article.online section.flow {
  position: relative;
  width: auto;
  margin-top: 6vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow {
    margin-top: 40px;
  }
}

main article.online section.flow .flow_child {
  position: relative;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main article.online section.flow .flow_child::after {
  content: "";
  position: absolute;
  bottom: -10vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 20vw;
  width: 6px;
  background: radial-gradient(circle farthest-side, #F28127, #F28127 60%, transparent 60%, transparent);
  background-size: 6px 6px;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child::after {
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0;
    border-left: none;
  }
}

main article.online section.flow .flow_child .text {
  width: 100vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child .text {
    width: 100%;
  }
}

main article.online section.flow .flow_child .text h3.en {
  color: #fff;
  font-family: "Caveat", cursive;
  opacity: .8;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

main article.online section.flow .flow_child .text p {
  width: 72vw;
  margin: 3vw auto 0 15vw;
  text-align: justify;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child .text p {
    margin: 20px auto 0;
    width: 340px;
  }
}

main article.online section.flow .flow_child .image::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 20vw;
  width: 6px;
  background: radial-gradient(circle farthest-side, #F28127, #F28127 60%, transparent 60%, transparent);
  background-size: 6px 6px;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child .image::after {
    content: none;
  }
}

main article.online section.flow .flow_child.flow01 {
  width: 92vw;
  height: 92vw;
  background-color: #FFF6E4;
  margin: 0 auto;
  border-radius: 46vw;
  -webkit-clip-path: none;
          clip-path: none;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow01 {
    width: 482px;
    height: 482px;
    margin-left: 0;
    border-radius: 241px;
  }
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow01:after {
    left: 435px;
    bottom: 120px;
    width: 135px;
    height: 84px;
    background-image: url(/lp/taiken/online/images/online__flow01_after.svg);
  }
}

main article.online section.flow .flow_child.flow01 .text {
  text-align: center;
}

main article.online section.flow .flow_child.flow01 .text h3 img {
  height: 7vw;
  width: auto;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow01 .text h3 img {
    height: 36px;
    width: 280px;
  }
}

main article.online section.flow .flow_child.flow01 .image {
  width: 60vw;
  margin-top: 2vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow01 .image {
    width: 290px;
    height: 290px;
    margin-top: 10px;
  }
}

main article.online section.flow .flow_child.flow02 {
  width: 100vw;
  height: 100vw;
  background-image: url(/lp/taiken/online/images/online__flow_bg_orange-sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 10vw 0 0 0;
  padding: 10vw 0;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow02 {
    width: 500px;
    height: 500px;
    background-image: none;
    background-color: #F28127;
    margin-top: -360px;
    margin-right: 0;
    margin-left: auto;
    border-radius: 250px;
    padding: 0;
  }
}

main article.online section.flow .flow_child.flow02::after {
  bottom: -5vw;
  height: 5vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow02::after {
    bottom: -305px;
    left: -280px;
    width: 549px;
    height: 420px;
    background-image: url(/lp/taiken/online/images/online__flow02_after.svg);
    z-index: 3;
  }
}

main article.online section.flow .flow_child.flow02 .text h3.en {
  position: absolute;
  z-index: 5;
  left: 2vw;
  top: -17vw;
  font-size: 18.2vw;
  padding-right: 5vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow02 .text h3.en {
    top: -100px;
    left: -30px;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
    padding-right: 30px;
    font-size: 12rem;
  }
}

main article.online section.flow .flow_child.flow02 .text h3.jp {
  width: 70vw;
  margin: 0 auto 0;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow02 .text h3.jp {
    width: 340px;
  }
}

main article.online section.flow .flow_child.flow02 .text h3.jp img {
  height: 26vw;
  width: auto;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow02 .text h3.jp img {
    height: 124px;
    width: 280px;
  }
}

main article.online section.flow .flow_child.flow02 .text p {
  color: #fff;
}

main article.online section.flow .flow_child.flow02 .image {
  position: absolute;
  bottom: -72vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 67vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow02 .image {
    bottom: -210px;
    left: -440px;
    -webkit-transform: none;
            transform: none;
    width: 330px;
  }
}

main article.online section.flow .flow_child.flow02 .image::after {
  bottom: -5vw;
  height: 5vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow02 .image::after {
    content: none;
  }
}

main article.online section.flow .flow_child.flow03 {
  width: 100vw;
  height: 100vw;
  background-image: url(/lp/taiken/online/images/online__flow_bg_beige-sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 77vw 0 0 0;
  padding: 10vw 0;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow03 {
    width: 500px;
    height: 500px;
    background-color: #FFF6E4;
    margin-top: 240px;
    margin-left: 0;
    border-radius: 250px;
    padding: 0;
  }
}

main article.online section.flow .flow_child.flow03::after {
  bottom: -5vw;
  height: 5vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow03::after {
    bottom: -120px;
    left: 240px;
    width: 545px;
    height: 196px;
    background-image: url(/lp/taiken/online/images/online__flow03_after.svg);
  }
}

main article.online section.flow .flow_child.flow03 .text h3 {
  width: 70vw;
  margin: 0 auto 0;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow03 .text h3 {
    width: 340px;
  }
}

main article.online section.flow .flow_child.flow03 .text h3 img {
  height: 17vw;
  width: auto;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow03 .text h3 img {
    height: 80px;
    width: 224px;
  }
}

main article.online section.flow .flow_child.flow03 .image {
  position: absolute;
  bottom: -72vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 67vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow03 .image {
    bottom: 0;
    left: 0;
    top: 10px;
    right: -1040px;
    width: 330px;
    -webkit-transform: none;
            transform: none;
  }
}

main article.online section.flow .flow_child.flow03 .image::after {
  bottom: -12vw;
  height: 12vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow03 .image::after {
    content: none;
  }
}

main article.online section.flow .flow_child.flow04 {
  width: 100vw;
  height: 100vw;
  background-image: url(/lp/taiken/online/images/online__flow_bg_orange-sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 130vw 0 0 0;
  padding: 10vw 0;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow04 {
    width: 500px;
    height: 500px;
    background-image: none;
    background-color: #F28127;
    margin-top: 50px;
    margin-right: 0;
    margin-left: auto;
    border-radius: 250px;
    padding: 0;
  }
}

main article.online section.flow .flow_child.flow04::after {
  bottom: -5vw;
  height: 5vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow04::after {
    bottom: -115px;
    left: -250px;
    width: 541px;
    height: 190px;
    background-image: url(/lp/taiken/online/images/online__flow04_after.svg);
    z-index: 3;
  }
}

main article.online section.flow .flow_child.flow04 .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

main article.online section.flow .flow_child.flow04 .text h3.en {
  position: absolute;
  left: 2vw;
  top: -58vw;
  padding-right: 5vw;
  font-size: 15vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow04 .text h3.en {
    left: -50px;
    top: -190px;
    padding-right: 30px;
    font-size: 12rem;
  }
}

main article.online section.flow .flow_child.flow04 .text h3.jp {
  width: 70vw;
  margin: 0 auto 0;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow04 .text h3.jp {
    width: 340px;
  }
}

main article.online section.flow .flow_child.flow04 .text h3.jp img {
  height: 16vw;
  width: auto;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow04 .text h3.jp img {
    height: 76px;
    width: 205px;
  }
}

main article.online section.flow .flow_child.flow04 .text p {
  color: #fff;
}

main article.online section.flow .flow_child.flow04 .image {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: absolute;
  bottom: -72vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 67vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow04 .image {
    bottom: -10px;
    left: -440px;
    -webkit-transform: none;
            transform: none;
    width: 330px;
  }
}

main article.online section.flow .flow_child.flow04 .image::after {
  bottom: -12vw;
  height: 12vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow04 .image::after {
    content: none;
  }
}

main article.online section.flow .flow_child.flow05 {
  width: 100vw;
  height: 100vw;
  background-image: url(/lp/taiken/online/images/online__flow_bg_beige-sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 77vw 0 80vw 0;
  padding: 10vw 0;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow05 {
    width: 500px;
    height: 500px;
    background-image: none;
    background-color: #FFF6E4;
    margin-top: 50px;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 250px;
    padding: 0;
  }
}

main article.online section.flow .flow_child.flow05::after {
  bottom: -23vw;
  height: 23vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow05::after {
    content: none;
  }
}

main article.online section.flow .flow_child.flow05 .text h3 {
  width: 70vw;
  margin: 0 auto 0;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow05 .text h3 {
    width: 340px;
  }
}

main article.online section.flow .flow_child.flow05 .text h3 img {
  height: 17vw;
  width: auto;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow05 .text h3 img {
    height: 80px;
    width: 232px;
  }
}

main article.online section.flow .flow_child.flow05 .image {
  position: relative;
  z-index: 2;
  bottom: -70vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow05 .image {
    bottom: 0;
    left: 535px;
    -webkit-transform: none;
            transform: none;
    top: -245px;
    width: 520px;
  }
}

main article.online section.flow .flow_child.flow05 .image::after {
  content: none;
}

main article.online section.flow .flow_child.flow05 .image .unit {
  position: absolute;
}

main article.online section.flow .flow_child.flow05 .image .unit.one {
  z-index: 3;
  top: -35vw;
  left: -5vw;
  width: 55vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow05 .image .unit.one {
    top: 0;
    left: 0;
    width: 300px;
  }
}

main article.online section.flow .flow_child.flow05 .image .unit.two {
  z-index: 2;
  top: -50vw;
  right: 5vw;
  width: 40vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child.flow05 .image .unit.two {
    top: -125px;
    left: 265px;
    right: 0;
    width: 220px;
  }
}

main article.online section.flow .flow_child .additional {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: absolute;
  top: -45vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child .additional {
    top: -30px;
    left: -170px;
    -webkit-transform: none;
            transform: none;
  }
}

main article.online section.flow .flow_child .additional .addimage {
  position: relative;
  width: 37vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child .additional .addimage {
    width: 155px;
  }
}

main article.online section.flow .flow_child .additional .addimage::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 20vw;
  width: 6px;
  background: radial-gradient(circle farthest-side, #F28127, #F28127 60%, transparent 60%, transparent);
  background-size: 6px 6px;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child .additional .addimage::after {
    content: none;
  }
}

main article.online section.flow .flow_child .additional .addimage .balloon {
  position: absolute;
  right: -26vw;
  top: -4vw;
  width: 32vw;
}

@media screen and (min-width: 769px) {
  main article.online section.flow .flow_child .additional .addimage .balloon {
    left: -180px;
    top: 0;
    width: 148px;
  }
}

main article.thinking {
  padding: 8vw 0 10vw;
}

@media screen and (min-width: 769px) {
  main article.thinking {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  main article.thinking section {
    width: 830px;
  }
}

main article.thinking section .image {
  position: relative;
}

@media screen and (min-width: 769px) {
  main article.thinking section .image {
    width: 300px;
    margin: 0;
  }
}

main article.thinking section .image .title {
  position: absolute;
  top: 0;
  left: -14vw;
}

@media screen and (min-width: 769px) {
  main article.thinking section .image .title {
    left: -50px;
    top: 15px;
  }
}

main article.thinking section .image .title.curved {
  text-align: left;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

main article.thinking section .image .title.curved .en {
  font-size: 9.6vw;
}

@media screen and (min-width: 769px) {
  main article.thinking section .image .title.curved .en {
    font-size: 3.6rem;
  }
}

main article.thinking section .image .illust {
  width: 60vw;
}

@media screen and (min-width: 769px) {
  main article.thinking section .image .illust {
    width: 300px;
  }
}

main article.thinking section .body {
  margin-top: 4vw;
}

@media screen and (min-width: 769px) {
  main article.thinking section .body {
    width: 450px;
    margin-top: 55px;
  }
}

main article.thinking section .body h3 img {
  height: 7.4vw;
  width: auto;
}

@media screen and (min-width: 769px) {
  main article.thinking section .body h3 img {
    height: 37px;
    width: 329px;
  }
}

main article.thinking section .body p {
  margin-top: 4vw;
}

@media screen and (min-width: 769px) {
  main article.thinking section .body p {
    margin-top: 20px;
    text-align: justify;
  }
}

main article.visit {
  background-image: url(/lp/taiken/online/images/bg__green-sp.png);
  background-repeat: repeat-y;
  background-size: cover;
  padding: 6vw 0 10vw;
}

@media screen and (min-width: 769px) {
  main article.visit {
    background-image: url(/lp/taiken/online/images/bg__green-pc.png);
    padding: 40px 0 70px;
  }
}

@media screen and (min-width: 769px) {
  main article.visit section {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 870px;
  }
}

main article.visit section h2 {
  position: relative;
}

main article.visit section h2::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -4vw;
  right: 2vw;
  background-image: url(/lp/taiken/online/images/visit__deco_footprint.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32vw;
  height: 24vw;
}

@media screen and (min-width: 769px) {
  main article.visit section h2::after {
    top: -15px;
    right: 170px;
    width: 123px;
    height: 94px;
  }
}

main article.visit section .image {
  width: 67vw;
  margin-top: 2vw;
}

@media screen and (min-width: 769px) {
  main article.visit section .image {
    width: 348px;
    margin: 20px 52px 0 0;
  }
}

main article.visit section .body {
  margin-top: 4vw;
}

@media screen and (min-width: 769px) {
  main article.visit section .body {
    width: 450px;
    margin-top: 30px;
  }
}

main article.visit section .body h3 img {
  height: 17vw;
  width: auto;
}

@media screen and (min-width: 769px) {
  main article.visit section .body h3 img {
    height: 80px;
    width: 257px;
  }
}

main article.visit section .body p {
  margin-top: 4vw;
}

@media screen and (min-width: 769px) {
  main article.visit section .body p {
    margin-top: 20px;
    text-align: justify;
  }
}

main article.after {
  padding: 10vw 0 10vw;
}

@media screen and (min-width: 769px) {
  main article.after {
    padding: 45px 0 10px;
  }
}

@media screen and (min-width: 769px) {
  main article.after section {
    width: 830px;
  }
}

main article.after section .image {
  position: relative;
}

@media screen and (min-width: 769px) {
  main article.after section .image {
    width: 310px;
    margin: 0;
  }
}

main article.after section .image .title {
  position: absolute;
  top: 0;
  left: -10vw;
}

@media screen and (min-width: 769px) {
  main article.after section .image .title {
    top: -15px;
    left: -50px;
  }
}

main article.after section .image .title.curved {
  text-align: left;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

main article.after section .image .title.curved .en {
  font-size: 9.6vw;
}

@media screen and (min-width: 769px) {
  main article.after section .image .title.curved .en {
    font-size: 3.6rem;
  }
}

main article.after section .image .illust {
  width: 67vw;
  margin-top: 10vw;
}

@media screen and (min-width: 769px) {
  main article.after section .image .illust {
    width: 259px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  main article.after section .body {
    width: 450px;
  }
}

main article.after section .body h3 {
  margin-top: 4vw;
}

@media screen and (min-width: 769px) {
  main article.after section .body h3 {
    margin-top: 15px;
  }
}

main article.after section .body h3 img {
  height: 7.7vw;
  width: auto;
}

@media screen and (min-width: 769px) {
  main article.after section .body h3 img {
    height: 37px;
    width: 174px;
  }
}

main article.after section .body p {
  margin-top: 4vw;
}

@media screen and (min-width: 769px) {
  main article.after section .body p {
    margin-top: 20px;
  }
}

main article.usersvoice {
  background-image: url(/lp/taiken/online/images/bg__beige-sp.png);
  background-repeat: repeat-y;
  background-size: cover;
  padding: 4vw 0 10vw;
}

@media screen and (min-width: 769px) {
  main article.usersvoice {
    background-image: url(/lp/taiken/online/images/bg__beige-pc.png);
    padding: 40px 0 70px;
  }
}

main article.usersvoice section.voices {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 6px solid rgba(242, 129, 39, 0.5);
}

@media screen and (min-width: 769px) {
  main article.usersvoice section.voices {
    max-width: 790px;
    border-width: 10px;
  }
}

main article.usersvoice section h2 {
  margin-top: 6vw;
}

@media screen and (min-width: 769px) {
  main article.usersvoice section h2 {
    margin-top: 110px;
  }
}

main article.usersvoice section h2 .en {
  font-size: 17vw;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  main article.usersvoice section h2 .en {
    font-size: 7.2rem;
  }
}

main article.usersvoice section h2 img {
  width: auto;
  height: 5vw;
  margin-top: 2vw;
}

@media screen and (min-width: 769px) {
  main article.usersvoice section h2 img {
    height: 22px;
    width: 174px;
    margin: 10px auto 0;
  }
}

main article.usersvoice section h3 {
  margin-top: 5vw;
  text-align: center;
}

@media screen and (min-width: 769px) {
  main article.usersvoice section h3 {
    margin-top: 20px;
  }
}

main article.usersvoice section h3 .jp {
  font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 8vw;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  main article.usersvoice section h3 .jp {
    font-size: 4.8rem;
  }
}

main article.usersvoice section .balloons {
  position: relative;
  min-height: 116vw;
  margin-top: 4vw;
}

@media screen and (min-width: 769px) {
  main article.usersvoice section .balloons {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1020px;
    min-height: 577px;
    margin-top: -355px;
  }
}

main article.usersvoice section .balloons .balloon {
  position: absolute;
}

main article.usersvoice section .balloons .balloon.diff {
  top: 0;
  left: -3vw;
  width: 50vw;
}

@media screen and (min-width: 769px) {
  main article.usersvoice section .balloons .balloon.diff {
    top: 10px;
    left: 40px;
    width: 280px;
  }
}

main article.usersvoice section .balloons .balloon.home {
  right: -3.5vw;
  top: 4vw;
  width: 43vw;
}

@media screen and (min-width: 769px) {
  main article.usersvoice section .balloons .balloon.home {
    top: 25px;
    right: 40px;
    width: 260px;
  }
}

main article.usersvoice section .balloons .balloon.free {
  top: 38vw;
  left: -3vw;
  width: 42vw;
}

@media screen and (min-width: 769px) {
  main article.usersvoice section .balloons .balloon.free {
    top: 300px;
    left: 0;
    width: 260px;
  }
}

main article.usersvoice section .balloons .balloon.family {
  right: -3vw;
  top: 37vw;
  width: 48vw;
}

@media screen and (min-width: 769px) {
  main article.usersvoice section .balloons .balloon.family {
    top: 370px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 280px;
  }
}

main article.usersvoice section .balloons .balloon.safe {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 66vw;
  width: 54vw;
}

@media screen and (min-width: 769px) {
  main article.usersvoice section .balloons .balloon.safe {
    top: 310px;
    left: 733px;
    -webkit-transform: none;
            transform: none;
    width: 287px;
  }
}

main article.usersvoice section .btn {
  position: relative;
  margin-top: 17vw;
}

@media screen and (min-width: 769px) {
  main article.usersvoice section .btn {
    margin-top: 40px;
  }
}

main article.usersvoice section .btn::before {
  content: "";
  position: absolute;
  top: -11vw;
  left: 50%;
  width: 29vw;
  height: 9vw;
  background-image: url(/lp/taiken/online/images/usersvoice__read_easy.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%) rotate(-2deg);
          transform: translateX(-50%) rotate(-2deg);
}

@media screen and (min-width: 769px) {
  main article.usersvoice section .btn::before {
    top: 20px;
    left: 100px;
    -webkit-transform: none;
            transform: none;
    width: 123px;
    height: 40px;
  }
}

main article.search {
  padding: 6vw 0 10vw;
}

@media screen and (min-width: 769px) {
  main article.search {
    padding: 50px 0 0;
  }
}

main article.search section .caption {
  margin-top: 4vw;
  text-align: center;
  font-size: 4.3vw;
}

@media screen and (min-width: 769px) {
  main article.search section .caption {
    margin-top: 25px;
    font-size: 1.6rem;
  }
}

main article.search section .caution_list {
  counter-reset: cautions;
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  main article.search section .caution_list {
    margin-top: 50px;
  }
}

main article.search section .caution_list li {
  margin-left: 9vw;
  font-size: 4.3vw;
}

@media screen and (min-width: 769px) {
  main article.search section .caution_list li {
    margin-left: 4rem;
    font-size: 1.4rem;
  }
}

body.Android main article.search section .caution_list li {
  line-height: 1.7;
}

main article.search section .caution_list li::before {
  counter-increment: cautions;
  content: "※" counter(cautions);
  margin-left: -9vw;
  padding-right: 2.0vw;
}

@media screen and (min-width: 769px) {
  main article.search section .caution_list li::before {
    margin-left: -4rem;
    padding-right: 1rem;
  }
}

main article.search section .btn {
  margin-top: 6vw;
}

@media screen and (min-width: 769px) {
  main article.search section .btn {
    margin-top: 35px;
  }
}

main article.search section .virus {
  margin: 16vw auto 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  main article.search section .virus {
    margin-top: 60px;
  }
}

main article.search section .virus a {
  color: #F28127;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  main article.search section .virus a {
    -webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  main article.search section .virus a:hover {
    color: #2a2a2a;
  }
}

body.Android main article.search section .virus a {
  line-height: 1.5;
}

main article.search section .virus a span {
  font-size: 5.4vw;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  main article.search section .virus a span {
    font-size: 2.0rem;
  }
}

main article article.about {
  width: calc(100% - 8vw);
  background-image: url(/lp/taiken/online/images/bg__grey-sp.png);
  background-repeat: repeat-y;
  background-size: cover;
  margin: 10vw auto 0;
  border-radius: 3vw;
  padding: 6vw 0 8vw;
}

@media screen and (min-width: 769px) {
  main article article.about {
    width: 1020px;
    background-image: url(/lp/taiken/online/images/bg__grey-pc.png);
    margin-top: 55px;
    border-radius: 20px;
    padding: 50px 0;
  }
}

main article article.about section .ok {
  margin: 2vw auto 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  main article article.about section .ok {
    margin-top: 20px;
  }
}

main article article.about section .ok img {
  width: auto;
  height: 4vw;
}

@media screen and (min-width: 769px) {
  main article article.about section .ok img {
    height: 16px;
    width: 282px;
  }
}

main article article.about section h3 {
  margin-top: 4vw;
  text-align: center;
  color: #F28127;
  font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
  font-size: 5.8vw;
}

@media screen and (min-width: 769px) {
  main article article.about section h3 {
    margin-top: 20px;
    font-size: 40px;
  }
}

main article article.about section p {
  margin-top: 4vw;
  padding: 0 1vw;
  font-weight: 400;
  text-align: justify;
}

@media screen and (min-width: 769px) {
  main article article.about section p {
    width: 820px;
    margin: 30px auto 0;
    padding: 0;
    font-size: 1.8rem;
    line-height: 2.2;
    letter-spacing: .05rem;
  }
}

main article article.about section .btn_list {
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  main article article.about section .btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 820px;
    margin: 40px auto 0;
  }
}

main article article.about section .btn_list li {
  margin-top: 6vw;
}

@media screen and (min-width: 769px) {
  main article article.about section .btn_list li {
    width: 260px;
    height: 90px;
    margin-top: 0;
  }
}

main article article.about section .btn_list li .btn {
  width: 65vw;
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  main article article.about section .btn_list li .btn {
    width: 252px;
  }
}

main article article.about section .btn_list li .btn a {
  height: 14vw;
}

@media screen and (min-width: 769px) {
  main article article.about section .btn_list li .btn a {
    height: 78px;
  }
}

main article article.about section .btn_list li .btn a span {
  font-size: 4.3vw;
}

@media screen and (min-width: 769px) {
  main article article.about section .btn_list li .btn a span {
    font-size: 1.8rem;
  }
}

footer {
  position: relative;
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  footer {
    margin-top: 100px;
  }
}

footer section {
  margin: 0 auto;
}

footer section.tel {
  width: calc(100% - 8vw);
  text-align: center;
}

@media screen and (min-width: 769px) {
  footer section.tel {
    width: 820px;
  }
}

footer section.tel h3 {
  font-size: 4.3vw;
}

@media screen and (min-width: 769px) {
  footer section.tel h3 {
    font-size: 1.6rem;
  }
}

footer section.tel h4 {
  margin-top: 2.7vw;
  font-size: 5.4vw;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  footer section.tel h4 {
    margin-top: 10px;
    font-size: 2.0rem;
  }
}

footer section.tel p {
  margin-top: 2.7vw;
  font-size: 4.3vw;
}

@media screen and (min-width: 769px) {
  footer section.tel p {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

footer section.backtotop {
  width: calc(100% - 8vw);
  margin: -3vw auto 0;
  height: 16vw;
}

@media screen and (min-width: 769px) {
  footer section.backtotop {
    position: absolute;
    bottom: 95px;
    right: 70px;
    width: 200px;
    height: 95px;
    margin-top: 0;
  }
}

footer section.backtotop a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  footer section.backtotop a {
    width: 200px;
  }
  footer section.backtotop a .title {
    -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  footer section.backtotop a .title span {
    -webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  footer section.backtotop a:hover .title {
    background-color: #fff;
  }
  footer section.backtotop a:hover .title span {
    color: #F28127;
  }
}

footer section.backtotop a .title {
  position: relative;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16vw;
  height: 16vw;
  margin: 0 auto;
  background-color: #F28127;
  border: 1px solid #F28127;
  border-radius: 8vw;
}

@media screen and (min-width: 769px) {
  footer section.backtotop a .title {
    position: absolute;
    top: 0px;
    right: 0;
    width: 55px;
    height: 55px;
    border-radius: 27.5px;
  }
}

footer section.backtotop a .title span {
  color: #fff;
  font-size: 3.8vw;
  font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
}

@media screen and (min-width: 769px) {
  footer section.backtotop a .title span {
    font-size: 12px;
  }
}

footer section.links {
  width: calc(100% - 8vw);
  margin: 5.4vw auto 0;
}

@media screen and (min-width: 769px) {
  footer section.links {
    margin-top: 20px;
  }
}

footer section.links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 auto;
}

footer section.links ul li {
  font-size: 4.3vw;
}

@media screen and (min-width: 769px) {
  footer section.links ul li {
    font-size: 1.6rem;
  }
}

footer section.links ul li:last-child::before {
  content: "|";
  padding: 0 2.7vw;
  font-size: 5vw;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  footer section.links ul li:last-child::before {
    padding: 0 15px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  footer section.links ul li a {
    -webkit-transition: border-bottom 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: border-bottom 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  footer section.links ul li a:hover {
    border-bottom: none;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

footer section.foot {
  background-color: #707070;
  color: #fff;
  margin-top: 5.4vw;
  padding: 5.4vw 4vw;
  text-align: center;
}

@media screen and (min-width: 769px) {
  footer section.foot {
    margin-top: 30px;
    padding: 20px 0;
  }
}

footer section.foot .caution {
  margin: 0 auto;
  font-size: 3.8vw;
}

@media screen and (min-width: 769px) {
  footer section.foot .caution {
    font-size: 1.4rem;
  }
}

footer section.foot .copyright {
  margin: 5.4vw auto 0;
  font-size: 3.8vw;
}

@media screen and (min-width: 769px) {
  footer section.foot .copyright {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}


/**
 * 追従バナー
 */
 /* open */
.fixed_banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 97.5vw;
  max-width: 400px;
  height: 80px;
  margin-bottom: 2.5vw;
  line-height: 2em;
  transition: .4s ease-in-out;
  transition-property: margin-right, width;
  z-index: 9999;
}
.fixed_banner.loadcomp {
  margin-right: -50px;
}
.fb_main {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px 0 0 6px;
  border: 1px solid #efab3c;
  border-right: none;
  background-color: #fff;
  box-shadow: 0 0 20px 6px rgb(142 39 7 / 10%);
  box-sizing: border-box;
  overflow: hidden;
}
.fixed_banner .fb_toggle_btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 100%;
  width: 25px;
  background-color: #efab3c;
  z-index: 99;
}
.fixed_banner .fb_toggle_btn img {
  width: 8px;
  height: auto;
  transition: transform .4s;
}
.fb_container {
  position: absolute;
  top: 0;
  right: 0;
  width: 97.5vw;
  max-width: 400px;
  height: 100%;
  padding: 10px 0 10px 42px;
  box-sizing: border-box;
  z-index: 1;
}
.fixed_banner .fb_content {
  width: 64%;
  transition: opacity .4s;
  font-size: 13px;
}
.fixed_banner .fb_content p {
  text-align: center;
}
.fixed_banner .fb_content .fb_content_btn {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 6px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #f28127;
  border: 1px solid #f28127;
  border-radius: 5px;
  box-sizing: border-box;
  transition: .2s ease-in-out;
}
.fixed_banner .fb_content .fb_content_btn:hover {
  background-color: #fff;
  color: #f28127;
}
.fb_visual {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url('../images/fb_bg.svg') no-repeat;
  background-size: contain;
  background-position: right;
  transition: .4s ease-in-out width;
}
.fb_visual img {
  width: auto;
  height: 100%;
  transform-origin: 36px 8px;
  transition: .4s ease-in-out transform;
}
.fb_closed_msg {
  position: absolute;
  top: -21px;
  right: 0;
  width: 115px;
  color: #f28127;
  font-size: 11px;
  text-align: center;
  opacity: 0;
  transform: translateY(5px);
  transition: .3s ease-in-out;
  transition-property: opacity, transform;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  font-weight: bold;
}
.fb_closed_msg img {
  display: inline;
  width: auto;
  height: 1.2em;
  margin: 0 4px 1px 0;
}
.fb_closed_msg img.h-reverse {
  transform: scale(-1,1);
  margin: 0 0 1px 4px;
}
/* close */
.fixed_banner.closed {
  width: 115px;
}
.fixed_banner.closed .fb_toggle_btn img {
  transform: scale(-1, 1);
  animation: toggle_btn .4s;
}
.fixed_banner.closed .fb_content {
  opacity: 0;
}
.fixed_banner.closed .fb_visual img {
  transform: scale(1.2);
}
.fixed_banner.closed .fb_closed_msg {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .4s;
}

@keyframes toggle_btn {
  0% {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}

/**
 * 2022.7 「お客さまの感想」追加
 */

.taiken_feedback {
  padding: 4vw 4vw 12vw;
}
.feedback-list-item {
  position: relative;
  min-height: inherit;
  margin-top: 0;
}
.feedback-list-item + .feedback-list-item {
  margin-top: 16vw;
}
.feedback-list__title {
  border-bottom: 0.3vw solid #888;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
  font-weight: 700;
  font-size: 3.5vw;
  background-color: rgba(255,255,255,0.6);
}
.feedback-list__title .title-text {
  position: relative;
  padding-left: calc(10vw + 3vw + 3vw);
  font-feature-settings: "palt" 1;
  display: block;
  text-align: left;
  padding-right: 3vw;
}
.feedback-list__title .title-text::before {
  content: '';
  position: absolute;
  width: 10vw;
  height: 10vw;
  background-image: url('/lp/taiken/online/images/icon__feature-impression.svg');
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 3vw;
  margin-top: 0;
  transform: translateY(-50%);
}
.feedback-list__data-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding-top: 2vw;
  padding-left: 3vw;
  padding-bottom: 4vw;
  padding-right: 3vw;
  font-size: 3.0vw;
  line-height: 1.5;
  letter-spacing: -.2vw;
  font-weight: bold;
  background-color: rgba(255,255,255,0.6);
}
.feedback-list__data {
  width: 100%;
  margin-top: 0.5vw;
}


.feedback-list-item > .item-toggle {
    display: block;
    z-index: 4;
    position: absolute;
    transform: translateX(-50%);
    bottom: -8vw;
    left: 50%;
    width: 28vw;
    height: 10vw;
    margin: -10vw auto 0;
    padding: 0;
    appearance: none;
    outline: none;
    opacity: 1;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.feedback-list-item > .item-toggle::before {
    content: "もっと見る";
    display: block;
    z-index: 5;
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    color: #888;
    width: inherit;
    height: 8vw;
    line-height: 7vw;
    border: 1px solid #888;
    border-radius: 4vw;
    font-size: 3.7vw;
}
.feedback-list-item > .item-toggle::after {
    content: "";
    display: block;
    z-index: 3;
    position: absolute;
    background: -moz-linear-gradient(top, 0deg, rgba(245,240,220,1) 30%, rgba(245,240,220,.2) 100%); /* Firefox */
    background: -webkit-linear-gradient(top, 0deg, rgba(245,240,220,1) 30%, rgba(245,240,220,.2) 100%); /* safari Chrome */
    background: -ms-linear-gradient(top, 0deg, rgba(245,240,220,1) 30%, rgba(245,240,220,.2) 100%); /* IE */
    background: linear-gradient(0deg, rgba(245,240,220,1) 30%, rgba(245,240,220,.2) 100%);
    pointer-events: none;
    cursor: default;
    opacity: 1;
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 16vw - 12px);
    height: 25vw;
    margin: 0;
    box-shadow: 0 0 10px rgb(245 240 220);
}
.feedback-list-item > .item-toggle.js-accordion-transparent.is-open::before {
  content: "閉じる";
}
.feedback-list-item > .item-toggle.js-accordion-transparent.is-open::after {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.feedback-list__content {
  display: none;
  padding-top: 0;
  padding-left: 6vw;
  padding-right: 6vw;
  padding-bottom: 4vw;
}
.feedback-list__content.content--before {
  display: block;
  padding-top: 4vw;
  padding-bottom: 0;
  max-height: 16vw;
  overflow: hidden;
}
.feedback-list__content.content--before.is-open {
  max-height: inherit;
  overflow: auto;
}
.feedback-list-item > .item-toggle + .feedback-list__content {
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; 
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.feedback-list-item > .item-toggle + .feedback-list__content.is-open {
  opacity: 1;
}
.feedback-list__content_text {
  margin: 0;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: justify;
  font-feature-settings: "palt" 1;
}

@media screen and (min-width: 769px) {
  br.sp {
    display: none;
  }
  .taiken_feedback {
    padding: 20px 20px 60px;
  }
  .feedback-list-item {
    min-height: 55px;
  }
  .feedback-list-item + .feedback-list-item {
    margin-top: 60px;
  }
  .feedback-list__title {
    font-size: 18px;
    min-height: 55px;
    padding: 10px 0;
    border-bottom: 1px solid #888;
  }
  .feedback-list__title .title-text {
    padding-left: 90px;
    padding-right: 1em;
  }
  .feedback-list__title .title-text::before {
    width: 48px;
    height: 48px;
    left: 30px;
    margin-top: -24px;
    transform: none;
  }
  .feedback-list__data-list {
    padding-top: 5px;
    padding-left: 32px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .feedback-list__data {
    width: inherit;
    margin-top: 5px;
  }
  .feedback-list__data:nth-child(2) {
    padding-left: 20px;
  }

  .feedback-list-item > .item-toggle {
    bottom: -20px;
    left: 0;
    width: 140px;
    height: 40px;
    margin: -20px 295px 0;
    transform: translateX(0);
  }
  .feedback-list-item > .item-toggle::before {
    width: 140px;
    height: 38px;
    line-height: 37px;
    border-radius: 20px;
    font-size: 16px;
  }
  .feedback-list-item > .item-toggle::after {
    bottom: -10px;
    left: 50%;
    width: 730px;
    height: 110px;
  }

  .feedback-list__content {
    padding-top: 0;
    padding-left: 32px;
    padding-right: 30px;
    padding-bottom: 40px;
  }
  .feedback-list__content_text {
    font-size: 18px;
  }
  .feedback-list__content.content--before {
    padding-top: 20px;
    padding-bottom: 0;
    max-height: none;
  }
}

@font-face {
  font-display: block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("/hm2024/assets/fonts/icomoon.ttf?d9zlf0") format("truetype"), url("/hm2024/assets/fonts/icomoon.woff?d9zlf0") format("woff"), url("/hm2024/assets/fonts/icomoon.svg?d9zlf0#icomoon") format("svg");
}
.m-icon {
  display: inline-block;
  font-family: "icomoon" !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: never;
  text-transform: none;
}
.m-icon:before {
  display: block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.m-icon--blank:before {
  content: "\e906";
}

.m-icon--blank {
  color: var(--color-font__light) !important;
}

a .m-icon {
  display: inline-block;
  position: relative;
  top: 0.02em;
}
a .m-icon--blank {
  margin-left: 0.5em;
}
@media only screen and (min-width: 960px) {
  a:hover .m-icon {
    text-decoration: none;
  }
}
