@charset "utf-8";

/* noto-sans-jp-regular - japanese */
/* API Load*/
/* @font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansJP-Regular.woff2') format('woff2');
} */
/* noto-sans-jp-700 - japanese */
/* API Load*/
/* @font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 700;
  src: url('../fonts/NotoSansJP-Bold.woff2') format('woff2');
} */
/* noto-sans-jp-700 - japanese */
/* API Load*/
/* @font-face {
  font-display: swap; 
  font-family: 'Noto Sans JP';
  font-style: black;
  font-weight: 900;
  src: url('../fonts/NotoSansJP-Black.woff2') format('woff2');
} */



body{
	line-height: 1.5;
      -webkit-text-size-adjust: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
     font-family: 'Noto Sans JP';
     overflow-x: hidden;
}

ul li{
  list-style-type: none;
}

img{
	max-width: 100%;
}

.topimage{
	background-image: url(../img/bg.webp);
	background-size: cover;
  width: 100%;
  height: 100%; 
  position: relative;
  width: 100vw;
  height: 100vh;  
  overflow: hidden;
}


.topimage_textimage{
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  /* overflow: hidden; */
}

.topimage_textimage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.account_flow{
  background-color: #eee9da;
  padding-top: 20px;
  padding-bottom: 20px;
}

.easy_account_flow{
  font-size: clamp(30px,4vw,64px);
  color: var(--clr-text);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: var(--weight-5);
}

.easy_account_flow_text{
  font-size: clamp(13px,3vw,24px);
}


@media screen and (min-width: 787px){

      .non_pc_br{
    display: none;
  }

  .link__campaigndetail{
    font-size: clamp(15px,4vw,32px);
    transform: translateX(-5%);
  }

  .flow_link a{
    background-color: var(--clr-bl);
    font-size: clamp(15px,4vw,32px);
    text-decoration: none;
    color: white;
    padding: 10px 40px;
    border-radius: 40px;
  }

.ryodate_curry{
  opacity: 0;
   transform: translateY(500px);
    position: fixed;
    bottom: 0px;
        right: 4%;
        width: 36vw;
        height: 38vw;
    pointer-events: none;
    overflow: visible;
    z-index: 99;
}

}


