/* Scss Document */
@import url("ress.css");
html {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", arial, sans-serif;
  line-height: 1.8;
  color: #242424;
  font-size: 62.5%;
  font-weight: bold; }

body {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  letter-spacing: 0.08em;
  overflow: hidden; }

* {
  min-height: 0;
  min-width: 0; }

h2 {
  line-height: 1.5;
  color: #E50E12;
  opacity: 1; }

p {
  text-align: left;
  margin-bottom: 2rem; }

.al-center {
  text-align: center !important; }

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

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

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

figure img {
  max-width: 424px;
  width: 45vw; }
  @media screen and (max-width: 768px) {
    figure img {
      max-width: none;
      width: 100%; } }

@media screen and (max-width: 1200px) {
  .pic-R img {
    margin-left: 20px; } }
@media screen and (max-width: 768px) {
  .pic-R img {
    margin-left: 0; } }

@media screen and (max-width: 1200px) {
  .pic-L img {
    margin-right: 20px; } }
@media screen and (max-width: 768px) {
  .pic-L img {
    margin-left: 0; } }

.wrapper {
  max-width: 106rem;
  width: 100%;
  padding: 0;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .wrapper {
      text-align: center;
      padding-top: 3rem; } }

.row {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .row {
      flex-direction: column; } }

.white-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 6rem;
  border-radius: 10px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1200px) {
    .white-box {
      margin: 0 20px 30px; } }
  @media screen and (max-width: 992px) {
    .white-box {
      padding: 6rem 4rem; } }
  @media screen and (max-width: 768px) {
    .white-box {
      padding: 4rem 2rem; } }

.txt-wrapper {
  width: 50%; }
  @media screen and (max-width: 768px) {
    .txt-wrapper {
      width: 100%; } }

@media screen and (max-width: 1200px) {
  .text-R {
    padding-left: 20px; } }
@media screen and (max-width: 768px) {
  .text-R {
    padding-left: 0; } }

a.btnn-link01 {
  background-image: url("../../image/gift2025/allow.png");
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 40px;
  text-decoration: none;
  text-indent: 40px;
  display: inline-block;
  background-color: #0066cc;
  color: #FFF;
  border: 3px solid #0066cc;
  text-align: center;
  padding: 1rem 3rem;
  border-radius: 100rem;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1); }
  @media screen and (max-width: 768px) {
    a.btnn-link01 {
      margin-bottom: 1rem; } }
  @media screen and (max-width: 375px) {
    a.btnn-link01 {
      margin-bottom: 1rem;
      text-align: left;
      text-indent: unset;
      padding-left: 65px;
      line-height: 1.4; } }
  a.btnn-link01:hover {
    background-image: url("../../image/gift2025/allow_BL.png");
    background-color: #FFF;
    color: #0066cc;
    transform: translateY(-5px); }

a.btnn-link02 {
  background-image: url("../../image/gift2025/allow.png");
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 40px;
  text-decoration: none;
  text-indent: 40px;
  display: inline-block;
  background-color: #e50d12;
  color: #FFF;
  border: 3px solid #e50d12;
  text-align: center;
  padding: 1rem 3rem;
  border-radius: 100rem;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1); }
  @media screen and (max-width: 768px) {
    a.btnn-link02 {
      margin-bottom: 1rem; } }
  a.btnn-link02:hover {
    background-image: url("../../image/gift2025/allow_RD.png");
    background-color: #FFF;
    color: #e50d12;
    transform: translateY(-5px); }

@media screen and (max-width: 768px) {
  .btn-wrapper a.btnn-link01, .btn-wrapper a.btnn-link02 {
    margin-bottom: 2rem; } }

