@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*************************************************
animation
*************************************************/
p {
  font-size: 2rem;
}

.text-2 {
  font-size: 2rem;
}

/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
}
body .none {
  display: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

html {
  font-size: 62.5%;
}

/* bodyのフォントサイズを1.6em（16px）に設定 */
body {
  font-size: 1.6em;
}
body a {
  display: block;
  transition: 0.3s;
  cursor: pointer;
}
body a:link {
  text-decoration: none;
}
body a:visited {
  text-decoration: none;
}
body a:hover {
  opacity: 0.7;
}
body a:active {
  color: #666;
}
body img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body .wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  body .wrapper {
    width: 90%;
  }
}
body p, body li, body a, body dt, body dd, body tr, body td {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 400px) {
  body p, body li, body a, body dt, body dd, body tr, body td {
    font-size: 1.5rem;
  }
}
body .pc {
  display: block;
}
body .sp, body .ssp {
  display: none;
}
body .pc-tb {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc, body .ssp {
    display: none;
  }
  body .sp, body .pc-tb {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  body .sp, body .ssp {
    display: block;
  }
  body .pc-tb, body .pc {
    display: none;
  }
}

/*************************************************
header
*************************************************/
/*************************************************
footer
*************************************************/
/*************************************************
top
*************************************************/
.kv {
  height: 100vh;
  width: 100%;
  background: url(../images/fv_01.png) no-repeat;
  background-size: 55%;
  background-position: top right;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .kv {
    background-position: top center;
    background: url(../images/sp-fv-bg.png) no-repeat;
    background-size: contain;
  }
}
.kv .logo {
  width: 20%;
  text-align: center;
  max-width: 210px;
  min-width: 200px;
}
.kv .logo img {
  object-fit: contain;
}
.kv .scrolldown1 {
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 5%;
  right: 1%;
}
.kv .scrolldown1 p {
  font-size: 1.2rem;
}
.kv .scrolldown1 span {
  position: absolute;
  bottom: -129%;
  left: 40%;
}
.kv .scrolldown1 span::before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*丸の形状*/
  width: 2px;
  height: 10px;
  background: #fff;
  z-index: 20;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
}
.kv .scrolldown1 span::after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 80px;
  background: #333;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.jose {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
}

/*=============================== 
          concept
=================================*/
.top-concept {
  margin-top: 12rem;
  text-align: center;
}
.top-concept h2 {
  font-size: 2.7rem;
  font-weight: 500;
  color: #404284;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  margin-top: 4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .top-concept h2 span {
    margin-left: 20px;
  }
}
.top-concept .txtarea {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .top-concept .txtarea {
    width: 90%;
    margin: 4rem auto;
  }
}
.top-concept .txtarea p {
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 2;
  margin-bottom: 3.6rem;
}
.top-concept .txtarea p:last-child {
  margin-bottom: 0;
}

