@charset "utf-8";

/* CSS Document */
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;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: black;
}

@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  background: #fff;
  color: #3A342A;
}

.wrapper {
  overflow: hidden;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.flex {
  display: flex;
}

.spnone,
.spbr,
.spimg,
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }

  .spnone,
  .sp {
    display: block;
  }

  .spbr,
  .spimg {
    display: inline;
  }

  .pc {
    display: none;
  }
}

/*===================
      Content
===================*/
.wrapper {
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/background.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
  background-color: #FFD3D8;
  position: relative;
}

@media screen and (max-width: 768px) {
  .wrapper {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 1040px) {
  main .section-container{
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  main .section-container{
    margin: 0 10px;
  }
}

.lead{
  font-weight: 700;
  color: #FC95A7;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: #FC95A7;
  text-underline-offset: 8px;
}

.deco-head{
  color: #FC95A7;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deco-head span{
  font-weight: 400;
}

.external-link .external-link-inner{
  display: flex;
  justify-content: center;
  align-items: center;
}

.external-link .external-link-inner .external-link-character{
  max-width: 55px;
  transform: rotate(-10deg);
  margin-right: 10px;
}

.external-link .external-link-inner p{
  color: #FC95A7;
  font-size: 30px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.external-link .external-link-inner a:last-child{
  transition: 0.3s ease;
}

.external-link .external-link-inner a:last-child:hover{
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .external-link{
    padding-bottom: 20px;
    background-color: #fff;
  }

  .external-link .external-link-inner .external-link-character{
    max-width: 40px;
    transform: rotate(-5deg);
    margin-right: 5px;
  }

  .external-link .external-link-inner p{
    font-size: 18px;
    text-decoration-thickness: 1px;
  }
}

.float {
  display: inline-block;
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-7px); }
  100% { transform: translateY(0px); }
}

/*===================
      mv-wrap
===================*/
.mv-wrap {
  position: relative;
  min-height:600px;
}

#lottie{
  width: 100%;
  height: auto;
}

/*===================
      section-head
===================*/
.section-head{
  max-width: 360px;
  transform: rotate(-10deg);
}
.section-head picture{
  
}

@media screen and (max-width: 768px) {
  .section-head{
    position: relative;
    max-width: 280px;
    margin: 0 auto;
    transform: rotate(-0deg);
    z-index: 10;
  }

  .section-head::after{
    position: absolute;
    top: 82%;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: block;
    width: 80%;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/*===================
      Information
===================*/
#information{
  margin: 50px auto 270px;
}

.information-inner{
  max-width: 1040px;
  margin: 0 auto;
}

.information-inner .section-head::after{
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/information.webp);
}

.information-main{
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}

.information-left, .information-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.information-left .ribbon-head{
  margin: 0 auto 20px;
  max-width: 455px;
}

.information-left .lead{
  font-size: 25px;
  line-height: 4.5rem;
}

.information-right p{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 3.5rem;
}

.information-right>p:nth-child(3){
  margin-bottom: 40px;
}

.information-right p span{
  color: #FC95A7;
}

.information-right div{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 15px auto;
}

.information-right div .bg-gold{
  color: #fff;
  font-size: 24px;
  background-color: #E6B144;
  padding: 2px 35px 3px;
  border-radius: 30px;
}

.character-line-box .character-line-box-inner{
  position: relative;
  background-color: #fff;
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/bg_flower.webp);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  max-width: 920px;
  width: 90%;
  margin: 0 auto 80px;
}

.character-line-box-inner .label{
  position: absolute;
  top: -15%;
  left: -5%;
  max-width: 130px;
  z-index: 10;
}

.character-line-box-inner .cl-lead{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 4rem;
  padding: 30px 0;
}

.character-line-box-inner p span{
  color: #FC95A7;
  font-size: 28px;
}

.character-line{
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 15px;
}

.character-line p:first-child{
  max-width: 73px;
}

.character-line p:last-child{
  max-width: 300px;
}

.ifc-link .ifc-link-inner{
  position: relative;
  max-width: 395px;
  margin: 0 auto;
}