/*---------------------------
key-visual
------------------------------*/
.key-visual-top {
  position: relative;
  background: url("../../image/gift2025/main-bg_top.png") no-repeat top center;
  background-size: 100%;
  background-color: #0066cc;
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 12%;
  overflow-x: clip;
 /*   &::after {
        position: absolute;
        bottom: -150px; 
        left: -150px; 
        width: 100%;
        height: 100%; 
        background: url("../../image/gift2025/snake_top.png") no-repeat bottom left;
		background-size: 25%;
        content: "";
		z-index: 1;
		pointer-events: none;
		@include mq(xxxl) {
		bottom: -150px;
		left: -150px;	
		}
		@include mq(xxl) {
        bottom: -200px;
        left: -100px;
		}
		@include mq(lg) {
		bottom: -50px;
        left: -50px;
		}
		@include mq(md) {
        bottom: 50px;
        left: -50px;
		}
	} */ }
  @media screen and (min-width: 1801px) {
    .key-visual-top {
      background-size: cover;
      padding-bottom: 30%; } }
  @media screen and (max-width: 1801px) {
    .key-visual-top {
      padding-bottom: 20vw; } }
  @media screen and (max-width: 1400px) {
    .key-visual-top {
      padding-bottom: 15vw;
      background-size: cover; } }
  @media screen and (max-width: 768px) {
    .key-visual-top {
      position: relative;
      background-image: url("../../image/gift2025/main-bg_top_sp-top.png"), url("../../image/gift2025/main-bg_top_sp-btm.png");
      background-position: top -0 left 50%, bottom 0 left 50%;
      background-repeat: no-repeat,no-repeat;
      background-size: 100%,100%;
      background-color: #fff;
      padding-bottom: 30vw;
      padding-top: 10rem;
      height: fit-content; } }

.logo-agileware {
  position: absolute;
  width: 8.13vw;
  height: auto;
  top: 0.5rem;
  left: 0.5rem; }
  @media screen and (max-width: 768px) {
    .logo-agileware {
      width: 5rem;
      height: auto; } }
  .logo-agileware:hover {
    opacity: 0.7;
    transform: 3s; }

h1.h1-title {
  display: block;
  color: #E0473B;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  padding-top: 15vw;
  font-size: 5rem;
  position: relative; }
  @media screen and (max-width: 1200px) {
    h1.h1-title {
      padding-top: 10vw;
      font-size: 4rem; } }