/*=============================== 
          banner
=================================*/
.top-banner {
  background: #F5F6F4;
  padding: 8rem;
  margin: 8rem 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-banner {
    padding: 3.5rem 0;
  }
}
.top-banner .container {
  display: flex;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2%;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-banner .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 1%;
    width: 90%;
    margin: 0 auto;
    row-gap: 4.3rem;
    align-items: center;
  }
}
.top-banner .box {
  overflow: hidden;
  position: relative;
  height: 220px;
  min-width: 380px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .top-banner .box {
    min-width: auto;
    height: 175px;
    width: 320px;
  }
}
.top-banner .box::after {
  transition: 0.4s;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/banner01.jpg) no-repeat;
  padding: 1.2rem 0;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 0;
}
.top-banner .banner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
.top-banner .banner .logo-inner {
  width: 45%;
  padding-left: 2rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-banner .banner .logo-inner {
    width: 47%;
  }
}
.top-banner .banner .item {
  font-size: 1rem;
  border: 1px solid #fff;
  padding: 0.2rem 0.5rem;
  color: #fff;
  width: fit-content;
  margin-left: 2rem;
  margin-top: 1.1rem;
}
@media screen and (max-width: 768px) {
  .top-banner .banner .item {
    font-size: 0.7rem;
    margin-left: 1.8rem;
  }
}
.top-banner .banner .container {
  display: flex;
  margin-top: 9.5rem;
  column-gap: 3.3rem;
  width: 100%;
  justify-content: flex-start;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .top-banner .banner .container {
    flex-direction: row;
    margin: 6rem auto 0 0;
    width: 100%;
    justify-content: space-between;
  }
}
.top-banner .banner .container p {
  background: #fff;
  color: #664070;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .top-banner .banner .container p {
    font-size: 1.5rem;
    padding-left: 1.6rem;
  }
}
.top-banner .banner .container .arrow {
  width: 3.2rem;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .top-banner .banner .container .arrow {
    width: 2.5rem;
    margin-right: 2rem;
  }
}
.top-banner .box02::after {
  background-image: url(../images/banner02.jpg);
}
.top-banner .box02 .banner {
  text-align: left;
}
.top-banner .box02 .banner .container {
  margin-top: 8rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .top-banner .box02 .banner .container {
    margin-top: 6rem;
  }
}
.top-banner .box02 .banner p {
  font-size: 1.6rem;
  width: fit-content;
  padding: 1px 1rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .top-banner .box02 .banner p {
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 2px 1rem 0 1.7rem;
  }
}
.top-banner .box:hover {
  opacity: 1;
  border-radius: 10px;
}
.top-banner .box:hover::after {
  opacity: 1;
  transform: scale(1.05);
}
.top-banner .box:hover .container .arrow {
  transform: translateX(2.6rem);
}
.top-banner .box03::after {
  background-image: url(../images/banner03.jpg);
}
.top-banner .box03 .banner .container {
  margin-top: 8rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .top-banner .box03 .banner .container {
    margin-top: 6rem;
  }
}
.top-banner .box03 .banner p {
  font-size: 1.6rem;
  width: fit-content;
  padding: 1px 1rem 0 2rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top-banner .box03 .banner p {
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 2px 1rem 0 1.7rem;
  }
}
.top-banner .box05::after {
  background-image: url(../images/banner05.jpg);
}
.top-banner .box05 .container {
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .top-banner .box05 .container {
    margin-top: 4.8rem;
  }
}
.top-banner .box05 .container p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .top-banner .box05 .container p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 2px 1rem 0 1.7rem;
  }
}

/*=============================== 
          product 製品
=================================*/
.top-product {
  margin-top: 4rem;
}
.top-product .container {
  margin-top: 6.8rem;
  gap: 7vw 1vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}