.ifc-link .ifc-link-inner a{
  transition: 0.3s ease;
}

.ifc-link .ifc-link-inner a:hover{
  opacity: 0.7;
}

.ifc-link-inner a::before{
  content: '';
  display: block;
  width: 84px;
  height: 104px;
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/character/darius.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -10%;
  bottom: -9%;
}

.ifc-link-inner a::after{
  content: '';
  display: block;
  width: 83px;
  height: 98px;
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/character/ishidamitsunari.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -10%;
  bottom: -5%;
}

.ifc-link-inner a::before, .ifc-link-inner a::after{
  transform-origin: center bottom;
  animation: swayStep 3.5s steps(2) infinite;
}

@keyframes swayStep {
  0%   { transform: rotate(10deg); }
  50%  { transform: rotate(-10deg); }
  100% { transform: rotate(10deg); }
}

@media screen and (max-width: 768px) {
  #information{
    margin: 30px auto 40px;
  }

  .information-main{
    display: block;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .information-left .ribbon-head{
    margin: 50px auto 5px;
    max-width: 40%;
  }

  .information-left .lead{
    font-size: 18px;
    line-height: 3.5rem;
    margin-bottom: 10px;
  }

  .information-left::after{
    content: '';
    display: block;
    width: 141px;
    height: 10px;
    background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/line.webp);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 30px auto;
  }

  .information-right p{
    font-size: 15px;
    line-height: 2.5rem;
  }

  .information-right>p:nth-child(3){
    margin-bottom: 20px;
  }

  .information-right div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin: 10px auto;
  }

  .information-right div .bg-gold{
    font-size: 15px;
    padding: 2px 17px 3px;
    border-radius: 30px;
  }

  .information-right div .and{
    font-size: 16px;
  }

  .information-right .item-img{
    max-width: 84%;
    margin: 0 20px 0 auto;
  }

  .character-line-box{
    background-color: #fff;
    padding-bottom: 40px;
  }

  .character-line-box .character-line-box-inner{
    background-color: #FFEEED;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 15px;
  }

  .character-line-box-inner .label{
    position: absolute;
    top: -15%;
    left: -5%;
    max-width: 24%;
    z-index: 10;
  }

  .character-line-box-inner .cl-lead{
    font-size: 13px;
    line-height: 2.5rem;
    padding: 20px 0 10px;
  }

  .character-line-box-inner p span{
    font-size: 16px;
  }

  .character-line{
    gap: 5px;
    padding-bottom: 0;
  }

  .character-line p:first-child{
    max-width: 50px;
  }

  .character-line p:last-child{
    max-width: 190px;
  }

  .ifc-link{
    background-color: #fff;
    padding-bottom: 35px;
  }

  .ifc-link .ifc-link-inner{
    max-width: 290px;
  }

  .ifc-link-inner a::before{
    width: 64px;
    height: 79px;
    left: -8%;
  }

  .ifc-link-inner a::after{
    width: 62px;
    height: 74px;
    right: -9%;
  }
}

/*=========================
      Ikeshiri-market
=========================*/
#ikeshiri-market{
  margin-bottom: 60px;
}

.ikeshiri-market-inner{
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-container{
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 0 70px;
}

.bg-container .section-head{
  position: absolute;
  top: -13%;
  left: 0;
}

.ikeshiri-market-main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ikeshiri-market-main::after{
  content: '';
  display: block;
  width: 141px;
  height: 10px;
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/line.webp);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 60px auto;
}

.ikeshiri-market-main .lead{
  font-size: 32px;
  margin-bottom: 20px;
}

.ikeshiri-market-main .item-img{
  max-width: 450px;
}

.ikeshiri-market-main p{
  font-size: 18px;
  font-weight: 700;
  line-height: 3.5rem;
  text-align: center;
}

.ikeshiri-market-main .about-head{
  position: relative;
  color: #FC95A7;
  font-size: 28px;
  margin-bottom: 15px;
}

