@charset "UTF-8";
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #231815;
  text-decoration: none;
  transition: all 0.4s;
}

*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #231815;
  overflow-x: hidden;
}

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

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

.container {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
}
.container-md {
  max-width: 900px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container-md {
    width: 90%;
  }
}

.section_title {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .section_title {
    margin-bottom: 30px;
  }
}

.section_subtitle {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .section_subtitle {
    margin-bottom: 40px;
  }
}
.section_subtitle p {
  font-size: clamp(10px, 0.521rem + 0.44vw, 14px);
  font-weight: 500;
  margin-top: 10px;
}

.modelblock {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .modelblock {
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
}
.modelblock + .modelblock {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .modelblock + .modelblock {
    margin-top: 50px;
  }
}
.modelblock > * {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .modelblock > * {
    width: 100%;
  }
}
.modelblock_item {
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .modelblock_item {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modelblock_item {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .modelblock_item_goods {
    margin-top: 30px;
  }
}
.modelblock_item_goods_name {
  font-size: clamp(16px, 0.948rem + 0.22vw, 18px);
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.3;
}
.modelblock_item_goods_campaign {
  font-weight: 500;
  margin-bottom: 2px;
  font-feature-settings: "palt";
}
.modelblock_item_goods_campaign span {
  color: #e73278;
  font-weight: 700;
}
.modelblock_item_goods_price {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  border-bottom: 1.5px solid #231815;
  padding-bottom: 5px;
  color: #e73278;
}
@media screen and (max-width: 768px) {
  .modelblock_item_goods_price {
    border-width: 1px;
  }
}
.modelblock_item_goods_price strong {
  font-size: 30px;
  padding-left: 1px;
  letter-spacing: -0.08rem;
}
.modelblock_item_goods_price span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 20px;
}
.modelblock_item_goods_info {
  margin-top: 8px;
  font-size: clamp(11px, 0.61rem + 0.33vw, 14px);
  font-weight: 500;
}
.modelblock_item_goods_set {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f9d2d4;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 30px;
  margin-top: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modelblock_item_goods_set {
    width: 100%;
    padding: 5px 5px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
}
.modelblock_item_goods_set p {
  text-align: center;
  color: #e73278;
  font-weight: 500;
  font-size: clamp(16px, 0.767rem + 0.99vw, 25px);
}
.modelblock_item_goods_set ul {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .modelblock_item_goods_set ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 5px;
  }
}
.modelblock_item_goods_set ul li {
  font-size: clamp(12px, 0.646rem + 0.44vw, 16px);
  font-weight: 500;
  color: #595757;
}
.modelblock_item_goods_set ul li::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #595757;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .modelblock_item_goods_set ul li::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.modelblock_item_goods_block {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .modelblock_item_goods_block {
    display: block;
  }
}
.modelblock_item_goods_block .modelblock_item_goods_set {
  margin-bottom: 0;
}
.modelblock_item_goods_laundry {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 0.996rem + 0.55vw, 23px);
  font-weight: 600;
  line-height: 1.3;
  background-color: #e73278;
  color: #fff;
  text-align: center;
  padding: 3px 15px;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modelblock_item_goods_laundry {
    width: 100%;
    margin-top: 10px;
    padding: 5px;
    letter-spacing: 0.1rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .modelblock_item_goods.single {
    text-align: center;
  }
}
.modelblock_item_goods.single img {
  max-width: 145px;
}
.modelblock_item_goods.single .modelblock_item_goods_price {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .modelblock_item_goods.single .modelblock_item_goods_price {
    margin-bottom: 15px;
  }
}
.modelblock_item_goods.double img {
  max-width: 305px;
}
@media screen and (max-width: 768px) {
  .modelblock_item_goods.double img {
    max-width: none;
  }
}
.modelblock_model {
  position: relative;
  overflow: hidden;
}
.modelblock_model_main {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.556;
  position: relative;
  cursor: pointer;
}
.modelblock_model_main img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .modelblock_model_main img:first-child {
    display: block;
    opacity: 1;
  }
}
.modelblock_model_main img.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .modelblock_model_main picture img {
    display: block;
    opacity: 1;
  }
}
.modelblock_model_sub {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .modelblock_model_sub {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    aspect-ratio: unset;
    cursor: auto;
  }
}
.modelblock_model_sub > * {
  width: 45%;
  aspect-ratio: 1/1.556;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 768px) {
  .modelblock_model_sub > * {
    width: 80%;
  }
}
.modelblock_model_sub img {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  display: none;
}
.modelblock_model_sub img.is-active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .modelblock_model_sub img:first-child {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .modelblock_model_sub picture {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .modelblock_model_sub picture img {
    width: 100%;
    display: block;
    opacity: 1;
  }
}
.modelblock_model_sub picture:has(.is-active) {
  display: block;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .modelblock_model_sub picture:first-child {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .modelblock_model_sub picture:nth-child(odd) {
    margin-left: auto;
  }
}
.modelblock_model_text {
  position: absolute;
  width: 22%;
  top: 0;
  right: -3%;
}
@media screen and (max-width: 768px) {
  .modelblock_model_text {
    display: none !important;
  }
}
.modelblock_model_text.text_2column {
  width: 28%;
}
.modelblock + .section_subtitle {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .modelblock + .section_subtitle {
    margin-top: 80px;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 768px) {
  .fade-in {
    transform: translateY(10px);
  }
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
  /* 元の位置 */
}

.siteHeader {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
  max-width: 1800px;
  width: 90%;
  margin: 0 auto;
}
.siteHeader_logo {
  width: 25%;
  max-width: 130px;
}
@media screen and (max-width: 500px) {
  .siteHeader_logo {
    width: 32%;
    min-width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .siteHeader {
    height: 60px;
  }
}

.fv {
  height: calc(100dvh - 80px);
  position: relative;
}
@media screen and (max-width: 500px) {
  .fv {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 60px);
  }
}
.fv_img {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 500px) {
  .fv_img {
    height: calc(100% - 28vh);
    max-height: 700px;
  }
}
.fv_img_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv_img_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.fv_text {
  width: 42%;
  min-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 500px) {
  .fv_text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
    min-width: auto;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    background-image: url(../../images/bg_watercolor-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .fv_text::before {
    content: "";
    display: block;
    width: 135px;
    height: 175px;
    background-image: url(../../images/fv_text_bg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .fv_text::after {
    content: "";
    display: block;
    width: 170px;
    height: 105px;
    background-image: url(../../images/fv_text_bg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.fv_text img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .fv_text img {
    width: 90%;
    max-width: 400px;
  }
}

.campaign {
  padding: 80px 0;
  background-image: url(../../images/campaign_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .campaign {
    padding: 50px 0;
  }
}
.campaign_container {
  position: relative;
  z-index: 1;
}
.campaign_contents {
  background-image: linear-gradient(270deg, #ebcced, #fccdda);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 12px 12px 0 #d1547a;
}
@media screen and (max-width: 768px) {
  .campaign_contents {
    border-radius: 10px;
    box-shadow: 5px 5px 0 #d1547a;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .campaign_contents_inner {
    max-width: 640px;
    margin: 0 auto;
  }
}
.campaign_contents_message {
  font-size: clamp(14px, 0.746rem + 0.55vw, 19px);
  text-align: center;
  font-weight: 600;
  margin: 15px 0 20px;
}
@media screen and (max-width: 768px) {
  .campaign_contents_message {
    margin: 8px 0 15px;
  }
}
.campaign_contents_info {
  font-size: clamp(10px, 0.547rem + 0.33vw, 13px);
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .campaign_contents_info {
    padding: 10px;
  }
}
.campaign_contents_info p {
  line-height: 1.4;
  font-feature-settings: "palt";
}
.campaign_contents_info p + p {
  margin-top: 8px;
}
.campaign_contents_info span {
  display: inline-block;
}
.campaign_bg {
  position: absolute;
  z-index: 0;
}
.campaign_bg1 {
  width: 40%;
  max-width: 700px;
  height: auto;
  aspect-ratio: 1/0.745;
  background-image: url(../../images/campaign_bg_flower1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -8%;
  left: -10%;
}
@media screen and (max-width: 768px) {
  .campaign_bg1 {
    width: 60%;
    top: -4%;
    left: -10%;
  }
}
.campaign_bg2 {
  width: 30%;
  max-width: 550px;
  height: auto;
  aspect-ratio: 1/0.96;
  background-image: url(../../images/campaign_bg_flower2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 14%;
  right: -10%;
}
@media screen and (max-width: 768px) {
  .campaign_bg2 {
    width: 35%;
    top: 20%;
    right: -15%;
  }
}
.campaign_bg3 {
  width: 30%;
  max-width: 500px;
  height: auto;
  aspect-ratio: 1/0.889;
  background-image: url(../../images/campaign_bg_flower3.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 10%;
  left: -10%;
}
@media screen and (max-width: 768px) {
  .campaign_bg3 {
    bottom: 20%;
  }
}
.campaign_bg4 {
  width: 50%;
  max-width: 700px;
  height: auto;
  aspect-ratio: 1/0.589;
  background-image: url(../../images/campaign_bg_flower4.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -7%;
  right: -8%;
}
@media screen and (max-width: 768px) {
  .campaign_bg4 {
    width: 85%;
    max-width: 500px;
    right: -15%;
  }
}

.downloadcta {
  background-color: #000;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .downloadcta {
    padding: 15px 0;
  }
}
.downloadcta_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .downloadcta_contents {
    gap: 10px;
    justify-content: space-between;
  }
}
.downloadcta_contents > img {
  max-width: 250px;
  width: 40%;
}
.downloadcta_contents ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .downloadcta_contents ul {
    gap: 8px;
  }
}

.harenohistyle {
  padding: 80px 0;
  background-image: url(../../images/harenohistyle_bg_top.jpg), url(../../images/harenohistyle_bg_bottom.jpg);
  background-repeat: no-repeat;
  background-position: top center, bottom -3% center;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .harenohistyle {
    padding: 45px 0 70px;
    background-image: url(../../images/bg_watercolor1-sp.png), url(../../images/harenohistyle_bg_top.jpg), url(../../images/harenohistyle_bg_bottom.jpg);
    background-repeat: repeat-y, no-repeat, no-repeat;
    background-position: top 2% center, top center, bottom -0.5% center;
    background-size: 130%, contain, contain;
  }
}
.harenohistyle_wrapper {
  position: relative;
  z-index: 2;
}
.harenohistyle_bg {
  display: block;
  width: 190%;
  height: auto;
  aspect-ratio: 1/0.747;
  background-image: url(../../images/bg_watercolor1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .harenohistyle_bg {
    width: 250%;
    left: 40%;
    transform: translateX(-50%) rotate(-12deg);
  }
}
@media screen and (max-width: 768px) {
  .harenohistyle_bg {
    display: none !important;
  }
}
.harenohistyle_bg1 {
  top: 0;
}
@media screen and (max-width: 1024px) {
  .harenohistyle_bg1 {
    top: -5%;
  }
}
.harenohistyle_bg2 {
  top: 20%;
  transform: translateX(-50%) rotate(25deg);
}
@media screen and (max-width: 1024px) {
  .harenohistyle_bg2 {
    top: 15%;
    transform: translateX(-50%) rotate(20deg);
  }
}
.harenohistyle_bg3 {
  bottom: 20%;
  transform: translateX(-50%) rotate(-5deg);
}
@media screen and (max-width: 1024px) {
  .harenohistyle_bg3 {
    bottom: 22%;
  }
}
.harenohistyle_bg4 {
  bottom: -5%;
  transform: translateX(-50%) rotate(25deg);
}
@media screen and (max-width: 1024px) {
  .harenohistyle_bg4 {
    bottom: -3%;
  }
}
.harenohistyle_bg_flower {
  display: block;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
.harenohistyle_bg_flower1 {
  width: 25%;
  max-width: 440px;
  aspect-ratio: 1/1.332;
  background-image: url(../../images/harenohistyle_bg_flower1.png);
  top: 28%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .harenohistyle_bg_flower1 {
    width: 45%;
    top: 32%;
    right: -3%;
  }
}
.harenohistyle_bg_flower2 {
  width: 30%;
  max-width: 444px;
  aspect-ratio: 1/1.282;
  background-image: url(../../images/harenohistyle_bg_flower2.png);
  top: 52%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .harenohistyle_bg_flower2 {
    width: 54%;
    top: 54.5%;
    left: -5%;
  }
}
.harenohistyle_bg_flower3 {
  width: 40%;
  max-width: 598px;
  aspect-ratio: 1/0.697;
  background-image: url(../../images/harenohistyle_bg_flower3.png);
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .harenohistyle_bg_flower3 {
    width: 50%;
    bottom: 0;
    right: 0;
  }
}

.brandstyle {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .brandstyle {
    padding: 45px 0 70px;
    background-image: url(../../images/bg_watercolor1-sp.png);
    background-repeat: repeat-y;
    background-position: top 2% center;
    background-size: contain;
  }
}
.brandstyle_wrapper {
  position: relative;
  z-index: 2;
}
.brandstyle_title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .brandstyle_title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .brandstyle_title {
    margin-bottom: 40px;
  }
}
.brandstyle_title img {
  max-width: 565px;
  width: 90%;
}
.brandstyle_title p {
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(10px, 0.521rem + 0.44vw, 14px);
}
@media screen and (max-width: 768px) {
  .brandstyle_title p {
    margin-top: 5px;
  }
}
.brandstyle_title p span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .brandstyle .modelblock_item_goods {
    margin-top: 10px;
  }
}
.brandstyle_bg {
  display: block;
  width: 170%;
  height: auto;
  aspect-ratio: 1/0.803;
  background-image: url(../../images/bg_watercolor2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-7deg);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .brandstyle_bg {
    width: 190%;
  }
}
@media screen and (max-width: 768px) {
  .brandstyle_bg {
    display: none !important;
  }
}
.brandstyle_bg1 {
  top: -8%;
  left: 53%;
}
@media screen and (max-width: 1024px) {
  .brandstyle_bg1 {
    top: -5%;
  }
}
.brandstyle_bg2 {
  top: 23%;
  left: 56%;
  transform: translateX(-50%) scale(1, -1) rotate(-5deg);
}
@media screen and (max-width: 1024px) {
  .brandstyle_bg2 {
    top: 22%;
  }
}
.brandstyle_bg3 {
  bottom: 10%;
  transform: translateX(-50%) rotate(-5deg);
}
@media screen and (max-width: 1024px) {
  .brandstyle_bg3 {
    bottom: 18%;
  }
}
.brandstyle_bg4 {
  bottom: -12%;
  transform: translateX(-50%) rotate(25deg);
}
@media screen and (max-width: 1024px) {
  .brandstyle_bg4 {
    bottom: -5%;
  }
}
.brandstyle_bg_flower {
  display: block;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
.brandstyle_bg_flower1 {
  width: 25%;
  max-width: 340px;
  aspect-ratio: 1/0.92;
  background-image: url(../../images/brand_bg_flower1.png);
  top: 1%;
  right: -6%;
}
@media screen and (max-width: 768px) {
  .brandstyle_bg_flower1 {
    width: 44%;
    top: 0;
    right: -10%;
  }
}
.brandstyle_bg_flower2 {
  width: 28%;
  max-width: 370px;
  aspect-ratio: 1/0.76;
  background-image: url(../../images/brand_bg_flower2.png);
  top: 5%;
  left: -5%;
}
@media screen and (max-width: 768px) {
  .brandstyle_bg_flower2 {
    width: 50%;
    top: 3.5%;
    left: -20%;
  }
}
.brandstyle_bg_flower3 {
  width: 24%;
  max-width: 320px;
  aspect-ratio: 1/0.906;
  background-image: url(../../images/brand_bg_flower3.png);
  top: 27%;
  right: -5%;
}
@media screen and (max-width: 768px) {
  .brandstyle_bg_flower3 {
    width: 40%;
    top: 35%;
    right: -10%;
  }
}
.brandstyle_bg_flower4 {
  width: 28%;
  max-width: 262px;
  aspect-ratio: 1/0.889;
  background-image: url(../../images/brand_bg_flower4.png);
  top: 45%;
  left: -5%;
}
@media screen and (max-width: 1024px) {
  .brandstyle_bg_flower4 {
    top: 47%;
  }
}
@media screen and (max-width: 768px) {
  .brandstyle_bg_flower4 {
    top: 47.5%;
    width: 35%;
  }
}
.brandstyle_bg_flower5 {
  width: 30%;
  max-width: 348px;
  aspect-ratio: 1/0.739;
  background-image: url(../../images/brand_bg_flower5.png);
  bottom: 29%;
  right: -5%;
}
@media screen and (max-width: 1024px) {
  .brandstyle_bg_flower5 {
    bottom: 27%;
  }
}
@media screen and (max-width: 768px) {
  .brandstyle_bg_flower5 {
    width: 48%;
    bottom: 31.5%;
    right: -18%;
  }
}
.brandstyle_bg_flower6 {
  width: 45%;
  max-width: 617px;
  aspect-ratio: 1/0.797;
  background-image: url(../../images/brand_bg_flower6.png);
  bottom: 2%;
  left: -15%;
}
@media screen and (max-width: 768px) {
  .brandstyle_bg_flower6 {
    width: 60%;
    bottom: 18%;
    left: -30%;
  }
}

.childstyle {
  padding: 70px 0;
  position: relative;
  background-image: url(../../images/child_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom 15% center;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .childstyle {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .childstyle {
    text-align: center;
    padding: 30px 0 73%;
    background-image: url(../../images/child_bg-sp.jpg);
  }
}
.childstyle-wrapper {
  position: relative;
}
.childstyle img {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .childstyle img {
    width: 100%;
    max-width: 600px;
  }
}
.childstyle_model {
  max-width: 382px;
  width: 38%;
  height: auto;
  aspect-ratio: 1/1.44;
  background-image: url(../../images/child_model.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .childstyle_model {
    background-image: url(../../images/child_model-sp.png);
    width: 85%;
    top: 95%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.shoplist {
  background-color: #efeeea;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .shoplist {
    padding: 40px 0 70px;
  }
}
.shoplist-wrapper {
  position: relative;
  z-index: 2;
}
.shoplist_title {
  font-size: clamp(16px, 0.663rem + 1.44vw, 29px);
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
.shoplist_item {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .shoplist_item {
    margin-top: 50px;
  }
}
.shoplist_item:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .shoplist_item:first-of-type {
    margin-top: 20px;
  }
}
.shoplist_item_title {
  background-color: #231815;
  color: #fff;
  font-size: clamp(13px, 0.579rem + 0.99vw, 22px);
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .shoplist_item_title {
    padding: 8px 2px;
  }
}
.shoplist_item_title_info {
  margin-top: 10px;
  font-size: clamp(10px, 0.47rem + 0.66vw, 16px);
}
.shoplist_item_flyer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 550px;
  margin: 20px auto 40px;
}
@media screen and (max-width: 768px) {
  .shoplist_item_flyer {
    gap: 15px;
    margin: 10px auto 25px;
  }
}
.shoplist_item_flyer_thumb {
  cursor: pointer;
  transition: all 0.4s;
}
.shoplist_item_flyer_thumb:hover {
  opacity: 0.8;
}
.shoplist_item_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .shoplist_item_list {
    grid-template-columns: 1fr 1fr;
  }
}
.shoplist_item_list_item a {
  display: block;
  width: 100%;
  border: 1px solid #231815;
  background-color: #fff;
  padding: 10px 5px;
  box-sizing: border-box;
  font-size: clamp(12px, 0.595rem + 0.66vw, 18px);
  font-weight: 500;
  transition: color 0.4s, background-color 0.4s;
}
@media screen and (max-width: 768px) {
  .shoplist_item_list_item a {
    padding: 8px 3px;
  }
}
.shoplist_item_list_item a:hover {
  background-color: #231815;
  color: #fff;
}
.shoplist_bg_flower {
  display: block;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
.shoplist_bg_flower1 {
  width: 30%;
  max-width: 436px;
  aspect-ratio: 1/0.81;
  background-image: url(../../images/shop_bg_flower1.png);
  top: -5%;
  right: -10%;
}
@media screen and (max-width: 768px) {
  .shoplist_bg_flower1 {
    top: -2%;
    right: -20%;
    width: 45%;
  }
}
.shoplist_bg_flower2 {
  width: 30%;
  max-width: 377px;
  aspect-ratio: 1/0.801;
  background-image: url(../../images/shop_bg_flower2.png);
  top: 10%;
  left: -10%;
}
@media screen and (max-width: 768px) {
  .shoplist_bg_flower2 {
    top: 4%;
    width: 40%;
  }
}
.shoplist_bg_flower3 {
  width: 30%;
  max-width: 390px;
  aspect-ratio: 1/0.997;
  background-image: url(../../images/shop_bg_flower3.png);
  bottom: 30%;
  right: -15%;
}
@media screen and (max-width: 768px) {
  .shoplist_bg_flower3 {
    width: 45%;
    bottom: 42%;
  }
}
.shoplist_bg_flower4 {
  width: 30%;
  max-width: 436px;
  aspect-ratio: 1/0.81;
  background-image: url(../../images/shop_bg_flower4.png);
  bottom: -2%;
  left: -2%;
}
@media screen and (max-width: 768px) {
  .shoplist_bg_flower4 {
    width: 50%;
  }
}

/* モーダル */
.flyer_modal {
  opacity: 0;
  display: flex;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.4s ease;
  /* ナビ */
}
.flyer_modal img {
  height: 90%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .flyer_modal img {
    height: auto;
    width: 85%;
  }
}
.flyer_modal.active {
  opacity: 1;
  pointer-events: auto;
}
.flyer_modal_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: none;
}
.flyer_modal_nav.prev {
  position: absolute;
  left: 20%;
}
@media screen and (max-width: 1024px) {
  .flyer_modal_nav.prev {
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .flyer_modal_nav.prev {
    left: 0;
  }
}
.flyer_modal_nav.prev .arrow {
  position: relative;
  display: inline-block;
  width: 20.3px;
  height: 36.5px;
}
.flyer_modal_nav.prev .arrow::before, .flyer_modal_nav.prev .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 27px;
  height: 4px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 2px 50%;
}
.flyer_modal_nav.prev .arrow::before {
  transform: rotate(45deg);
}
.flyer_modal_nav.prev .arrow::after {
  transform: rotate(-45deg);
}
.flyer_modal_nav.next {
  position: absolute;
  right: 20%;
}
@media screen and (max-width: 1024px) {
  .flyer_modal_nav.next {
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .flyer_modal_nav.next {
    right: 0;
  }
}
.flyer_modal_nav.next .arrow {
  position: relative;
  display: inline-block;
  width: 20.3px;
  height: 36.5px;
}
.flyer_modal_nav.next .arrow::before, .flyer_modal_nav.next .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 27px;
  height: 4px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 2px) 50%;
}
.flyer_modal_nav.next .arrow::before {
  transform: rotate(45deg);
}
.flyer_modal_nav.next .arrow::after {
  transform: rotate(-45deg);
}
.flyer_modal_close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

body:has(.flyer_modal.active) {
  overflow: hidden;
}

.page_top {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
  position: fixed;
  bottom: 10px;
  right: 30px;
  width: 20%;
  max-width: 100px;
  z-index: 9999;
}
.page_top a {
  z-index: 1000;
}
@media screen and (max-width: 500px) {
  .page_top a {
    width: 18%;
    right: 20px;
  }
}
.page_top.is-show {
  opacity: 1;
  visibility: visible;
}

.copyright {
  background-color: #231815;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: clamp(11px, 0.506rem + 0.77vw, 18px);
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .copyright {
    padding: 20px 0;
  }
}

/*---------------------------------------------
majica_ucs
---------------------------------------------*/
.container786 {
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container786 {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .container786 {
    padding: 0 20px;
  }
}

.promotion {
  padding: 80px 0;
  position: relative;
  font-size: 115%;
  background-image: url(../../images/majica_bg3.png), url(../../images/majica_bg1.jpg), url(../../images/majica_bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover, 40%, contain;
  background-position: center, top right, bottom center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .promotion {
    padding: 50px 0;
    background-image: url(../../images/majica_bg3-sp.png), url(../../images/majica_bg1.jpg), url(../../images/majica_bg2.jpg);
    background-repeat: repeat-y, no-repeat, no-repeat;
    background-size: 120%, 75%, contain;
    background-position: top -30% center, top right, bottom center;
  }
}
.promotion section {
  padding: 0;
}

#majica_ucs ul {
  list-style: none !important;
}

#majica_ucs a {
  text-decoration: none;
  color: #fff;
}

body #majica_ucs {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  body #majica_ucs {
    font-size: 1.6em;
    overflow: hidden;
  }
}

#majica_ucs {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 62.5% !important;
  line-height: 1.5 !important;
}

/* hover */
#box_m a:hover,
#box_u a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

/* majica */
#box_m {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  background: #fff;
  border: 7px solid #e60011;
  border-radius: 15px;
}

.title_m {
  display: flex;
  padding-top: 3.4em;
  width: calc(100% - 4em);
  margin: 0 auto;
}

.h2logo_m {
  width: calc(20% - 1em);
  margin: 0 1em 0 0;
}

.img_title_m {
  padding-top: 1em;
  width: 80%;
  height: 80%;
}

.h2logo_m img,
.img_title_m img {
  width: 100%;
  height: 100%;
}

.img_main_m img,
.img_main_m_smf img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.img_main_m_smf {
  display: none;
}

.a_boxm01 {
  position: relative;
  display: block;
  width: 286px;
  margin: 1.7em auto 1em auto;
  padding: 15px 0;
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 1px;
  background: rgb(230, 0, 17);
  background: linear-gradient(40deg, rgb(230, 0, 17) 0%, rgb(231, 0, 49) 71%, rgb(255, 120, 127) 100%);
  border-radius: 50px;
}

.app_m {
  display: none;
}

.p_app_m {
  display: none;
  position: relative;
  background: #e60011;
  width: 33%;
  height: 190px;
  padding-top: 43em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p_app_m span {
  padding-top: 1em;
  font-size: 2.5em;
}

.p_app_m:before {
  position: absolute;
  content: "";
  top: 0;
  right: -40px;
  border-style: solid;
  border-width: 95px 0 95px 40px;
  border-color: transparent transparent transparent #e60011;
}

.app_inner_m {
  width: 67%;
  background: #f2f2f2;
  border-radius: 10px;
}

.app_inner_m ul {
  justify-content: center;
  align-items: center;
  padding: 3em 0 2em 0;
}

.app_inner_m ul li img {
  width: 100%;
  max-height: 70px;
}

.app_inner_m ul li:first-child {
  margin-right: 2em;
}

.p_note_m {
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  text-align: left;
}

.app_m02 {
  display: flex;
  grid-column: 1/3;
}

.p_app_m02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #e60011;
  width: 25%;
  height: 100%;
  min-height: 160px;
  padding: 4em 0;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p_app_m02 span {
  width: 300px;
  display: block;
  padding-top: 0.5em;
  letter-spacing: 1px;
  font-size: 1.8em;
}

.p_app_m02:before {
  position: absolute;
  content: "";
  top: 0;
  right: -45px;
  border-style: solid;
  border-width: 85px 0 85px 45px;
  border-color: transparent transparent transparent #e60011;
}

.app_inner_m02 {
  width: 75%;
  background: #f2f2f2;
  border-radius: 0 0 10px 0;
}

.app_inner_m02 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.7em 0 1.5em 3em;
}

.app_inner_m02 ul li img {
  width: 100%;
  max-height: 60px;
}

.app_inner_m02 ul li:first-child {
  margin-right: 2em;
}

.p_note_m02 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  text-align: left;
}

/* majica tab */
@media screen and (max-width: 1040px) {
  .box_r_m {
    display: none;
  }
  #box_m {
    display: block;
    grid-template-columns: 0;
    width: calc(100% - 3em);
    max-width: 680px;
    margin: 0 auto 0.5em auto;
    border: 5px solid #e60011;
    border-radius: 15px;
    padding: 0 !important;
  }
  .title_m {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.3em;
    width: calc(100% - 4em);
    max-width: 650px;
    margin: 0 auto;
  }
  .h2logo_m {
    width: calc(20% - 1.1em);
    margin: 1.3em 1.1em 0.1em 0;
  }
  .img_title_m {
    padding-top: 2.3em;
  }
  .img_main_m {
    display: none;
  }
  .img_main_m_smf {
    display: block;
    width: 100%;
    height: 100%;
  }
  .a_boxm01 {
    width: 100%;
    max-width: 320px;
    margin: 1.8em auto;
    padding: 15px 0;
    font-size: 1.6em;
  }
  .a_boxm01:before {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
  .p_app_m {
    height: 190px;
    padding-top: 5.5em;
  }
  .p_app_m span {
    display: block;
    padding-top: 1em;
    font-size: 1.6em;
  }
  .p_app_m:before {
    top: 0;
    right: -30px;
    border-width: 95px 0 95px 30px;
  }
  .app_inner_m {
    padding: 0 1.5em 0 4.5em;
    border-radius: 0 0 10px 0;
  }
  .app_inner_m ul {
    padding: 30px 0 20px 0px;
  }
  .app_inner_m ul li img {
    width: 100%;
    max-height: 70px;
  }
  .app_inner_m ul li:first-child {
    margin-right: 1em;
  }
  .p_note_m {
    font-size: 1.4em;
  }
}
/* majica smf */
@media screen and (max-width: 750px) {
  .title_m {
    max-width: 520px;
    padding: 0.3em 0 0.3em 0;
    width: calc(100% - 3em);
  }
  .h2logo_m {
    width: calc(20% - 0.6em);
    margin: 0.7em 0.6em 0.1em 0;
  }
  .img_title_m {
    padding-top: 1.2em;
  }
  .a_boxm01 {
    width: calc(100% - 2em);
    max-width: 320px;
    margin: 1.5em auto;
    padding: 13px 0;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .a_boxm01:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    right: 10px;
  }
  .app_m02 {
    display: none;
  }
  .app_m {
    display: block;
  }
  .p_app_m {
    display: block;
    width: 100%;
    height: 45px;
    padding-top: 1.3em;
    text-align: center;
  }
  .p_app_m span {
    display: inline;
    padding-top: 0;
    font-size: 1.4em;
  }
  .p_app_m:before {
    content: none;
  }
  .app_inner_m {
    width: 100%;
    padding: 0.5em 1.5em 1.1em 1.5em;
    border-radius: 0 0 10px 10px;
  }
  .app_inner_m ul {
    display: flex;
    padding: 1em 0 1.1em 0px;
  }
  .app_inner_m ul li img {
    width: 100%;
    max-height: 70px;
  }
  .p_note_m {
    display: flex;
  }
  .p_note_m {
    font-size: 1.3em;
  }
}
/* ucs */
#box_u {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  width: 100%;
  max-width: 1020px;
  margin: 4em auto 0px auto;
  background: #fff;
  border: 7px solid #e85504;
  border-radius: 15px;
  padding: 0 !important;
}

.box_r_u {
  background: #f2f2f2;
  border-radius: 0 11px 11px 0;
}

.title_u {
  display: flex;
  width: calc(100% - 5em);
  margin: 0 auto 1.5em auto;
}

.h2logo_u {
  width: calc(17% - 1.3em);
  margin: 2.2em 1.3em 0px 0;
}

.img_title_u {
  padding-top: 4.5em;
  width: 82%;
  height: 82%;
}

.main_u {
  width: 100%;
}

.img_main_u {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.img_main_u_smf {
  display: none;
}

.a_boxu01,
.a_boxu02 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 1.6em auto 0 auto;
  padding: 15px 0;
  font-size: 1.3em;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  background: rgb(233, 85, 4);
  background: linear-gradient(40deg, rgb(233, 85, 4) 0%, rgb(233, 85, 4) 59%, rgb(239, 151, 0) 94%);
  border-radius: 50px;
}

.a_boxu01 {
  max-width: 300px;
}

.a_boxu02 {
  margin: 1.3em auto 2em auto;
}

.h3_campaign_u {
  position: relative;
  padding: 0.5em 0 0 0;
  font-weight: 700;
  font-size: 18px;
  color: #e85504;
}

.span01_h3u,
.span02_h3u {
  position: relative;
  display: inline-block;
  padding: 0.3em 0.2em 0.2em 1em;
  background: #f2f2f2;
  z-index: 999;
}

.span02_h3u {
  font-size: 0.7em;
  padding: 0.4em 1em 0.4em 0;
}

.h3_campaign_u:before {
  position: absolute;
  content: "";
  width: calc(100% + 2em);
  background: #e85504;
  height: 2px;
  top: 1.4em;
  left: -1em;
}

.campaign_u {
  width: 100%;
  padding: 1.5em 2em 0 2em;
}

.campaign_u ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.campaign_u ul li {
  width: calc(50% - 0.4em);
  margin-top: 1.5em;
  margin-right: 0.8em;
}

.campaign_u ul li:nth-child(2n) {
  margin-right: 0;
}

/* ucs tab */
@media screen and (max-width: 1040px) {
  #box_u {
    display: block;
    grid-template-columns: 0;
    width: calc(100% - 3em);
    max-width: 680px;
    margin: 3.5em auto 0 auto;
    border: 5px solid #e85504;
    border-radius: 15px;
  }
  .box_r_u {
    border-radius: 0 0 11px 11px;
  }
  .title_u {
    justify-content: center;
    align-items: center;
    width: calc(100% - 4em);
    max-width: 740px;
    margin: 0 auto;
    padding: 1.5em 0 1em 0;
  }
  .h2logo_u {
    width: calc(19% - 2em);
    margin: 0 1em 0 0;
  }
  .h2logo_u img {
    max-height: 100px;
  }
  .img_title_u {
    padding-top: 2em;
    width: calc(81% - 1em);
    margin: 0 1em 1em 0;
  }
  .img_main_u {
    display: none;
  }
  .img_main_u_smf {
    display: block;
    width: 100%;
    height: 100%;
  }
  .a_boxu01,
  .a_boxu02 {
    width: calc(100% - 2em);
    max-width: 390px;
    margin: 1.8em auto;
    padding: 15px 0;
  }
  .a_boxu02 {
    max-width: 320px;
  }
  .a_boxu01:before,
  .a_boxu02:before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    right: 13px;
  }
  .h3_campaign_u {
    padding: 0.7em 1em 0 1em;
  }
  .span01_h3u {
    padding: 0.1em 2em 0 2em;
  }
  .span02_h3u {
    display: block;
  }
  .h3_campaign_u:before {
    top: 1.5em;
    width: calc(100% + 2em);
    left: -1em;
  }
  .campaign_u {
    width: 100%;
    padding: 1em 1.5em 0.5em 1.5em;
  }
  .campaign_u ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
  }
  .campaign_u ul li {
    width: calc(50% - 0.3em);
    margin-top: 0.6em;
    margin-right: 0.6em;
  }
  .campaign_u ul li:nth-child(2n) {
    margin-right: 0;
  }
}
/* ucs smf */
@media screen and (max-width: 750px) {
  .title_u {
    justify-content: center;
    align-items: center;
    width: calc(100% - 3em);
    max-width: 540px;
    padding: 1em 0 0.7em 0;
  }
  .h2logo_u {
    width: calc(18% - 0.6em);
    margin: 0 0.6em 0 0;
  }
  .h2logo_u img {
    max-height: 70px;
  }
  .img_title_u {
    padding-top: 0.8em;
    width: 82%;
    margin: 0 0 0.3em 0;
  }
  .a_boxu01,
  .a_boxu02 {
    margin: 1.5em auto;
    padding: 13px 0;
    font-size: 1.3em;
    letter-spacing: 0;
  }
  .a_boxu01 {
    max-width: 320px;
    padding: 8px 0;
  }
  .a_boxu01 span {
    display: block;
  }
  .a_boxu01:before,
  .a_boxu02:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    right: 10px;
  }
  .a_boxu02 {
    margin: 1.1em auto 1.2em auto;
  }
  .h3_campaign_u {
    font-size: 1.6em;
    padding: 0.5em 0.5em 0 0.5em;
  }
  .span01_h3u {
    padding: 0 1em 0 1em;
  }
  .h3_campaign_u:before {
    top: 1.2em;
    width: calc(100% + 1.4em);
    left: -0.6em;
  }
  .campaign_u {
    padding: 0.6em 0.8em 0.1em 0.8em;
  }
  .campaign_u ul li {
    width: calc(50% - 0.4em);
    margin-top: 0.6em;
  }
  .campaign_u ul li:nth-child(2n) {
    margin-right: 0;
  }
}