@charset "utf-8";

:root {
    --cr25-font-en: "Montserrat";
    --cr25-font-jp: "Noto Sans JP", sans-serif;
    --cr25-color-blk: #222222;
    --cr25-color-red: #d10000;
    --cr25-color-gry: #ededed;
	--cr25-color-r-gry: #f2f2f2;
    --cr25-color-d-gry: #686667;
	--cr25-color-clm-org: rgba(239,181,127,0.5);
    --cr25-content-width: min(1200px,89.33vw);
    --cr25-button-max: min(100%,520px);
    --cr25-button-arrow: min(40px,7vw);
}
*, *::before, *::after {
  box-sizing: border-box;
}

#cafegift {
    background-color: #fff;
    color: var(--cr25-color-blk);
    font-family: var(--cr25-font-en), var(--cr25-font-jp);
    font-weight: 500;
    font-feature-settings: "palt";
	box-sizing: border-box;
	font-size: 18px !important;
}
#cafegift .sp_none {
    display: none;
}
@media screen and (min-width: 767px) {
    #cafegift .pc_none {
        display: none;
    }
    #cafegift .sp_none {
        display: inline-block;
    }
}
#cafegift a {
    color: var(--cr25-color-blk);
}
#cafegift img {
    width: 100%;
    vertical-align: bottom;
}
#cafegift .content_nav {
    position: sticky;
    top: calc(var(--headHeight) + 1rem);
    z-index: 1000;
    opacity: 0;
    transition: opacity .5s ease, transform .5s ease;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
#cafegift .content_nav.show {
    opacity: 1;
}
#cafegift .hamburger .hamburger_btn {
    position: fixed;
    top: calc(var(--headHeight) + 1rem);
    right: min(36px,3vw);
    z-index: 1001;
    width: min(50px,10vw);
    height: min(50px,10vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: min(4.6px,1.2vw);
    cursor: pointer;
    background-color: var(--cr25-color-red);
    border-radius: 40px;
}
@media screen and (min-width: 767px) {
    #cafegift .hamburger .hamburger_btn  {
        top: calc(var(--headMainHeight) + 1.5rem);
    }
}
#cafegift .hamburger_btn span {
    width: 50%;
    display: block;
    height: 1px;
    background: #fff;
    border-radius: 3px;
    transition: 1s;
}
#cafegift .nav_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: var(--cr25-color-gry);
    box-shadow: 2px 0 8px rgba(0,0,0,0.2);
    transform: translateX(100%);
    transition: transform .8s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1000;
    padding: 0 min(40px,6vw);
}
#cafegift .hamburger.open .nav_menu {
    transform: translateX(0);
}
@media screen and (min-width: 767px) {
    #cafegift .nav_menu {
        width: 40%;
    }
}
#cafegift .nav_menu ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: min(6vw,30px);
}
#cafegift .nav_menu li {
    border-bottom: 0.25px solid var(--cr25-color-d-gry);
    padding-bottom: min(3vw,20px);
}
#cafegift .nav_menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(1.2rem, 0.927rem + 0.852vw, 1.8rem);
    font-weight: normal;
}
#cafegift .nav_menu a::after {
    content: "";
    background: url(../img-renewal-2025/arrow_wht.svg) no-repeat center center;
    display: block;
    width: min(40px,6vw);
    height: min(40px,6vw);
    transform: rotate(-90deg);
}
#cafegift .hamburger.open .hamburger_btn span:nth-child(1) {
    transform: rotate(45deg) translate(3.6px, 4px);
}
#cafegift .hamburger.open .hamburger_btn span:nth-child(2) {
    opacity: 0;
}
#cafegift .hamburger.open .hamburger_btn span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -3.8px);
}

#cafegift .description {
    font-size: clamp(1.1rem, 0.964rem + 0.426vw, 1.4rem);
    font-weight: normal;
    line-height: 1.8;
    text-align: justify;
}
#cafegift .content_wrap {
    width: var(--cr25-content-width);
    margin: 0 auto;
    padding: clamp(40px, 8vw, 100px) 20px;
}
#cafegift #mv {
    width: min(1200px,100vw);
    margin: 0 auto;
    position: relative;
}
#cafegift #mv .hero {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
#cafegift #mv h1 {
    width: min(766px,80vw);
	margin-bottom: 40px;
}