.ikeshiri-market-main .about-head span{
  position: absolute;
  display: block;
  font-size: 38px;
  transform: rotate(11deg);
  top: -30%;
  right: -12%;
}

.ikeshiri-market-main .otoku{
  line-height: 6rem;
  padding-top: 5px;
}

.ikeshiri-market-main .otoku span{
  color: #E6B144;
  font-size: 25px;
  margin-right: 5px;
}

.ikeshiri-market-main .otoku span.dots{
  background-image: radial-gradient(circle at center, #E6B144 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.7em;
  padding-top: .4em;
}

.sale-information{
  margin-bottom: 50px;
}

.sale-information p{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 3rem;
}

.sale-information .deco-head{
  font-size: 25px;
}

.sale-information .deco-head span{
  font-size: 50px;
}

.sale-information .sale-banner{
  max-width: 470px;
  margin: 20px auto 40px;
}

.sale-information .sale-banner a{
  transition: 0.3s ease;
}

.sale-information .sale-banner a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #ikeshiri-market{
    margin: 0px 10px 40px;
  }

  .ikeshiri-market-inner{
    background: none;
  }

  .bg-container{
    padding: 0;
  }

  .bg-container .section-head{
    position: relative;
  }

  .ikeshiri-market-inner .section-head::after{
    width: 86%;
    background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/ikeshiri_market.webp);
  }

  .ikeshiri-market-main{
    background-color: #fff;
  }

  .ikeshiri-market-main::after{
    margin: 30px auto;
  }

  .ikeshiri-market-main .lead{
    font-size: 18px;
    line-height: 3.5rem;
    margin: 40px auto 0px;
  }

  .ikeshiri-market-main .item-img{
    max-width: 450px;
  }

  .ikeshiri-market-main p{
    font-size: 12px;
    font-weight: 700;
    line-height: 2.5rem;
    text-align: center;
  }

  .ikeshiri-market-main .about-head{
    font-size: 16px;
    margin-bottom: 10px;
  }

  .ikeshiri-market-main .about-head span{
    font-size: 22px;
    top: -7%;
  }

  .ikeshiri-market-main .otoku{
    line-height: 2.5rem;
    padding-top: 10px;
  }

  .ikeshiri-market-main .otoku span{
    font-size: 16px;
    margin-right: 5px;
  }

  .ikeshiri-market-main .otoku span.dots{
    background-image: radial-gradient(circle at center, #E6B144 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.7em;
    padding-top: .4em;
  }

  .sale-information{
    margin-bottom: 0;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .sale-information p{
    font-size: 14px;
    line-height: 2.5rem;
  }

  .sale-information .deco-head{
    font-size: 18px;
  }

  .sale-information .deco-head span{
    font-size: 35px;
  }

  .sale-information .sale-banner{
    max-width: 90%;
    margin: 15px auto 30px;
  }
}

/*==============================
      Get-luxury-benefits
==============================*/
#get-luxury-benefits{
  margin-bottom: 300px;
}

.get-luxury-benefits-inner{
  max-width: 1040px;
  margin: 0 auto;
}

.get-luxury-benefits-main{
  position: relative;
}

.get-luxury-benefits-main .lead{
  position: absolute;
  top: -8%;
  right: 8%;
  font-size: 25px;
  text-decoration: none;
}

.get-luxury-benefits-main ul{
  margin: 60px 60px auto;
  display: flex;
  flex-direction: column;
}

.get-luxury-benefits-main ul li{
  position: relative;
  z-index: 10;
}

.get-luxury-benefits-main ul li::after{
  position: absolute;
  content: '';
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/benefits_cloud.webp);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  z-index: -1;
  height: 495px;
  animation: floatUpDown 3s ease-in-out infinite;
}

.get-luxury-benefits-main ul li:first-child{
  max-width: 490px;
}
.get-luxury-benefits-main ul li:nth-child(2){
  max-width: 390px;
  margin: 0 0 0 auto;
}
.get-luxury-benefits-main ul li:nth-child(3){
  max-width: 300px;
  margin-top: -20%;
}
.get-luxury-benefits-main ul li:last-child{
  max-width: 280px;
  margin: 0 120px 0 auto;
}

