@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.banzai strong {
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  &::before, &::after {
    content: "";
    width: 2px;
    height: 115%;
    display: block;
    background-color: #555;
    position: absolute;
    top: -.25em;
  }
  &::before {
    left: -1.5em;
    transform: rotate(-25deg);
  }
  &::after {
    right: -1.5em;
	transform: rotate(25deg);
  }
}

.rh1 strong {
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  &::before, &::after {
    content: "";
    position: absolute;
    top: -.75em;
	width: 100%;
	height: 125%;
	background-size: contain;
	background-repeat: no-repeat;
  }
  &::before {
    left: -20%;
	background-image: url(/wp-content/uploads/2025/04/rakuten-h-left-1.webp);
  }
  &::after {
    right: -105%;
	background-image: url(/wp-content/uploads/2025/04/rakuten-h-right1.webp);
  }
}

.rh2 strong {
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  &::before, &::after {
    content: "";
    position: absolute;
    top: -.75em;
	width: 100%;
	height: 125%;
	background-size: contain;
	background-repeat: no-repeat;
  }
  &::before {
    left: -20%;
	background-image: url(/wp-content/uploads/2025/04/rakuten-h-left2.webp);
  }
  &::after {
    right: -105%;
	background-image: url(/wp-content/uploads/2025/04/rakuten-h-right2.webp);
  }
}