#cafegift p{
	font-size: clamp(1.4rem, 1.125rem + 0.625vw, 2rem);
	text-align: center;
	line-height: 2;
}

#cafegift .login{
	margin-top: -40px;
}

#cafegift .fw-bold{font-weight: bold;}

#cafegift #statement h2{text-align: center;}
#cafegift #statement h2 img{width: 37%; max-width: 453px; min-width: 240px;}
#cafegift #statement .bold{
	font-size: clamp(2rem, 1.333rem + 1.667vw, 3rem);
    text-align: center;
    line-height: 1.56;
    font-weight: 800;
	margin-top: min(60px,6vw);
	margin-bottom: min(40px,4vw);
}
#cafegift .lead {
    font-size: clamp(1.4rem, 1.125rem + 0.625vw, 2rem);
    line-height: 2.27;
}
#cafegift .lead + .lead {
    margin-top: min(20px,4vw);
}
#cafegift .lead.l_small{
	font-size: clamp(1.2rem, 1rem + 0.5vw, 1.6rem);
}


#cafegift #statement .statement_illust {
    width: min(42.27vw, 200px);
    margin: 0 auto;
    padding: min(80px,14vw) 0;
}
#cafegift #statement .statement_banner a {
    display: flex;
    align-items: center;
    background-color: var(--cr25-color-gry);
    border: 0.25px solid var(--cr25-color-d-gry);
    border-radius: 5px;
    width: var(--cr25-button-max);
    margin: 0 auto;
}
#cafegift #statement .statement_banner .banner_img {
    flex: 1;
}
#cafegift #statement .statement_banner p {
    flex: 1.3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: min(20px,5vw);
    font-size: clamp(1.3rem, 1.118rem + 0.568vw, 1.7rem);
}
#cafegift #statement .statement_banner p::after {
    content: "";
    background: url(../img-renewal-2025/arrow_wht.svg) no-repeat center center;
    display: block;
    width: var(--cr25-button-arrow);
    height: var(--cr25-button-arrow);
    transform: rotate(-90deg);
}
@media (hover:hover) {
    #cafegift #statement .statement_banner a:hover {
        opacity: .8;
    }
}
#cafegift h3 {
    font-size: clamp(2rem, 2rem + 1vw, 3.6rem);
    text-align: center;
    line-height: 1.56;
    font-weight: 800;
	margin-bottom: min(10vw,80px);
}
#cafegift h3 + p.description {
    padding-top: min(4vw,40px);
    padding-bottom: min(10vw,80px);
}
@media screen and (min-width: 767px) {
    #cafegift h3 + p.description {
    text-align: center;
    font-size: clamp(1.1rem, 0.873rem + 0.71vw, 1.6rem);
    }
}
#cafegift #about {
    background-color: var(--cr25-color-clm-org);
}

#cafegift .content_wrap {
    width: var(--cr25-content-width);
    margin: 0 auto;
    padding: min(10vw,100px) 0;
}

#cafegift .h3_ttlimg img{width: 50%; min-width: 350px;}

#cafegift #about .lead span{color: var(--cr25-color-red); font-weight: 800;}

#cafegift #about .clm5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;  /* SPで折り返し */
  gap: 10px;        /* カラム間の隙間 */
  margin-top: min(60px,6vw);
}

#cafegift #about .col {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

#cafegift #about .col.fixed {
 	width: 26px;       /* 2・4カラム目固定 */
	position: relative;
}

#cafegift #about .triangle{
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 26px solid #d10000;
  border-right: 0;
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
}

#cafegift #about .col.main {
  flex: 1;           /* 残りカラムを均等に */
  min-width: 0;      /* 余白を詰めるため */
  
}

#cafegift #about .point_img{
	border-bottom: dotted 2px #9c9e9c;
	padding: min(20px,3vw);
	padding-bottom:30px;
	padding-left: clamp(20px, 8.75vw, 35px);
	padding-right: clamp(20px, 8.75vw, 35px);
}

#cafegift #about .point_txtR{
	font-size: clamp(1.7rem, 1.55rem + 0.35vw, 1.9rem);
    text-align: center;
    line-height: 1.56;
    font-weight: 800;
	margin-top: min(30px,3vw);
	margin-bottom: 15px;
	color: var(--cr25-color-red);
}
	