.get-luxury-benefits-main ul li:first-child p, .get-luxury-benefits-main ul li:nth-child(3) p{
  transform: rotate(-10deg);
}

.get-luxury-benefits-main ul li:nth-child(2) p, .get-luxury-benefits-main ul li:last-child p{
  transform: rotate(10deg);
}

.get-luxury-benefits-main ul li:first-child::after{
  left: -25%;
  bottom: -21%;
  width: 740px;
}

.get-luxury-benefits-main ul li:nth-child(2)::after{
    right: -16%;
    bottom: -53%;
    width: 590px;
}

.get-luxury-benefits-main ul li:nth-child(3)::after{
  left: -45%;
  bottom: -61%;
  width: 540px;
  height: 495px;
}

.get-luxury-benefits-main ul li:last-child::after{
  right: -26%;
  bottom: -126%;
  width: 450px;
}

@media screen and (max-width: 768px) {
  #get-luxury-benefits{
    margin-bottom: 40px;
  }

  .get-luxury-benefits-inner .section-head::after{
    top: 72%;
    width: 75%;
    height: 100px;
    background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/get_luxury_benefits.webp);
  }

  .get-luxury-benefits-main{
    background-color: #fff;
    padding-bottom: 35px;
  }

  .get-luxury-benefits-main .lead{
    position: static;
    font-size: 14px;
    line-height: 2.5rem;
    color: #3A352A;
    margin-bottom: 20px;
    padding-top: 80px;
  }

  .get-luxury-benefits-main ul{
    margin: auto 10px;
  }

  .get-luxury-benefits-main ul li::after{
    display: none;
  }

  .get-luxury-benefits-main ul li:first-child, .get-luxury-benefits-main ul li:nth-child(2), .get-luxury-benefits-main ul li:nth-child(3), .get-luxury-benefits-main ul li:last-child{
    max-width: 100%;
    margin: 0;
  }

  .get-luxury-benefits-main ul li:first-child p, .get-luxury-benefits-main ul li:nth-child(3) p{
    transform: rotate(0deg);
  }

  .get-luxury-benefits-main ul li:nth-child(2) p, .get-luxury-benefits-main ul li:last-child p{
    transform: rotate(0deg);
  }

  .get-luxury-benefits-main ul li:first-child::after{
    left: -25%;
    bottom: -21%;
    width: 740px;
  }

  .get-luxury-benefits-main ul li:nth-child(2)::after{
    right: -16%;
    bottom: -53%;
    width: 590px;
  }

  .get-luxury-benefits-main ul li:nth-child(3)::after{
    left: -45%;
    bottom: -61%;
    width: 540px;
    height: 495px;
  }

  .get-luxury-benefits-main ul li:last-child::after{
    right: -26%;
    bottom: -126%;
    width: 450px;
  }

  .get-luxury-benefits-main ul li:not(:last-child)::after{
    position: static;
    content: '';
    display: block;
    width: 141px;
    height: 10px;
    background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/line.webp);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 30px auto;
    animation: none;
  }
}

/*==============================
      Diamond-menber-benefit
==============================*/
#diamond-menber-benefit{
  margin-bottom: 60px;
}

.diamond-menber-benefit-inner{
  background-color: rgba(255, 255, 255, 0.7);
}

.diamond-menber-benefit-inner .bg-container{
  padding: 80px 0 70px;
}

.diamond-menber-benefit-inner .bg-container .section-head{
  top: -9%;
}

.diamond-menber-benefit-main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.diamond-menber-benefit-main .ribbon-head{
  max-width: 365px;
  margin-bottom: 25px;
}

.diamond-menber-benefit-main .lead{
  font-size: 30px;
  margin-bottom: 35px;
}

.diamond-menber-benefit-main p{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 3.5rem;
}

.diamond-menber-benefit-main p.deco{
  color: #D7B578;
  font-size: 35px;
  line-height: 4.5rem;
  margin: 10px 0;
}

.diamond-menber-benefit-main .benefit-box{
  margin-bottom: 100px;
}