.key-visual-bottom {
  margin-top: 3vw;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; }
  .key-visual-bottom .txt-wrapper {
    margin-top: -4vw;
    padding-bottom: 4vw;
    width: 45%;
    display: block;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .key-visual-bottom .txt-wrapper {
        padding: 0 10%;
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .key-visual-bottom .txt-wrapper {
        padding: 0 5%; } }
  .key-visual-bottom h2 {
    color: #E0473B;
    font-size: 1.8rem;
    margin-bottom: 3rem; }
  .key-visual-bottom p {
    color: #E0473B;
    line-height: 1.6;
    margin-top: 1rem;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .key-visual-bottom p {
        padding-bottom: 12vw; } }

/*---------------------------
look-back
------------------------------*/
.look-back {
  position: relative;
  background-image: url(../../image/gift2025/fubuki.png), url(../../image/gift2025/komyakuRD_Lbeans.png), url(../../image/gift2025/komyakuRD_Lmaru.png);
  background-position: top 0 left 50%, top 0 right -200px, bottom 50% left -400px;
  background-repeat: repeat-y,no-repeat,no-repeat;
  background-size: 100%,50%,50%;
  background-color: #0066CC;
  color: #000;
  padding: 0 0 8vw;
 /*   &:before{
        position: absolute;
        bottom: -80px; 
        right: 0; 
        width: 100%;
        height: 100%; 
        background: url("../../image/gift2025/snake_top.png") no-repeat;
		background-position: top -200px left -150px;
		background-size: 50%;
        content: "";
		z-index: 1;
		pointer-events: none;
		@include mq(md) {
        bottom: -1%; 			
		}
    }	*/ }
  @media screen and (max-width: 768px) {
    .look-back {
      background-position: top 0 left 50%, top 0 right -200px, bottom 10px left -200px;
      background-size: 100%,100%,100%; } }
  .look-back .white-box:first-child:before {
    position: absolute;
    top: -50px;
    left: -40px;
    width: 100%;
    height: 100%;
    background: url(../../image/gift2025/komyakuGR_Smaru.png) no-repeat top left;
    background-size: 100px;
    content: "";
    pointer-events: none; }
    @media screen and (max-width: 768px) {
      .look-back .white-box:first-child:before {
        background-size: 80px; } }
  .look-back .white-box:nth-child(3):before {
    position: absolute;
    bottom: 100px;
    left: -100px;
    width: 100%;
    height: 100%;
    background: url(../../image/gift2025/komyakuGR_Sshizuku.png) no-repeat top left;
    background-size: 15%;
    content: "";
    pointer-events: none; }
    @media screen and (max-width: 768px) {
      .look-back .white-box:nth-child(3):before {
        background-size: 30%; } }
  .look-back .white-box:nth-child(3):after {
    position: absolute;
    bottom: -150px;
    right: -200px;
    width: 100%;
    height: 100%;
    background: url("../../image/gift2025/komyakuRD_Sshizuku.png") no-repeat bottom right;
    background-size: 30%;
    content: "";
    z-index: 1;
    pointer-events: none; }
    @media screen and (max-width: 768px) {
      .look-back .white-box:nth-child(3):after {
        bottom: -10%;
        right: -80px; } }
  .look-back h2 {
    margin: 0 0 3rem;
    font-size: clamp(2rem, 2.62vw, 3rem);
    font-family: "Hiragino Sans";
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .look-back h2 {
        text-align: center; } }
  .look-back figure {
    position: relative;
    height: fit-content; }
    .look-back figure img {
      margin-top: 80px; }
      @media screen and (max-width: 768px) {
        .look-back figure img {
          margin-top: 40px; } }
  @media screen and (max-width: 768px) {
    .look-back .office {
      margin-top: 6rem; } }
  .look-back .expo {
    margin-top: 10rem; }
    @media screen and (max-width: 768px) {
      .look-back .expo {
        margin-top: 6rem; } }
    @media screen and (max-width: 768px) {
      .look-back .expo .txt-wrapper {
        order: 1; } }
    @media screen and (max-width: 768px) {
      .look-back .expo figure {
        order: 2; } }
  @media screen and (max-width: 768px) {
    .look-back .newsletter {
      margin-top: 6rem; } }

/*---------------------------
Lyhee
------------------------------*/
.lychee {
  position: relative;
  background-image: url(../../image/gift2025/fubuki.png), url(../../image/gift2025/komyakuGR_Lbeans.png), url(../../image/gift2025/komyakuBL_Mbeans.png);
  background-position: top -35px left 50%, top 3% left -300px, bottom 0 right -200px;
  background-repeat: repeat-y,no-repeat,no-repeat;
  background-size: 100%,50%,50%;
  background-color: #E50E12;
  color: #000;
  padding: 8vw 0; }
  @media screen and (max-width: 768px) {
    .lychee {
      background-size: 100%,100%,100%; } }
  .lychee .white-box:nth-child(2):before {
    position: absolute;
    top: -100px;
    right: -80px;
    width: 100%;
    height: 100%;
    background: url(../../image/gift2025/komyakuBL_Smaru.png) no-repeat top right;
    background-size: 150px;
    content: "";
    pointer-events: none; }
    @media screen and (max-width: 768px) {
      .lychee .white-box:nth-child(2):before {
        background-size: 80px;
        top: -50px;
        right: -50px; } }
  .lychee .white-box:nth-child(3):before {
    position: absolute;
    bottom: 100px;
    right: -100px;
    width: 100%;
    height: 100%;
    background: url(../../image/gift2025/komyakuGR_Sshizuku.png) no-repeat top right;
    background-size: 20%;
    content: "";
    pointer-events: none; }
  .lychee .white-box:nth-child(3):after {
    position: absolute;
    bottom: -80px;
    left: -100px;
    width: 100%;
    height: 100%;
    background: url("../../image/gift2025/komyakuBL_Sshizuku.png") no-repeat bottom left;
    background-size: 20%;
    content: "";
    z-index: 1;
    pointer-events: none; }
  .lychee .ttl h1 {
    margin: 0 auto;
    padding: 0 0 3vw;
    color: #fff;
    font-size: clamp(2rem, 2.62vw, 3rem); }
    @media screen and (max-width: 768px) {
      .lychee .ttl h1 {
        font-size: 2.5rem;
        text-align: center;
        padding: 5vw 0 10vw;
        line-height: 1.4; } }
  .lychee .wrapper figure {
    height: fit-content;
    position: relative;
    margin-top: 22rem; }
    .lychee .wrapper figure img {
      border-radius: 10px; }
  @media screen and (max-width: 992px) {
    .lychee .wrapper figure {
      margin-top: 24rem; } }
  @media screen and (max-width: 768px) {
    .lychee .wrapper {
      padding-top: 0;
      padding-bottom: 0; }
      .lychee .wrapper figure {
        margin-top: 6%; } }
  .lychee .txt-wrapper {
    position: relative; }
    @media screen and (max-width: 768px) {
      .lychee .txt-wrapper {
        margin-top: 0; } }
  .lychee h2 {
    margin: 2rem 0 3rem;
    font-size: clamp(2rem, 2.62vw, 3rem);
    font-family: "Hiragino Sans";
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .lychee h2 {
        font-size: 2rem;
        text-align: center;
        margin-top: 5rem; } }
  .lychee a.btnn-link01:hover {
    color: #ED7980; }
  .lychee .funbasket .txt-wrapper h2 {
    margin: 0 0 3rem; }
  @media screen and (max-width: 768px) {
    .lychee .funbasket .txt-wrapper {
      order: 1; } }
  .lychee .funbasket figure {
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .lychee .funbasket figure {
        order: 2; } }
    .lychee .funbasket figure img {
      margin-top: 80px; }
      @media screen and (max-width: 768px) {
        .lychee .funbasket figure img {
          margin-top: 40px; } }

/*---------------------------
macaron
------------------------------*/
.macaron {
  position: relative;
  background-image: url(../../image/gift2025/fubuki.png), url(../../image/gift2025/komyakuRD_Sshizuku.png), url(../../image/gift2025/komyakuRD_Llong.png);
  background-position: top -35px right 50%, top 10% right -100px, bottom -5% left -100px;
  background-repeat: repeat-y,no-repeat,no-repeat;
  background-size: 100%,25%,30%;
  background-color: #0066CC;
  color: #000;
  padding: 8vw 0; }
  @media screen and (max-width: 768px) {
    .macaron {
      background-size: 100%,100%,100%; } }
  @media screen and (max-width: 992px) {
    .macaron {
      padding-bottom: 0; } }
  .macaron .wrapper {
    width: auto; }
    @media screen and (max-width: 768px) {
      .macaron .wrapper {
        padding-top: 0; } }
    .macaron .wrapper figure {
      margin-top: 5rem; }
      @media screen and (max-width: 992px) {
        .macaron .wrapper figure {
          margin-left: 0;
          margin-top: 0; } }
      @media screen and (max-width: 768px) {
        .macaron .wrapper figure {
          order: 2; } }
    .macaron .wrapper h2 {
      text-align: center; }
    .macaron .wrapper .txt-wrapper {
      width: 100%; }
    .macaron .wrapper .btn-wrapper {
      text-align: left; }
      @media screen and (max-width: 992px) {
        .macaron .wrapper .btn-wrapper {
          padding-bottom: 6%; } }
      @media screen and (max-width: 768px) {
        .macaron .wrapper .btn-wrapper {
          text-align: center; } }
    .macaron .wrapper .event-img-list {
      display: flex;
      justify-content: space-around;
      list-style: none; }
      @media screen and (max-width: 768px) {
        .macaron .wrapper .event-img-list {
          flex-direction: column; } }
      @media screen and (max-width: 768px) {
        .macaron .wrapper .event-img-list li {
          margin-bottom: 0.5rem; } }
      .macaron .wrapper .event-img-list figure {
        margin: 2rem 0 0; }
        .macaron .wrapper .event-img-list figure img {
          max-width: 300px;
          width: 27.5vw; }
          @media screen and (max-width: 768px) {
            .macaron .wrapper .event-img-list figure img {
              max-width: none;
              width: 100%; } }
  .macaron .ttl h1 {
    color: #fff;
    margin: 0 auto;
    padding: 0 0 3vw;
    font-size: clamp(2rem, 2.62vw, 3rem); }
    @media screen and (max-width: 768px) {
      .macaron .ttl h1 {
        font-size: 2.5rem;
        text-align: center;
        padding: 5vw 0 10vw;
        line-height: 1.4; } }
  @media screen and (max-width: 768px) {
    .macaron .txt-wrapper {
      order: 1;
      margin-top: 1rem; } }

/*---------------------------
footer
------------------------------*/
footer {
  position: relative;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  background-color: #0066CC;
  color: #fff;
  text-align: center; }
  footer .regards {
    display: block;
    padding-bottom: 10%; }
    @media screen and (max-width: 768px) {
      footer .regards {
        padding-bottom: 20%; } }
    footer .regards p {
      margin-bottom: 0; }
  footer h2 {
    font-size: 3rem;
    font-size: clamp(2rem, 2.25vw, 3rem);
    color: #fff;
    display: block;
    position: relative;
    margin-bottom: 1rem; }
    @media screen and (max-width: 768px) {
      footer h2 {
        font-size: 1.8rem; } }
  footer .item03 {
    position: absolute;
    top: 0;
    right: 10vw; }
    @media screen and (max-width: 768px) {
      footer .item03 {
        top: auto;
        bottom: -7rem;
        right: 1rem;
        width: 37px;
        height: auto; } }