#cafegift #about .point_txt{
	text-align: justify;
	line-height: 2;
	font-size: clamp(1.4rem, 1.24rem + 0.4vw, 1.7rem);
}

/* SP対応：画面幅600px以下 */
@media screen and (max-width: 600px) {
	#cafegift #about, #cafegift #lineup{padding: 40px 5%;}
	
	#cafegift #about .clm5 {
    flex-direction: column; /* 縦並び */
  }

	#cafegift #about .col {
    width: 100%;           /* 全カラム幅100% */
	padding: 30px 5%;
  }
	
	
	#cafegift #about .col.fixed{
		width: 100%;
		position: relative;
		padding: 0;
	}
	
	#cafegift #about .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 26px solid #d10000;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
	
}

#cafegift #lineup .grid3x2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3カラム */
  gap: 20px; /* カード間の余白 */
}

#cafegift #lineup .grid3x2 li {
  background: #f2f2f2;   /* 背景カラー変更 */
  padding: 20px;
  box-sizing: border-box;
  border-radius: 12px;    /* 角丸 */
  text-align: center;
}

#cafegift #lineup .grid3x2 p{
	font-size: clamp(1.4rem, 1.24rem + 0.4vw, 1.7rem);
	line-height: 1.7;
	margin-top: 20px;
}

#cafegift #lineup .grid3x2 .point{
	font-weight: bold;
	font-size: clamp(1.7rem, 1.55rem + 0.35vw, 1.9rem);
	padding-left: 5px;
}

#cafegift #lineup .lineup_txt p{
	text-align: center;
	margin-top: 60px;
	font-size: clamp(1.4rem, 1.125rem + 0.625vw, 2rem);
}

#cafegift #lineup .lineup_txt p.small{
	font-size: clamp(1.2rem, 1rem + 0.5vw, 1.6rem);
	margin-top: 20px;
}

/* スマホ対応 */
@media screen and (max-width: 600px) {
 #cafegift #lineup  .grid3x2 {
    grid-template-columns: 1fr; /* 1カラム */
  }
}


#cafegift .btn{
	width: 80%;
	max-width: 640px;
	min-width: 340px;
	margin: 60px auto;
}

#cafegift .btn a.mo01 img { opacity:1; transition:all 0.3s ease; }
#cafegift .btn a:hover.mo01 img { filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; }

#cafegift #exchange{
	background-color: var(--cr25-color-clm-org);
}

#cafegift h4{
	text-align: center;
	margin: min(80px, 10vw) 0 min(60px, 8vw);
	font-size: clamp(2rem, 1.333rem + 1.667vw, 3rem);
	font-weight: 800;
	border-top: 0.5px solid var(--cr25-color-blk);
    border-bottom: 0.5px solid var(--cr25-color-blk);
	padding: min(20px, 2.5vw) 0;
}

#cafegift #point_use .set_inner{
	width: 90%; 
	max-width: 800px;
	min-width: 320px;
	margin: clamp(40px, 5vw, 60px) auto;
	list-style: none;
	padding: 0;
}
#cafegift #point_use .set_inner li{
	position: relative;
}

#cafegift #point_use .arw{
	height: 40px;
	position: relative;
	margin-top: 30px;
}
#cafegift #point_use .process{
	border: solid 1px #d3d4d3;
	border-radius: 15px;
	padding: clamp(10px, 2vw, 20px);
	margin-top: 10px;
	
}

#cafegift #point_use .process p{
	font-size: clamp(1.4rem, 1.0rem + 1vw, 2.2rem);
	text-align: left;
	background-repeat:  no-repeat;
	background-position: center left;
	padding-left: 60px;
}
#cafegift #point_use .set_inner li:nth-of-type(1) p{
	background-image: url("../img/1.png")
}
#cafegift #point_use .set_inner li:nth-of-type(2) p{
	background-image: url("../img/2.png")
}
#cafegift #point_use .set_inner li:nth-of-type(3) p{
	background-image: url("../img/3.png")
}
#cafegift #point_use .set_inner li:nth-of-type(4) p{
	background-image: url("../img/4.png")
}
#cafegift #point_use .set_inner li:nth-of-type(5) p{
	background-image: url("../img/5.png")
}