.benefit-box .benefit-head{
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: 850px;
  margin: 50px auto 30px;
}

.benefit-box .bg-pink{
  color: #fff;
  font-size: 20px;
  background-color: #FC95A7;
  border-radius: 20px;
  max-width: 315px;
  margin: 0 auto;
  padding: 3px 0;
}

.benefit-box .benefit-head-left, .benefit-box .benefit-head-right{
  width: 100%;
}

.benefit-box .benefit-head-left .bg-pink{
  margin: 0 auto 0 0;
}

.benefit-box .benefit-head-right .bg-pink{
  margin: 0 0 0 auto;
}

.benefit-box .benefit-head-right .deco-head{
  justify-content: right;
}

.benefit-box .benefit-head-right .deco-head{
  margin-bottom: 5px;
}

.benefit-box .benefit-head-right .deco-head span{
  font-size: 26px;
}

.benefit-box .benefit-head-right .deco-head .m-right{
  margin-right: 3px;
}

.benefit-box .benefit-head-right .deco-head .m-left{
  margin-left: 3px;
}

.benefit-box .benefit-img{
  display: flex;
  align-items: center;
  gap: 40px;
}

.benefit-box .benefit-img .benefit-img-left{
  max-width: 430px;
  margin-top: -60px;
}

.benefit-box .benefit-img .plus{
  max-width: 35px;
}

.benefit-box .benefit-img .benefit-img-right{
  max-width: 420px;
}

.other-benefits .lead{
  font-size: 25px;
  text-decoration: none;
}

.other-benefits .other-benefits-contents{
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}

.other-benefits-contents .other-benefits-img{
  max-width: 460px;
}

.other-benefits-contents .other-benefits-detail{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.other-benefits-contents .other-benefits-detail p{
  font-size: 16px;
  line-height: 3rem;
  margin-bottom: 50px;
}

.other-benefits-contents .other-benefits-detail ul{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.other-benefits-contents .other-benefits-detail ul li{
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #E6B144;
  border-radius: 30px;
  line-height: 4.5rem;
  width: 100%;
  max-width: 330px;
  text-align: center;
  padding: 0 60px;
}

.other-benefits-contents .other-benefits-detail ul li::after{
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(10deg);
  right: -4%;
  bottom: -25%;
}

.other-benefits-contents .other-benefits-detail ul li:first-child{
  position: relative;
}

.other-benefits-contents .other-benefits-detail ul li:first-child::before{
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  left: -10%;
  top: -73%;
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/item_05.webp);
  width: 147px;
  height: 48px;
}

.other-benefits-contents .other-benefits-detail ul li:first-child::after{
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/benefits_icon_01.webp);
  width: 36px;
  height: 36px;
}

.other-benefits-contents .other-benefits-detail ul li:nth-child(2)::after{
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/benefits_icon_02.webp);
  width: 42px;
  height: 42px;
}

.other-benefits-contents .other-benefits-detail ul li:last-child::after{
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/benefits_icon_03.webp);
  width: 37px;
  height: 37px;
}

.diamond-menber-benefit-main .ifc-link-inner a::before{
  content: '';
  display: block;
  width: 72px;
  height: 103px;
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/character/matias.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -8%;
  bottom: -9%;
}

.diamond-menber-benefit-main .ifc-link-inner a::after{
  content: '';
  display: block;
  width: 83px;
  height: 96px;
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/character/naoekanetsugu.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -10%;
  bottom: -5%;
}