@media screen and (max-width: 787px){

  .fx_system_pc_tool{
    margin-top: 16px !important;
  }
  
    .flow_link a{
    background-color: var(--clr-bl);
    font-size: clamp(15px,4vw,32px);
    text-decoration: none;
    color: white;
    padding: 10px 24px;
    border-radius: 40px;
    display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 24px;

        background: linear-gradient(90deg, #1e90ff 0%, #0066cc 100%);
box-shadow:
  inset 0 2px 0 rgba(255, 255, 255, 0.3),
  0 6px 0 #004c99,
  0 8px 12px rgba(0, 0, 0, 0.3);
  }

  .lion_detail.is-show{
    vertical-align: bottom;
    width: 20%;
    margin-left: -24px;
    margin-right: 8px;
  }
}


.ryodate_curry img{
	vertical-align: bottom;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: bottom left;

}

.ryodate_curry_none{
  display: none;
}

.umai{
position: sticky;
  bottom: 0px;
  right: 1%;
  width: 78vw;
  height: 32vw;
  opacity: 0;
  transform: scale(0.2);
  z-index: 1000;
  text-align: right;
}

.secret{
	background-color: #5e2a00;
	padding: 20px;
	font-family: 'Noto Sans JP', sans-serif !important;
	background-image: url(../img/secret_bg.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 40px;
      position: relative;
    bottom: 0;
    left: 0;
  margin-top: -32%;
    width: 100%;
    height: calc(100% + var(5.6rem));
    -webkit-backdrop-filter: blur(.2rem);
    backdrop-filter: blur(.2rem);
    box-sizing: border-box;
}

.secret_p{
	font-size: clamp(15px, 2vw, 20px);
	color: #ffe400;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	margin-top: 24px;
}

.secret_title_p{
	font-size: clamp(15px, 2vw, 40px);
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	color: #ffe400;
	margin-top: 24px;
}

.secret_h2{
	color: white;
	font-size: clamp(16px, 2vw, 32px);
}

.apply{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.imanara{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 12px;
}

.apply{
	position: relative;
}

.apply a {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 50px; /* カプセル型 */
  background: linear-gradient(to bottom, #ff4d4d 0%, #b80000 100%);
  color: #fff;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
  border: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.25); /* 遠近感 */
  cursor: pointer;
  text-decoration: none;
  width: 80%;
}
.apply a:hover {
  background: linear-gradient(to bottom, #ff7070 0%, #cc0000 100%);
}

.lion_eat{
	position: absolute;
	width: 16vw;
    height: 16vw;
	top: 0px;
}


.topimg_group{
  position: relative;
}


.account a{
background: linear-gradient(180deg, #ff9a3c, #ff7a18);
  color: #fff;
  text-decoration: none;
  padding: 8px 40px;
  font-size: clamp(14px, 1.8vw, 26px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  display: block;
  height: 100%;
  text-align: center;

}

.account .minutes{
    font-size: clamp(14px, 1.3vw, 16px);
}




.account_btn {
  display: inline-block;
  padding: 18px 64px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-radius: 9999px;
  width: 68%;
  background: linear-gradient(
    90deg,
    #ff8a00 0%,
    #ff3d5a 100%
  );

  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.35),
    0 6px 0 #cc2f45,
    0 8px 12px rgba(0,0,0,0.3);

  transition: all 0.15s ease;

  margin-top: 20px;
  margin-bottom: 80px;
}

@media screen and (max-width:1880px){

.account_btn {
  width: 88%;
}
}

@media screen and (max-width:767px){

.account_btn {
  width: 92%;
}
}


.account_btn:active {
  transform: translateY(4px);
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.3),
    0 2px 0 #b30000,
    0 4px 8px rgba(0,0,0,0.3);
}


.account_btn_curry:active {
  transform: translateY(4px);
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.3),
    0 2px 0 #005236,
    0 4px 8px rgba(0,0,0,0.3);
}


.text_account_btn_curry{
  font-size: clamp(14px, 6vw, 20px);
  margin-top: 40px;
}

.text_accountform_below{
  font-size: clamp(14px, 6vw, 20px);
  margin-top: 10px;
  text-align: center;
}


.account_btn_curry{
  background: linear-gradient(90deg, #3cb371 0%, #2e8b57 100%);
box-shadow:
  inset 0 2px 0 rgba(255, 255, 255, 0.3),
  0 6px 0 #246b45,
  0 8px 12px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width:767px){

  .text_account_btn_curry{
  font-size: clamp(14px, 4vw, 20px);
  }

  .account_btn{
    font-size: clamp(14px,6vw,20px);
    margin-top: 10px;
            margin-bottom: 0px;
        padding: 18px 10px;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        display: block;
  }

  .text_account_btn_curry_sp{
    text-align: center;
  }

  .unma{
    margin-top: 32px;
    text-align: center;
  }

  .link__campaigndetail a{
    font-size: clamp(15px,6vw,20px);
  }

  .account_flow_step::after{
    display: none;
  }

}
@media screen and (max-width:767px){
.account_flow_step{
  margin-left: auto;
  margin-right: auto;
}
}

.curry_present{
  font-size: 0.7rem;
  line-height: 1.4;
  margin-bottom: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #fa3942;


  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff,
     0    0    2px #fff;
}

.curry_present_text{
  font-size: 0.5rem;
  margin-top: 40px;
}

.curry_present_box{
  background-image: url(../img/present_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 40px;
}

@media screen and (max-width:767px){

  .text_fx{
    font-size: .64rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: var(--weight-5);
  }

  .topLead__titleMain{

    color: black;
    line-height: 1.2;
    position: fixed;
    text-shadow: 2px 2px 4px #fff;
  }
.curry_present_text{
  font-size: 0.3rem;
  margin-top: 32px;
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
}

@media screen and (max-width:767px){


.curry_present_box{
padding-left: 20px;
padding-right: 20px;
box-sizing: border-box;
}

.curry_present{
  font-size: clamp(18px,6vw,19px);
}
}

.topCategory__h3title{
  text-align: center;
  font-size: .64rem;
  color: var(--clr-text);
  font-family: 'Noto Sans JP', sans-serif;
    font-weight: var(--weight-5);
}

.campaign_h4{
  font-size:clamp(15px,6vw,19px);
  margin-top: 16px;
  margin-bottom: 3px;
}

.campaign_h4::before {
    content: '';
    background-color: #f9d03b;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -4px;
}

.campaign_detail p{
    font-size:clamp(14px,6vw,16px);
}

.accountform_below{
  font-size: clamp(16px, 6vw, 72px);
  text-align: center;
}

.account_flow_step_title{
  font-size: clamp(14px,8vw,20px);
  font-family: 'Noto Sans JP', sans-serif;
 font-weight: 700;
}

.account_flow_step_text{
  font-size: clamp(14px,5vw,16px);
  font-family: 'Noto Sans JP', sans-serif;
 font-weight: 700;
}

.account_flow_step{
  position: relative;
  width: 210px;
}

.account_flow_step::after{
    content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 100%;
  width: 0;
  height: 0;
    transform: rotate(45deg);
    border-top: 64px solid #fff;
    border-left: 64px solid transparent;
}


.account_flow_step_first::before{
      content: "";
  position: absolute;
  top: 50%;
  right: 120%;
  width: 0;
  height: 0;
    transform: rotate(45deg);
    border-top: 64px solid #fff;
    border-left: 64px solid transparent;
}


.account_flow_step_end::after{
  display: none;
}

.account_flow_image{
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.account_flow_gridbox{
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    /* justify-items: center; */
    justify-content: center;
    gap: 120px;
}


.account_btn_box {
    justify-content: space-evenly;
    display: flex;
    gap: 20px;
}

.account_btn_box a{
  font-size: clamp(16px,8vw,40px);
}

.account_btn_curry_div{
  margin-top: 8px;
}


@media screen and (max-width:767px){

  .account_flow_step_first::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 40%;
    width: 0;
    height: 0;
    transform: rotate(135deg);
        border-top: 40px solid #fff;
        border-left: 40px solid transparent;
}


  .youtube_iframe{
    width: 94%;
    aspect-ratio: 16 / 9;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    margin-top: 54px;
    display: block;
  }

  .campaign_h3{
    text-align: center;
    font-size: clamp(16px, 8vw, 24px);
    margin-bottom: 32px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: var(--weight-5);
  }

  #campaign{
    padding: 20px 16px;
  }

  .gaiyoubox tr td{
    padding-top: 4px;
  }
  #company{
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    margin-top: 40px;
  }

  .company_h2{
    font-size: clamp(16px,8vw,24px);
    text-align: center;
  }

  .company_h3{
    text-align: center;
    font-size: clamp(12px,4vw,13px);
    font-weight: normal;
    margin-bottom: 6px;
  }

  .account_flow_gridbox{
    flex-direction: column;
    gap: 32px;
  }
}

.account_flow_gridbox_under{
    margin-top: 32px;
    display: flex;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    justify-content: center;
    gap: 120px;
}



.lion_detail {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}


.lion_detail.is-show {
  opacity: 1;
  transform: translateY(0);
}


.oricon_title{
  text-align: center;
  padding: 40px;
  font-size: 0.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: var(--weight-5);
}

.oricon_text{
  text-align: center;
}

.oricon_text_no1{
    font-size: 0.7rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: var(--weight-5);
}

.oricon_text_no1_1{
  font-size: 0.9rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.oricon_text_top{
  font-size: 0.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: var(--weight-5);
}

.oricon_text_top_span{
  font-size: 0.4rem;

}
    .oricon {
  position: relative;
  width: 100%;

  background-color: #e0e6e7;
padding-bottom: 32px;
}

.oricon-wrap{
  display: flex;
  align-items: center;


      justify-content: space-around;

}

.oricon_fxsystem{
      max-width: 1097px;
        margin: 0 auto;
      background-color: white;
      border-radius: 16px;
            padding: 20px;
            width: 96%;
}

.oricon_shield img{
  width: 70%;
}


.oricon_text_backno1{
  font-size: 0.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}


.fx_system{
  margin-top: 48px;
  max-width: 300px; /* iPhoneの表示サイズ（任意） */
  margin: 0 auto;
  width: 100%;
}

.fxsystem_video{
      position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin-top: 3.9568345324%;
    margin-inline: auto;
    width: 89.928057554%;
}

.fxsystem_videoframe{
position: relative;
  width: 100%;
  aspect-ratio: 9 / 19.48;
  background: url('../img/video/iphoneframe.png') no-repeat center center;
    background-size: auto;
  background-size: contain;
  padding: 16% 7%;
  box-sizing: border-box;
}


.fxsystem_videoframe video{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: 24px; 
}

.fxsystem_box{
  display: flex;
  align-items: center;
}

.fx_system_text_title{
  font-size: 0.5rem;
  color: var(--clr-bl);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: var(--weight-5);
}

.fx_system_support_title{
  font-size: 0.5rem;
  color: var(--clr-gr);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: var(--weight-5);
  text-align: center;
}

.fx_system_text p{
  font-size: 0.18rem;
  margin-top: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.demo_appeal{
  margin-top: 32px;
}

.appstore_logo img{
  width: 160px
}

.appstore_logo_flex{
  display: flex;
  gap: 10px;
}


.fx{
  font-size: 0.8rem;
}
.app_download{
  display: flex;
  align-items: center;
  gap: 20px;
}
.demo_appeal_logo{
    display: flex;
    align-items: center;
}
.demo_appeal_logo p{
  font-size: 0.3rem;
}

.demo_appeal_logo img{
  width: 100px;
}

#video_box{
      max-width: 1097px;
      margin: 0 auto;
      aspect-ratio: 16 / 9;
      position: relative;
}

.videoframe_box{
	position: absolute;
	top: 2px;
	left: 0;
  

	z-index: 999;
}
.video_box{
	position: absolute;
	top: 14px;
	left: 23px;
}

.video_box .camera{
	position: absolute;
	top: -2px;
	left: 21px;
	z-index: 99999;
}


.video_box2 .camera{
	position: absolute;
	top: 1px;
	left: 21px;
	z-index: 99999;
}

#video_box{
	width: 60%;
}

.bgDivide4_innertext{
	width: 40%;
}

.videoframe_box2{
	position: absolute;
	top: 2px;
	left: 286px;
	z-index: 999;
}
.videoframe img,.videoframe2 img{
  max-width: 80%;
}
.video_box2{
	position: absolute;
	top: 14px;
	left: 308px;
}

.video{
	position: absolute;
	z-index: 9999;
	width: 200px;
}

.video video{
	width: 100%;
	border-radius: 30px;
}

@media screen and (max-width:767px){



.fx_system {
  margin: 48px auto;
  max-width: 300px;
  width: 100%;
  box-sizing: border-box; /* 必須：サイズ計算を固定 */
}

.fxsystem_videoframe {
  position: relative;
  width: 100%;
  /* paddingを入れるなら、box-sizingがないと外に膨らみます */
  aspect-ratio: 9 / 19.48;
  background: url('../img/video/iphoneframe.png') no-repeat center center;
  background-size: contain;
  
  /* 重要：動画が枠からはみ出したら強制的にカットする */
  overflow: hidden; 
}

.fxsystem_videoframe video{
  position: absolute;
  top: 7%;
  left: 7%;
  width: 86%;
  height: 85%;
  object-fit: cover;
  border-radius: 24px;
}



  .app_logo{
    width: 80px;
  }

  .app_download{
    flex-direction: column;
    margin-top: 24px;
  }

  .text_accountform_below {
  font-size: clamp(14px, 4vw, 20px);
  margin-top: 24px;
  }

  .fxsystem_box{
    flex-direction: column-reverse;
    margin-top: 32px;
  }

  .fx_system_text_title_best{
    text-align: center;
  }

  .fx_system_text_title{
    font-size: 0.3rem;
  }

  .fx_system_pc_title{
    margin-top: 40px;
    text-align: center;
  }

  .demo_appeal_logo{
    text-align: center;
    justify-content: center;
  }

  .demo_appeal_logo p{
    font-size: 0.25rem;
  }

.oricon_text_no1{
  font-size: 0.5rem;
}
.oricon-wrap{
  flex-direction: column;
  box-sizing: border-box;
  width: 96%;
}

.oricon_shield{
  text-align: center;
  margin-top: 24px;

}

.oricon_shield img{
  width: 50%;
}

.oricon_title{
  font-size: 0.3rem;
  padding: 40px 20px;
  margin-top: 64px;
}

.oricon_text_top{
  font-size: 0.2rem;
}

.oricon_text_top_span{
  font-size: 0.3rem;
}
}


@media screen and (min-width:1000px){



  #campaign .h3{
    text-align: center;
    font-size: 0.6rem;
  }

  .campaign_detail{
    background-color: white;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 16px;
    padding-top: 6px;
    padding-left: 22px;
    padding-right: 22px;
    margin-top: 24px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

 #campaign{
  background-color: #eee9da;
  padding-top: 40px;
  padding-bottom: 40px;
 }

  .yellow_lineblock{
    position: relative;
    display: inline-block;
    z-index: 1;
  }

 .yellow_lineblock::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.1em;
    width: 100%;
    height: 0.6em;
    background: #fff100;
    z-index: -1;
 }



 @media screen and (max-width:767px){

   .topCategory__h3title{
  font-size: .25rem;
 }

  .header__inner{
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }

  .account_flow_step{
    width: inherit;
  }

  .non_br{
    display: none;
  }

    .account_flow_gridbox_under{
    gap: 48px;
  }

.ryodate_curry {
        opacity: 0;
        transform: translateY(500px);
        position: fixed;
        bottom: 0px;
        right: 4%;
        width: 100vw;
        height: 100vw;
        pointer-events: none;
        overflow: visible;
        z-index: 99;
    }

  .header__logo img{
    width: auto;
  }

   .header__logo{
    text-align: left;
    padding-left: 0px;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 42%;
   }

 }


 @media screen and (max-width: 787px){
.ryodate_curry{
  opacity: 0;
   transform: translateY(500px);
    position: fixed;
    bottom: 0px;
        right: 4%;
        width: 48vw;
        height: 48vw;
    pointer-events: none;
    overflow: visible;
    z-index: 99;
}

}

 @media screen and (max-width: 680px){
.ryodate_curry{
  opacity: 0;
   transform: translateY(500px);
    position: fixed;
    bottom: 0px;
        right: 4%;
        width: 68vw;
        height: 72vw;
    pointer-events: none;
    overflow: visible;
    z-index: 99;
}

}

 @media screen and (max-width: 450px){
.ryodate_curry{
  opacity: 0;
   transform: translateY(500px);
    position: fixed;
    bottom: 0px;
        right: 4%;
        width: 74vw;
        height: 80vw;
    pointer-events: none;
    overflow: visible;
    z-index: 99;
    bottom: -4px;
}

}

 
   .screenReaderText{
    display: none;
   }


   .header__inner{
    display: flex;

   }

  .globalNavi{
    display: flex;
    margin-left: auto;
    align-items: center;
  }

  .curry_menu{
    color: white;
    background: linear-gradient(90deg, #ff8a00 0%, #ff2d55 100%);
  padding: 10px;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  }

    @media screen and (min-width:1300px){
        .curry_menu{
    padding-top: 17px;
    padding-bottom: 17px;
        }
    }

    .globalNaviMenu {
      position: relative;
      z-index: 9999;
    }
  

  @media screen and (min-width:767px){
.globalNavi__otherLink__sp .-text{
  font-size: .8rem;
  color: black;
  margin-top: 40px;
  text-align: center;
}

.globalNavi__otherLink__sp__p{
  text-align: center;
  margin-top: 24px;
  font-size: .24rem;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.text_account_btn_curry_sp{
    text-align: center;
  margin-top: 24px;
  font-size: .24rem;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.account_btn_sp{
  display: inline-block;
    padding: 18px 64px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
          font-size: .80rem;
}

.account_btn_curry_sp{
    display: inline-block;
    padding: 18px 64px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
          font-size: .80rem;
}

.account_btn_sp_div{
  text-align: center;
}

.unma{
  text-align: center;
}

.unma img{
  width: 40%;
}
  }

  .text_origin{
    display: contents;
  }
  
  @media screen and (max-width:767px){

    .text_origin{
      display: none;
    }
      .globalNavi{
        align-items: center;
      }
      .curry_menu .-text{
    font-size: .12rem !important;
    color: white;
    line-height: 1.2;
  }

.curry_menu{
  padding-left: 10px;
  padding-right: 10px;
}

    .account_btn_sp{
      text-align: center;
    }

    .account_btn_curry_sp{
      text-align: center;
    }
  }


   .globalNaviMenu {
background: linear-gradient(90deg, #ff8a00 0%, #ff2d55 100%);
  border: none;
  cursor: pointer;
  padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  border: 2px solid antiquewhite;
  border-radius: 8px;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 20px;
}


  @media screen and (max-width:767px){
   .globalNaviMenu {
  margin-left: 10px;
   }
  }


/* アイコン全体 */
.globalNaviMenu__icon {
  display: block;
  width: 28px;
  height: 2px;
  background: white;
  position: relative;
}

/* 上の線 */
.globalNaviMenu__icon::before,
/* 下の線 */
.globalNaviMenu__icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
}

/* 上 */
.globalNaviMenu__icon::before {
  top: -8px;
}

/* 下 */
.globalNaviMenu__icon::after {
  top: 8px;
}



.globalNaviMenu__icon,
.globalNaviMenu__icon::before,
.globalNaviMenu__icon::after {
  transition: 0.3s;
}

/* 開いた状態 */
.globalNaviMenu.active .globalNaviMenu__icon {
  background: transparent;
}

.globalNaviMenu.active .globalNaviMenu__icon::before {
  transform: rotate(45deg);
  top: 0;
}

.globalNaviMenu.active .globalNaviMenu__icon::after {
  transform: rotate(-45deg);
  top: 0;
}


.url_check{
  font-size: clamp(13px,3vw,24px);
  max-width: 880px;
  width: 98%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 4px solid #ff3052;
  background-color: #ffe8ce;
  padding: 24px;
}


  .url_check_sp{
font-size: clamp(13px,3vw,18px);
    max-width: 1050px;
      padding: 10px 10px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
  }


  @media screen and (max-width:767px){
   .url_check{
width: 96%;
padding: 12px 8px;
   }

   .url_check_sp{
    max-width: 1200px;
    width: 100%;
   }

    .url_check_sp p{
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
    }

     .globalNaviWrap {
   padding: 0.44rem .18rem .8rem;
  }
  
  }

  .episode_curry{
    margin-top: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    display: inline-block;

    font-size: .3rem;
    border-radius: 80px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
padding: 8px 20px 8px 8px;
user-select: none;
  }

  .episode_curry:hover .epilink_icon{
    background-color: black;
    color: white;
     transition: all 0.3s;
  }

  .episode_curry_otu{
    background-color: #ff8a00;
    color: #111;
  }

  .epilink_icon{
    width: 24px;
  height: 24px;
    background-color: white;
    border-radius: 50%;
    display: inline-flex;
  align-items: center;
  justify-content: center;
transition: all 0.3s;
    margin-right: 8px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.2rem;
  }



  .sd[data-s-971d615e-cc8b-428e-8605-0e7c339067fe] {
      font-size: clamp(14px,3vw,18px);
          padding: .12rem .3rem;
    }


    @media screen and (max-width:767px){
  .episode_curry{

    font-size: .16rem;
  }

    }

 @media screen and (min-width:767px){
    .episode_curry_open{
transform: translateY(-1px);
    }

  }


  .curry_secret{
position: fixed;
  top: 0;
  left: 0; /* 位置を明示的に固定 */
  z-index: 99999;
  background-color: #fff5c5;
  
  width: 100%;
  height: 100%; /* vh から % に変更 */
  padding-top: 80px;
  box-sizing: border-box; /* paddingを高さ・幅に含める設定 */
  
  overflow-y: auto; /* scroll から auto に変更（必要なときだけ出す） */
  overscroll-behavior: contain;
  }


  .product_name{
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .product_inner{
    background-color: white;
    padding: 10px;
    padding-bottom: 20px;
  }


  .other_cp_youtube{
    max-width: 12.8rem;
    margin-inline: auto;
    margin-top: 0.25rem;
    text-align: center;
    padding-left: 0.32rem;;
    padding-right: 0.32rem;;
    box-sizing: border-box;
  }

  .lp_food_link{
    margin-top: 0.2rem;
  }


   @media screen and (max-width:767px){

  .other_campaign{

    padding-top: 0.5rem;
  }
   }


      @media screen and (min-width:767px){
.oricon_sp_non{
  display: block;
}
      }

    @media screen and (max-width:767px){
      .oricon_sp_non{
        display: none;
      }
    }

    @media screen and (max-width:767px){
      .ttl {
  position: relative;
  display: table;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  padding: 0 12px;
  margin: 0 auto;          /* ★中央配置 */
  text-align: center;      /* ★文字も中央 */
}

.ttl::before,
.ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 24px;
  background: #1a1a2e;
}

.ttl::before {
  left: 0;
  transform: translateY(-50%) rotate(-25deg);
}

.ttl::after {
  right: 0;
  transform: translateY(-50%) rotate(25deg);
}

.ttl_block{
  text-align: center;
}
    }


@media screen and (min-width: 1000px), print {
    .other_campaign {
        padding-bottom: 2px;
        margin-top: -4px;
    }

      .topStory {
        margin-top: -2px;
    }

    .curry_present_box{
      margin-top: -1px;
    }

    #footer{
      margin-top: -1px;
    }
    
    
}



@media screen and (min-width: 767px), print {

.listedtext{
  font-size: .1rem;
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
}
h1.header__logo{
  padding-top: 2px;
  padding-bottom: 4px;
}

.ttl_block_middle .account_btn{
  margin-top: 4px;
}


.ttl {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  padding: 0 40px;
  margin: 0 auto;          /* ★中央配置 */
  text-align: center;      /* ★文字も中央 */
}

.ttl::before,
.ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 36px;
  background: #1a1a2e;
}

.ttl::before {
  left: 0;
  transform: translateY(-50%) rotate(-25deg);
}

.ttl::after {
  right: 0;
  transform: translateY(-50%) rotate(25deg);
}

.ttl_block{
  text-align: center;
}


.fx_system_pc_text{
  margin-top: 0.5rem;
   margin-bottom: 0.5rem;
}


.fx_system_pc_title{
  text-align: center;
}

.fx_system_pc_text_p{
  margin-top: 0.5rem;
   margin-bottom: 0.1rem;
}

.fx_system_support{
  background-image: url(../img/support_dial.jpg);
  background-repeat: no-repeat;
  margin-top: 0.25rem;
}

.fx_system_support_inner{
  width: 540px;
  padding: 30px 20px;
  padding-bottom: 48px;
  box-sizing: border-box;
}

.fx_system_pc_text .tel_number{
    font-size: .6rem;
font-family: 'Noto Sans JP', sans-serif;
  font-weight: var(--weight-5);
  color: #6cc6da;
}

.fx_system_pc_text .fx_system_support_p{
 font-size: .2rem;
 margin-top: 0.2rem;
 margin-bottom: 0.1rem;
}

.tel_dial{
  background-color: white;
  border: 4px solid #6cc6da;
  margin-top: 0.2rem;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.fx_system_pc_text .safe_support{
  font-size: .48rem;
  color: var(--clr-gr);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: var(--weight-5);
  text-align: center;
}

.fx_system_pc_text .tel_number_text{
  font-size: .22rem;
  margin-top: 0.1rem;
}

.fx_system_pc_text .tel_24hour{
    font-size: .34rem;
     color: var(--clr-gr);
}

}



@media screen and (min-width: 1200px), print {
    .fx_system_pc_text .tel_number {
        font-size: .5rem;

    }

        .fx_system_pc_text .tel_24hour {
        font-size: .24rem;

    }

        .fx_system_pc_text .tel_number_text {
        font-size: .2rem;

    }


        .fx_system_support_inner {
        padding-bottom: 16px;
        padding-top: 12px;
    }

}

@media screen and (max-width:767px){
  .listedtext{
    font-size: .11rem;
  }
}

.campaign_detail{
   font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

.gaiyoubox{
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}


.product_name_title{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .24rem;
  text-align: center;
  display: inline-block;
  padding: 6px 32px;
  color: white;

background: linear-gradient(
  to bottom,
  #ffa340 0%,
  #f07c00 40%,
  #d96d00 100%
);
margin-top: 16px;
border-radius: 999px;

}

.product_name_title_block{
  text-align: center;
}
.product_curry{
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}


@media screen and (min-width: 768px), print {
.product_curry_text{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.3rem;
}


}

@media screen and (min-width: 1200px), print {
.product_curry_text{
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.product_inner{
  width: 100%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}
}