@media screen and (max-width: 600px) {
	#cafegift #point_use .set_inner li p{
		background-size: 26px;
		padding-left: 40px;
	}
}

#cafegift #point_use .triangle2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 26px solid #d10000;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
	padding: 0;
  }

@media screen and (max-width: 600px) {
	#cafegift #point_use .arw{
		height: 30px;
		margin-top: 25px;
	}
	#cafegift #point_use .triangle2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 21px solid #d10000;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
	padding: 0;
  }
}

#cafegift #point_use h5{
	text-align: center;
	margin-top: min(80px,8vw);
	font-size: clamp(2rem, 1.667rem + 1.25vw, 3rem);
	font-weight: 800;
	background-color: var(--cr25-color-clm-org);
	padding: 15px;
	margin-bottom: min(4vw, 40px);
}
#cafegift #point_use .caution{
	margin-left: min(4vw, 40px);
}
#cafegift #point_use .caution li{
	line-height: 2;
	list-style: disc;
	font-size: clamp(1.4rem, 1.125rem + 0.625vw, 2rem);
	margin-bottom: 10px;
}

#cafegift #ticket{
	background-color:  var(--cr25-color-r-gry);
}

#cafegift #ticket .frame{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: clamp(20px, 5vw, 40px);
	box-sizing: border-box;
	background: #fff;
	border-radius: 15px;
}
#cafegift #ticket .fr2{
	margin-top: 20px;
}
#cafegift #ticket .closing{
	font-weight: 800;
	font-size: clamp(1.4rem, 1.0rem + 1vw, 2.2rem);
	line-height: 1.7;
	margin-top: 20px;
}
#cafegift #ticket .closing .cl_txtR{
	display: inline-block;
	background-color: var(--cr25-color-red);
	color: #fff;
	padding: 0 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}

#cafegift #ticket .closing .cl_small{
	font-size: clamp(1.4rem, 1.125rem + 0.625vw, 2rem);
}

#cafegift #ticket .fs14 span{font-weight: 600;}

#cafegift #ticket .grid2x2 {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* PC：2カラム */
  gap: 20px;
  border-bottom: solid 1px #d3d4d3;
  padding-bottom: 30px;
}

#cafegift #ticket .grid2x2 li {
  background: #f2f2f2;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 12px;
}

/* スマホ（600px以下）：1カラム */
@media screen and (max-width: 600px) {
  #cafegift #ticket .grid2x2 {
    grid-template-columns: 1fr;
  }
}

#cafegift #ticket .ex_frame{
	background-color: #fff;
	border-radius: 15px;
	 padding: 30px clamp(20px, 5vw, 30px) clamp(20px, 5vw, 30px) clamp(20px, 5vw, 30px);
}
#cafegift #ticket .example1 .ex_ttl{
	font-size: clamp(1.8rem, 1.6rem + 1vw, 2.4rem);
	font-weight: 600;
	color: var(--cr25-color-red);
	margin-bottom: 20px;
}
#cafegift #ticket .example1 .ex_1{
	background-color: var(--cr25-color-clm-org);
	font-weight: 600;
	font-size: clamp(1.4rem, 1.0rem + 1vw, 2.2rem);
	padding: 0 15px;
}
#cafegift #ticket .example2 .ex_ttl{
	font-size: clamp(1.8rem, 1.6rem + 1vw, 2.4rem);
	font-weight: 600;
	color: var(--cr25-color-d-gry);
	margin-bottom: 20px;
}
#cafegift #ticket .example2 .ex_1{
	background-color: var(--cr25-color-d-gry);
	font-weight: 600;
	font-size: clamp(1.4rem, 1.0rem + 1vw, 2.2rem);
	color: #fff;
	padding: 0 15px;
}
#cafegift #ticket .ex_1 + p{
	font-size: clamp(1.4rem, 1.125rem + 0.625vw, 2rem);
	margin: 20px 15px;
}
#cafegift #ticket .example2 p span{
	color: var(--cr25-color-red);
}

#cafegift #ticket .small{
	font-size: clamp(1.2rem, 1rem + 0.5vw, 1.6rem);
	text-align: left;
	margin-top: 20px;
}