@media screen and (max-width: 768px) {
  .top-product .container {
    grid-template-columns: 1fr;
    gap: 20vw 0;
  }
}
.top-product .container .product-item {
  flex-basis: 47%;
  max-width: 330px;
}
.top-product .container .product-item .img {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .top-product .container .product-item .img {
    width: auto;
  }
}
.top-product .container .product-item .img img {
  height: 280px;
  object-fit: contain;
  object-position: top;
}
.top-product .container .product-item ul li {
  text-align: center;
}
.top-product .container .product-item ul li h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.top-product .container .product-item ul .price {
  font-size: 1.4rem;
  margin-top: 1vw;
}
@media screen and (max-width: 768px) {
  .top-product .container .product-item ul .price {
    margin-top: 4vw;
  }
}
.top-product .container .product-item ul .price span {
  font-size: 1rem;
  padding-left: 0.5rem;
}
.top-product .container .product-item ul .post {
  font-size: 1rem;
  border: 1px solid #000;
  padding: 2px 1rem;
  width: fit-content;
  margin: 0.6vw auto;
}
@media screen and (max-width: 768px) {
  .top-product .container .product-item ul .post {
    margin-top: 2vw;
  }
}
.top-product .container .product-item ul .link {
  display: flex;
  justify-content: space-evenly;
  justify-content: flex-start;
  justify-content: center;
  column-gap: 9%;
  margin-top: 0.8vw;
}
@media screen and (max-width: 768px) {
  .top-product .container .product-item ul .link {
    margin-top: 2vw;
  }
}
.top-product .container .product-item ul .link .tgl {
  position: relative;
  font-size: 1.4rem;
}
.top-product .container .product-item ul .link .tgl::before {
  content: "";
  width: 8.5px;
  height: 8px;
  background: url(../images/tggl-r.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.top-product .container .product-item ul .link .ooplink {
  color: #404284;
  font-size: 1.5rem;
  font-weight: bold;
}
.top-product .container .product-item ul .link a:hover .tgl::before {
  left: -0.8rem;
  color: #404284;
}
.top-product .container .gift .img {
  position: relative;
}
.top-product .container .gift .img p {
  position: absolute;
  background: #A31623;
  color: #fff;
  font-size: 1.2rem;
  top: 0;
  padding: 5px 1rem;
  font-weight: 600;
}

/*=============================== 
          footer
=================================*/
footer {
  background: url(../images/footer.jpg) no-repeat;
  object-fit: cover;
  padding: 8rem 0 2rem;
  margin-top: 15rem;
}
footer .container {
  display: flex;
  color: #fff;
  column-gap: 1vw;
}
@media screen and (max-width: 768px) {
  footer .container {
    flex-direction: column;
    row-gap: 3rem;
  }
}
footer .container p, footer .container h3, footer .container li {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 200;
}
footer .container a {
  display: inline;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 200;
}
footer .container .box h2 {
  width: 50%;
}
footer .container .box h3 {
  margin-top: 4rem;
}
footer .container .box .adress {
  margin-top: 2rem;
}
footer .container .box .info {
  margin-top: 2rem;
}
footer .container .box .info li {
  line-height: 1.7;
}
footer .container .box nav ul li {
  margin: 1rem 0;
  padding-left: 2rem;
}
footer .container .box nav .tgl {
  letter-spacing: 0;
  position: relative;
}
footer .container .box nav .tgl::before {
  content: "";
  width: 5px;
  height: 8px;
  background: url(../images/w-tgl-r.png) no-repeat;
  position: absolute;
  background-size: contain;
  top: 50%;
  left: -1.6rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
footer .container .box a:hover::before {
  left: -1rem;
}
footer .container .box:first-child {
  padding-left: 5vw;
}
@media screen and (max-width: 768px) {
  footer .container .box:first-child {
    padding: 0 0 3rem 0;
    border-bottom: 1px solid #fff;
  }
}
footer .copy {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  margin-top: 8rem;
}

.blurTrigger, .blurslowTrigger {
  opacity: 0;
}

/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.delay2 {
  animation-delay: 0.2s;
}

.delay4 {
  animation-delay: 0.4s;
}

.delay6 {
  animation-delay: 0.6s;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurslow {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

/*=============================== 
          banner
=================================*/
.online_banner {
  width: 800px;
  margin: 5rem auto;
}
.online_banner .container {
  display: flex;
  border: 1px solid #ccc;
}
.online_banner .container .imgbox {
  overflow: hidden;
  position: relative;
  height: 220px;
  min-width: 380px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .online_banner .container .imgbox {
    min-width: auto;
    height: 175px;
    width: 320px;
  }
}
.online_banner .container .imgbox::after {
  transition: 0.4s;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/banner04_bg.jpg) no-repeat;
  padding: 1.2rem 0;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 0;
}
.online_banner .container .txtbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.online_banner .container .txtbox h4 {
  text-align: center;
  font-size: 1.4rem;
  color: #664070;
}
.online_banner .container .txtbox .logo-inner {
  width: 60%;
  margin-top: 1rem;
}
.online_banner .container .txtbox .jose {
  color: #664070;
  position: relative;
  margin-top: 1rem;
}
.online_banner .container .txtbox .jose::before, .online_banner .container .txtbox .jose::after {
  content: "";
  width: 14px;
  height: 1px;
  background: #664070;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.online_banner .container .txtbox .jose::before {
  left: -2rem;
}
.online_banner .container .txtbox .jose::after {
  right: -2rem;
}
.online_banner .container .txtbox .arrow {
  width: 3.2rem;
  transition: 0.4s;
  position: absolute;
  right: 5rem;
  bottom: 2rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .online_banner .container .txtbox .arrow {
    width: 2.5rem;
  }
}
.online_banner .container .txtbox::after {
  content: "";
  width: 64px;
  height: 66px;
  background: url(../images/tri_bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 0;
}
.online_banner .container:hover {
  border-radius: 10px 10px 0 10px;
}
.online_banner .container:hover .imgbox {
  opacity: 1;
  border-radius: 10px 0 0 10px;
}
.online_banner .container:hover .imgbox::after {
  opacity: 1;
  transform: scale(1.05);
}
.online_banner .container:hover .txtbox .arrow {
  transform: translateX(2.6rem);
}
@media screen and (max-width: 768px) {
  .online_banner {
    width: 95%;
  }
}

.test33 {
  color: #367abd;
}