@media screen and (max-width: 768px) {
  #diamond-menber-benefit{
    margin: 0px 10px 40px;
  }

  .diamond-menber-benefit-inner{
    background: none;
  }

  .diamond-menber-benefit-inner .section-head::after{
    top: 72%;
    width: 90%;
    height: 100px;
    background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/diamond_member_benefit.webp);
  }

  .diamond-menber-benefit-inner .bg-container{
    padding: 0;
  }

  .diamond-menber-benefit-main{
    background-color: #fff;
  }

  .diamond-menber-benefit-main .ribbon-head{
    margin: 90px auto 10px;
    max-width: 60%;
  }

  .diamond-menber-benefit-main .lead{
    font-size: 18px;
    line-height:3.5rem;
    margin-bottom: 25px;
  }

  .diamond-menber-benefit-main p{
    font-size: 14px;
    line-height: 2.5rem;
  }

  .diamond-menber-benefit-main p.deco{
    font-size: 24px;
    line-height: 3rem;
    margin: 5px 0;
  }

  .diamond-menber-benefit-main .benefit-box{
    margin: 40px auto;
  }

  .benefit-box .benefit-head.pc{
    display: none;
  }

  .benefit-box .bg-pink{
    font-size: 15px;
    max-width: 100%;
  }

  .benefit-box .benefit-head-left, .benefit-box .benefit-head-right{
    width: 100%;
    margin: 0 auto;
  }

  .benefit-box .benefit-head-left .bg-pink{
    margin: 0 auto 15px;
    max-width: 60%;
  }

  .benefit-box .benefit-head-right .bg-pink{
    margin: 0 auto 15px;
    max-width: 60%;
  }

  .benefit-box .benefit-head-right .deco-head{
    justify-content: center;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .benefit-box .benefit-head-right .deco-head span{
    font-size: 20px;
  }

  .benefit-box .benefit-head-right .deco-head .m-right{
    margin-right: 3px;
  }

  .benefit-box .benefit-head-right .deco-head .m-left{
    margin-left: 3px;
  }

  .benefit-box .benefit-img{
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin: auto 10px;
  }

  .benefit-box .benefit-img .benefit-img-left{
    max-width: 81%;
    margin: 0 auto;
  }

  .benefit-box .benefit-img .plus{
    max-width: 32px;
  }

  .benefit-box .benefit-img .benefit-img-right{
    max-width: 81%;
    margin: 0 auto;
  }

  .other-benefits .lead{
    font-size: 16px;
    line-height: 2.5rem;
    margin-bottom: 0;
  }

  .other-benefits .other-benefits-contents{
    flex-direction: column;
    justify-content: center;
    gap: 0px;
  }

  .other-benefits-contents .other-benefits-img{
    max-width: 100%;
  }

  .other-benefits-contents .other-benefits-detail p{
    font-size: 14px;
    line-height: 2.5rem;
    margin-bottom: 25px;
  }

  .other-benefits-contents .other-benefits-detail ul{
    gap: 10px;
  }

  .other-benefits-contents .other-benefits-detail ul li{
    font-size: 15px;
    line-height: 3rem;
    max-width: 100%;
    text-align: center;
    padding: 0 15px;
  }

  .other-benefits-contents .other-benefits-detail ul li:first-child::before{
    top: -63%;
    width: 87px;
    height: 28px;
  }

  .other-benefits-contents .other-benefits-detail ul li::after{
    bottom: -5%;
  }

  .other-benefits-contents .other-benefits-detail ul li:first-child::after{
    width: 22px;
    height: 22px;
  }

  .other-benefits-contents .other-benefits-detail ul li:nth-child(2)::after{
    width: 25px;
    height: 25px;
  }

  .other-benefits-contents .other-benefits-detail ul li:last-child::after{
    width: 22px;
    height: 22px;
  }

  .diamond-menber-benefit-main .ifc-link-inner a::before{
    width: 56px;
    height: 81px;
    left: -9%;
  }

  .diamond-menber-benefit-main .ifc-link-inner a::after{
    width: 65px;
    height: 76px;
    right: -9%;
  }
}

/*=============
      Mission
===============*/
#mission{
  max-width: 1040px;
  margin: 0 auto 70px;
}

.mission-inner .mission-main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/bg_flower.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.mission-main p{
  font-size: 25px;
  font-weight: 700;
  line-height: 4.5rem;
  text-align: center;
}

.mission-main .gacha-lead{
  max-width: 390px;
  margin: 20px auto;
}

.mission-main .gacha-item{
  max-width: 630px;
  margin: 30px auto 50px;
}

.mission-main .mission-benefits{
  margin-bottom: 60px;
}

.mission-benefits p:first-child{
  max-width: 545px;
  margin: 0 auto 50px;
}

.mission-benefits p:last-child{
  max-width: 920px;
}

.event-summary {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 100px;
  margin: 70px auto 90px;
}

.event-summary .event-summary-head{
  max-width: 435px;
}

.event-summary .event-summary-head h4{
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 4.2rem;
  text-align: center;
  background-color: #FC95A7;
  max-width: 250px;
  margin: 0 auto 30px;
}

.event-summary .event-summary-head h4::before, .event-summary .event-summary-head h4::after{
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -10%;
}

.event-summary .event-summary-head h4::before{
  left: -7%;
}

.event-summary .event-summary-head h4::after{
  right: -7%;
}

.event-summary .event-period h4::before{
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/character/kurodakanbei.webp);
  width: 48px;
  height: 58px;
}

.event-summary .event-period h4::after{
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/character/jeanne.webp);
  width: 48px;
  height: 60px;
}

.event-summary .title h4::before{
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/character/roger.webp);
  width: 42px;
  height: 59px;
}

.event-summary .title h4::after{
  background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/character/kagari.webp);
  width: 46px;
  height: 59px;
}

.event-summary .event-period p{
  color: #FC95A7;
  font-size: 22px;
  font-weight: 700;
  line-height: 3.5rem;
}

.event-summary .title ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  max-width: 430px;
  margin: 0 auto 10px;
}

.event-summary .title ul li a{
  display: inline-block;
  width: 100%;
  transition: 0.3s ease;
}

.event-summary .title ul li a:hover{
  opacity: 0.7;
}

.event-summary .title p{
  font-size: 14px;
  font-weight: 400;
}

.mission-main .character-line p:first-child{
  max-width: 114px;
}

.mission-main .character-line p:last-child{
  max-width: 345px;
}

@media screen and (max-width: 768px) {
  #mission{
    margin: 0 auto 50px;
  }

  .mission-inner .section-head::after{
    width: 60%;
    background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/mission.webp);
  }

  .mission-inner .mission-main{
    background-color: #fff;
    margin-top: 0;
    padding-top: 35px;
  }

  .mission-main p{
    font-size: 14px;
    line-height: 2.5rem;
  }

  .mission-main .gacha-lead{
    max-width: 61%;
    margin: 10px auto;
  }

  .mission-main .gacha-item{
    max-width: 98%;
    margin: 20px auto 30px;
  }

  .mission-main .mission-benefits{
    margin-bottom: 20px;
  }

  .mission-main .external-link::after{
    position: static;
    content: '';
    display: block;
    width: 141px;
    height: 10px;
    background-image: url(/wp-content/themes/ikemen/images/cpn/rally2025/line.webp);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 30px auto;
  }

  .mission-benefits p:first-child{
    max-width: 100%;
    margin: 0 auto;
  }

  .mission-benefits p:last-child{
    max-width: 100%;
  }

  .event-summary {
    display: block;
    margin: 0 auto 40px;
  }

  .event-summary .event-summary-head{
    max-width: 435px;
  }

  .event-summary .event-summary-head h4{
    font-size: 16px;
    line-height: 3.2rem;
    max-width: 58%;
    margin: 0 auto 25px;
  }

  .event-summary .event-period h4::before{
    width: 35px;
    height: 43px;
  }

  .event-summary .event-period h4::after{
    width: 34px;
    height: 42px;
  }

  .event-summary .title h4::before{
    width: 31px;
    height: 43px;
  }

  .event-summary .title h4::after{
    width: 34px;
    height: 43px;
  }

  .event-summary .event-period{
    margin-bottom: 40px;
  }

  .event-summary .event-period p{
    color: #FC95A7;
    font-size: 20px;
    line-height: 2.5rem;
  }

  .event-summary .title ul{
    max-width: 90%;
  }

  .event-summary .title p{
    font-size: 11px;
  }

  .mission-main .character-line{
    padding-bottom: 10px;
  }

  .mission-main .character-line p:first-child{
    max-width: 62px;
  }

  .mission-main .character-line p:last-child{
    max-width: 330px;
    width: 48%;
  }
}

/*===================
    caution
===================*/
#caution{
  position: relative;
  max-width: 1040px;
  margin: 0 auto 70px;
  padding: 40px 60px;
  background-color: rgba(255, 255, 255, 0.7);
}

.caution-inner h2{
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.caution-main ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 30px;
}

.caution-main ul li p{
  font-size: 16px;
  font-weight: 500;
}

.caution-main ul li .caution-list-head{
  font-weight: 700;
}

.caution-inner .coution-character p{
  position: absolute;
  height: 100px;
}

.caution-inner .coution-character p:first-child{
  transform: rotate(-5deg);
  top: 1%;
  left: 0.5%;
}

.caution-inner .coution-character p:nth-child(2){
  transform: rotate(5deg);
  top: 24%;
  right: 0.5%;
}

.caution-inner .coution-character p:nth-child(3){
  transform: rotate(-5deg);
  top: 60%;
  left: 0.5%;
}

.caution-inner .coution-character p:last-child{
  transform: rotate(5deg);
  bottom: 1%;
  right: 0.5%;
}

.caution-inner .coution-character p img{
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #caution{
    margin: 0 auto 50px;
    padding: 25px;
  }

  .caution-inner h2{
    font-size: 18px;
    margin-bottom: 15px;
  }

  .caution-main ul{
    padding: 0;
  }

  .caution-main ul li p{
    font-size: 12px;
  }

  .caution-inner .coution-character p{
    height: 42px;
  }

  .caution-inner .coution-character p:first-child{
    top: 1%;
    left: -1.5%;
  }

  .caution-inner .coution-character p:nth-child(2){
    top: 22%;
    right: -1.5%;
  }

  .caution-inner .coution-character p:nth-child(3){
    top: 56%;
    left: -1.5%;
  }

  .caution-inner .coution-character p:last-child{
    bottom: 0.5%;
    right: -1.5%;
  }
}

/*===================
    footer
===================*/
footer{
  max-width: 1040px;
  margin: 0 auto 30px;
}

footer div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

footer .footer-images{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: solid 1px #D4CACC;
}

footer .footer-images{
  gap: 20px;
}

footer .footer-images li:first-child{
  max-width: 270px;
}

footer .footer-images li:last-child{
  max-width: 170px;
}

footer .footer-images li:last-child a{
  transition: 0.3s ease;
}

footer .footer-images li:last-child a:hover{
  opacity: 0.7;
}

footer .copy{
  color: #565565;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  footer{
    max-width: 90%;
    margin: 0 auto 20px;
  }

  footer div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  footer .footer-images{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: solid 1px #D4CACC;
  }

  footer .footer-images{
    gap: 20px;
  }

  footer .footer-images li:first-child{
    max-width: 270px;
  }

  footer .footer-images li:last-child{
    max-width: 170px;
  }

  footer .copy{
    color: #565565;
    font-size: 14px;
    font-weight: 400;
  }
}

/*===================
    追従バナー
===================*/
.ranking-banner {
  position: fixed;
  top: 3%;
  right: -500px;
  width: 600px;
  z-index: 999;
  display: flex;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
}

.ranking-banner.visible {
  opacity: 1;
  pointer-events: auto;
}

.ranking-banner.open {
  right: 50%;
  transform: translateX(50%);
}

.ranking-banner .btn {
  max-width: 100px;
  visibility: hidden;
  transition: all 0.5s ease;
}

.ranking-banner.open .btn.close-btn,
.ranking-banner .btn.open-btn {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.ranking-banner.open .btn.open-btn,
.ranking-banner .btn.close-btn {
  opacity: 0;
  transform: translateX(0);
  visibility: visible;
}

.ranking-banner a{
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .ranking-banner {
    right: -255px;
    width: 310px;
  }

  .ranking-banner .btn {
    max-width: 55px;
  }

  .ranking-banner a{
    max-width: 200px;
  }
}